OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QSEECom_send_cmd
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/keymaster/
QSEEComAPI.h
193
int
QSEECom_send_cmd
(struct QSEECom_handle *handle, void *send_buf,
keymaster_qcom.cpp
68
int (*
QSEECom_send_cmd
)(struct QSEECom_handle* handle, void *cbuf,
359
ret = (*km_handle->
QSEECom_send_cmd
)(handle, send_cmd,
697
*(void **)(&km_handle->
QSEECom_send_cmd
) =
698
dlsym(km_handle->libhandle,"
QSEECom_send_cmd
");
699
if (km_handle->
QSEECom_send_cmd
== NULL) {
700
ALOGE("dlsym: Error Loading
QSEECom_send_cmd
");
Completed in 442 milliseconds