Lines Matching refs:QSEECom_set_bandwidth
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) =
715 dlsym(km_handle->libhandle,"QSEECom_set_bandwidth");
716 if (km_handle->QSEECom_set_bandwidth == NULL) {
717 ALOGE("dlsym: Error Loading QSEECom_set_bandwidth");