Searched refs:inst (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h48 void* inst[OMX_COMP_MAX_INST];// Instance handle member in struct:_omx_core_cb_type
H A Dqc_omx_core.c166 static void clear_cmp_handle(OMX_HANDLETYPE inst) argument
170 if(NULL == inst)
177 if(inst == core[i].inst[j])
179 core[i].inst[j] = NULL;
200 static int is_cmp_handle_exists(OMX_HANDLETYPE inst) argument
205 if(NULL == inst)
212 if(inst == core[i].inst[j])
245 if(NULL == core[i].inst[
[all...]
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h48 void* inst[OMX_COMP_MAX_INST];// Instance handle member in struct:_omx_core_cb_type
H A Dqc_omx_core.c163 static void clear_cmp_handle(OMX_HANDLETYPE inst) argument
167 if(NULL == inst)
174 if(inst == core[i].inst[j])
176 core[i].inst[j] = NULL;
197 static int is_cmp_handle_exists(OMX_HANDLETYPE inst) argument
202 if(NULL == inst)
210 if(inst == core[i].inst[j])
245 if(NULL == core[i].inst[
[all...]
/hardware/libhardware/
H A Dhardware.c120 int hw_get_module_by_class(const char *class_id, const char *inst, argument
130 if (inst)
131 snprintf(name, PATH_MAX, "%s.%s", class_id, inst);
/hardware/libhardware/include/hardware/
H A Dhardware.h215 * and instance 'inst'.
225 int hw_get_module_by_class(const char *class_id, const char *inst,

Completed in 161 milliseconds