Searched refs:p_in_qos (Results 1 – 3 of 3) sorted by relevance
392 bthd_qos_param_t* p_in_qos, in register_app() argument420 in_qos.service_type = p_in_qos->service_type; in register_app()421 in_qos.token_rate = p_in_qos->token_rate; in register_app()422 in_qos.token_bucket_size = p_in_qos->token_bucket_size; in register_app()423 in_qos.peak_bandwidth = p_in_qos->peak_bandwidth; in register_app()424 in_qos.access_latency = p_in_qos->access_latency; in register_app()425 in_qos.delay_variation = p_in_qos->delay_variation; in register_app()
99 tBTA_HD_QOS_INFO* p_in_qos, in BTA_HdRegisterApp() argument137 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO)); in BTA_HdRegisterApp()
171 tBTA_HD_QOS_INFO* p_in_qos,