Home | History | Annotate | Download | only in common

Lines Matching refs:fn_ptr

75   create_qc_omx_component fn_ptr = NULL;
82 fn_ptr = dlsym(*handle_ptr, "get_omx_component_factory_fn");
84 if(fn_ptr == NULL)
96 return fn_ptr;
425 int (*fn_ptr)() = dlsym(libhandle, "isDSModeActive");
427 if(fn_ptr == NULL)
434 int isActive = fn_ptr();
481 core[cmp_index].fn_ptr =
486 if(core[cmp_index].fn_ptr)
501 void* pThis = (*(core[cmp_index].fn_ptr))();