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

  /hardware/qcom/keymaster/
QSEEComAPI.h 110 int QSEECom_shutdown_app(struct QSEECom_handle **handle);
keymaster_qcom.cpp 67 int (*QSEECom_shutdown_app)(struct QSEECom_handle **handle);
630 (*km_handle->QSEECom_shutdown_app)((struct QSEECom_handle **)&km_handle->qseecom);
648 *(void **)(&km_handle->QSEECom_shutdown_app) =
649 dlsym(km_handle->libhandle,"QSEECom_shutdown_app");
650 if (km_handle->QSEECom_shutdown_app == NULL) {
651 ALOGE("dlsym: Error Loading QSEECom_shutdown_app");

Completed in 21 milliseconds