OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QSEECom_set_bandwidth
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/keymaster/
QSEEComAPI.h
282
int
QSEECom_set_bandwidth
(struct QSEECom_handle *handle, bool high);
keymaster_qcom.cpp
73
int (*
QSEECom_set_bandwidth
)(struct QSEECom_handle* handle, bool high);
353
ret = (*km_handle->
QSEECom_set_bandwidth
)(handle, true);
363
if((*km_handle->
QSEECom_set_bandwidth
)(handle, false))
435
ret = (*km_handle->
QSEECom_set_bandwidth
)(handle, true);
445
if((*km_handle->
QSEECom_set_bandwidth
)(handle, false))
534
ret = (*km_handle->
QSEECom_set_bandwidth
)(handle, true);
545
if((*km_handle->
QSEECom_set_bandwidth
)(handle, false))
638
ret = (*km_handle->
QSEECom_set_bandwidth
)(handle, true);
649
if((*km_handle->
QSEECom_set_bandwidth
)(handle, false))
713
*(void **)(&km_handle->
QSEECom_set_bandwidth
)
[
all
...]
Completed in 26 milliseconds