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
74
int (*
QSEECom_set_bandwidth
)(struct QSEECom_handle* handle, bool high);
354
ret = (*km_handle->
QSEECom_set_bandwidth
)(handle, true);
364
if((*km_handle->
QSEECom_set_bandwidth
)(handle, false))
436
ret = (*km_handle->
QSEECom_set_bandwidth
)(handle, true);
446
if((*km_handle->
QSEECom_set_bandwidth
)(handle, false))
535
ret = (*km_handle->
QSEECom_set_bandwidth
)(handle, true);
546
if((*km_handle->
QSEECom_set_bandwidth
)(handle, false))
639
ret = (*km_handle->
QSEECom_set_bandwidth
)(handle, true);
650
if((*km_handle->
QSEECom_set_bandwidth
)(handle, false))
714
*(void **)(&km_handle->
QSEECom_set_bandwidth
)
[
all
...]
Completed in 2278 milliseconds