Searched defs:QSEECom_shutdown_app (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp68 int (*QSEECom_shutdown_app)(struct QSEECom_handle **handle); member in struct:qcom_keymaster_handle
672 (*km_handle->QSEECom_shutdown_app)((struct QSEECom_handle **)&km_handle->qseecom);
690 *(void **)(&km_handle->QSEECom_shutdown_app) =
691 dlsym(km_handle->libhandle,"QSEECom_shutdown_app");
692 if (km_handle->QSEECom_shutdown_app == NULL) {
693 ALOGE("dlsym: Error Loading QSEECom_shutdown_app");

Completed in 785 milliseconds