Searched refs:p_in_qos (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A D | btif_hd.cc | 389 bthd_qos_param_t* p_in_qos, in register_app() argument 417 in_qos.service_type = p_in_qos->service_type; in register_app() 418 in_qos.token_rate = p_in_qos->token_rate; in register_app() 419 in_qos.token_bucket_size = p_in_qos->token_bucket_size; in register_app() 420 in_qos.peak_bandwidth = p_in_qos->peak_bandwidth; in register_app() 421 in_qos.access_latency = p_in_qos->access_latency; in register_app() 422 in_qos.delay_variation = p_in_qos->delay_variation; in register_app()
|
/aosp12/system/bt/bta/hd/ |
H A D | bta_hd_api.cc | 98 tBTA_HD_QOS_INFO* p_in_qos, in BTA_HdRegisterApp() argument 136 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO)); in BTA_HdRegisterApp()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_bta_hd_api.cc | 48 void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info, tBTA_HD_QOS_INFO* p_in_qos, in BTA_HdRegisterApp() argument
|
/aosp12/system/bt/bta/include/ |
H A D | bta_hd_api.h | 174 tBTA_HD_QOS_INFO* p_in_qos,
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hid_device.cpp | 260 jintArray p_in_qos, jintArray p_out_qos) { in registerAppNative() argument 288 fill_qos(env, p_in_qos, &in_qos); in registerAppNative()
|