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

  /hardware/qcom/keymaster/
QSEEComAPI.h 54 struct QSEECom_handle {
95 int QSEECom_start_app(struct QSEECom_handle **clnt_handle, const char *path,
110 int QSEECom_shutdown_app(struct QSEECom_handle **handle);
126 int QSEECom_load_external_elf(struct QSEECom_handle **clnt_handle, const char *path,
139 int QSEECom_unload_external_elf(struct QSEECom_handle **handle);
155 int QSEECom_register_listener(struct QSEECom_handle **handle,
166 int QSEECom_unregister_listener(struct QSEECom_handle *handle);
193 int QSEECom_send_cmd(struct QSEECom_handle *handle, void *send_buf,
228 int QSEECom_send_modified_cmd(struct QSEECom_handle *handle, void *send_buf,
242 int QSEECom_receive_req(struct QSEECom_handle *handle
    [all...]
keymaster_qcom.cpp 64 struct QSEECom_handle *qseecom;
66 int (*QSEECom_start_app)(struct QSEECom_handle ** handle, char* path,
68 int (*QSEECom_shutdown_app)(struct QSEECom_handle **handle);
69 int (*QSEECom_send_cmd)(struct QSEECom_handle* handle, void *cbuf,
71 int (*QSEECom_send_modified_cmd)(struct QSEECom_handle* handle, void *cbuf,
74 int (*QSEECom_set_bandwidth)(struct QSEECom_handle* handle, bool high);
339 struct QSEECom_handle *handle = NULL;
343 handle = (struct QSEECom_handle *)(km_handle->qseecom);
418 struct QSEECom_handle *handle = NULL;
423 handle = (struct QSEECom_handle *)(km_handle->qseecom)
    [all...]

Completed in 444 milliseconds