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

  /hardware/qcom/keymaster/
QSEEComAPI.h 95 int QSEECom_start_app(struct QSEECom_handle **clnt_handle, const char *path,
keymaster_qcom.cpp 66 int (*QSEECom_start_app)(struct QSEECom_handle ** handle, char* path,
682 *(void **)(&km_handle->QSEECom_start_app) =
683 dlsym(km_handle->libhandle,"QSEECom_start_app");
684 if (km_handle->QSEECom_start_app == NULL) {
685 ALOGE("dlsym: Error Loading QSEECom_start_app");
759 ret = (*km_handle->QSEECom_start_app)((struct QSEECom_handle **)&km_handle->qseecom,

Completed in 171 milliseconds