Searched refs:so_lib_handle (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h49 void* so_lib_handle;// So Library handle member in struct:_omx_core_cb_type
H A Dqc_omx_core.c445 &core[cmp_index].so_lib_handle);
529 if( ((unsigned int)i < SIZE_OF_CORE) && core[i].so_lib_handle)
535 err = dlclose(core[i].so_lib_handle);
541 core[i].so_lib_handle = NULL;
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h49 void* so_lib_handle;// So Library handle member in struct:_omx_core_cb_type
H A Dqc_omx_core.c423 &core[cmp_index].so_lib_handle);
511 if( (i < SIZE_OF_CORE) && core[i].so_lib_handle)
517 err = dlclose(core[i].so_lib_handle);
523 core[i].so_lib_handle = NULL;

Completed in 47 milliseconds