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

  /system/bt/audio_a2dp_hw/include/
audio_a2dp_hw.h 101 typedef uint8_t tA2DP_CHANNEL_COUNT;
  /system/bt/btif/include/
btif_a2dp_sink.h 86 tA2DP_CHANNEL_COUNT btif_a2dp_sink_get_channel_count(void);
  /system/bt/btif/src/
btif_a2dp_control.cc 186 tA2DP_CHANNEL_COUNT channel_count = btif_a2dp_sink_get_channel_count();
193 sizeof(tA2DP_CHANNEL_COUNT));
btif_a2dp_sink.cc 83 tA2DP_CHANNEL_COUNT channel_count;
304 tA2DP_CHANNEL_COUNT btif_a2dp_sink_get_channel_count(void) {
  /system/bt/stack/include/
a2dp_codec_api.h 486 tA2DP_CHANNEL_COUNT channel_count; // 1 for mono or 2 for stereo
    [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 482 tA2DP_CHANNEL_COUNT channel_count;
491 if (a2dp_ctrl_receive(common, &channel_count, sizeof(tA2DP_CHANNEL_COUNT)) <
    [all...]

Completed in 590 milliseconds