HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_HD_QOS_INFO (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/include/
bta_hd_api.h 69 } tBTA_HD_QOS_INFO;
171 tBTA_HD_QOS_INFO* p_in_qos,
172 tBTA_HD_QOS_INFO* p_out_qos);
  /system/bt/bta/hd/
bta_hd_api.cc 98 tBTA_HD_QOS_INFO* p_in_qos,
99 tBTA_HD_QOS_INFO* p_out_qos) {
132 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO));
133 memcpy(&p_buf->out_qos, p_out_qos, sizeof(tBTA_HD_QOS_INFO));
bta_hd_int.h 87 tBTA_HD_QOS_INFO in_qos;
88 tBTA_HD_QOS_INFO out_qos;
  /system/bt/btif/src/
btif_hd.cc 67 static tBTA_HD_QOS_INFO in_qos;
68 static tBTA_HD_QOS_INFO out_qos;

Completed in 231 milliseconds