HomeSort by relevance Sort by last modified time
    Searched refs:libhandle (Results 1 - 2 of 2) sorted by null

  /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...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 5585 void *libhandle = NULL; local
9926 void *libhandle = ::dlopen("liboemcamera.so", RTLD_NOW); local
    [all...]

Completed in 1111 milliseconds