Searched refs:p_in_qos (Results 1 – 4 of 4) sorted by relevance
389 bthd_qos_param_t* p_in_qos, in register_app() argument417 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()
48 void BTA_HdRegisterApp(tBTA_HD_APP_INFO* p_app_info, tBTA_HD_QOS_INFO* p_in_qos, in BTA_HdRegisterApp() argument
98 tBTA_HD_QOS_INFO* p_in_qos, in BTA_HdRegisterApp() argument136 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO)); in BTA_HdRegisterApp()
174 tBTA_HD_QOS_INFO* p_in_qos,