Searched defs:QSEECom_set_bandwidth (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp74 int (*QSEECom_set_bandwidth)(struct QSEECom_handle* handle, bool high); member in struct:qcom_keymaster_handle
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 317 milliseconds