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

  /hardware/qcom/keymaster/
keymaster_qcom.cpp 68 int (*QSEECom_shutdown_app)(struct QSEECom_handle **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");
QSEEComAPI.h 110 int QSEECom_shutdown_app(struct QSEECom_handle **handle);

Completed in 116 milliseconds