Searched refs:fcn_ptr (Results 1 – 1 of 1) sorted by relevance
286 int32_t (*fcn_ptr)(rmedia_handle_t *handle, void *ip); in call_function() local302 fcn_ptr = (int32_t (*)(rmedia_handle_t *, void*)) in call_function()304 if (fcn_ptr == NULL) { in call_function()309 ret_val = (*fcn_ptr)(handle, ip); in call_function()