Searched refs:p_in_qos (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hd.cc | 391 bthd_qos_param_t* p_in_qos, in register_app() argument 414 in_qos.service_type = p_in_qos->service_type; in register_app() 415 in_qos.token_rate = p_in_qos->token_rate; in register_app() 416 in_qos.token_bucket_size = p_in_qos->token_bucket_size; in register_app() 417 in_qos.peak_bandwidth = p_in_qos->peak_bandwidth; in register_app() 418 in_qos.access_latency = p_in_qos->access_latency; in register_app() 419 in_qos.delay_variation = p_in_qos->delay_variation; in register_app()
|
/packages/modules/Bluetooth/system/bta/hd/ |
D | bta_hd_api.cc | 101 void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info, tBTA_HD_QOS_INFO* p_in_qos, in BTA_HdRegisterApp() argument 138 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO)); in BTA_HdRegisterApp()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hd_api.h | 173 void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info, tBTA_HD_QOS_INFO* p_in_qos,
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_device.cpp | 242 jintArray p_in_qos, jintArray p_out_qos) { in registerAppNative() argument 270 fill_qos(env, p_in_qos, &in_qos); in registerAppNative()
|