/hardware/qcom/keymaster/ |
keymaster_qcom.cpp | 65 void *libhandle; member in struct:qcom_keymaster_handle 680 km_handle->libhandle = dlopen("libQSEEComAPI.so", RTLD_NOW); 681 if ( km_handle->libhandle ) { 683 dlsym(km_handle->libhandle,"QSEECom_start_app"); 686 dlclose(km_handle->libhandle ); 687 km_handle->libhandle = NULL; 691 dlsym(km_handle->libhandle,"QSEECom_shutdown_app"); 694 dlclose(km_handle->libhandle ); 695 km_handle->libhandle = NULL; 699 dlsym(km_handle->libhandle,"QSEECom_send_cmd") [all...] |
/hardware/qcom/media/msm8996/mm-core/src/common/ |
qc_omx_core.c | 422 void *libhandle = dlopen("libOmxVideoDSMode.so", RTLD_NOW); local 423 if(libhandle) 425 int (*fn_ptr)() = dlsym(libhandle, "isDSModeActive"); 446 dlclose(libhandle);
|
/hardware/qcom/media/msm8998/mm-core/src/common/ |
qc_omx_core.c | 422 void *libhandle = dlopen("libOmxVideoDSMode.so", RTLD_NOW); local 423 if(libhandle) 425 int (*fn_ptr)() = dlsym(libhandle, "isDSModeActive"); 446 dlclose(libhandle);
|
/hardware/qcom/media/sdm845/mm-core/src/common/ |
qc_omx_core.c | 422 void *libhandle = dlopen("libOmxVideoDSMode.so", RTLD_NOW); local 423 if(libhandle) 425 int (*fn_ptr)() = dlsym(libhandle, "isDSModeActive"); 446 dlclose(libhandle);
|