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

  /external/bluetooth/bluez/audio/
liba2dp.c 331 case BT_A2DP_CHANNEL_MODE_STEREO:
343 case BT_A2DP_CHANNEL_MODE_STEREO:
383 else if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO)
384 cap->channel_mode = BT_A2DP_CHANNEL_MODE_STEREO;
459 if (active_capabilities.channel_mode & BT_A2DP_CHANNEL_MODE_STEREO)
549 case BT_A2DP_CHANNEL_MODE_STEREO:
gstavdtpsink.c 358 cfg->channel_mode = BT_A2DP_CHANNEL_MODE_STEREO;
516 if (sbc->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO) {
636 if ((sbc->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO) ||
761 if ((mpeg->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO) ||
806 if (sbc->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO) {
926 if ((sbc->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO) ||
1048 if ((mpeg->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO) ||
1186 return BT_A2DP_CHANNEL_MODE_STEREO;
    [all...]
ipc.h 151 #define BT_A2DP_CHANNEL_MODE_STEREO (1 << 1)
pcm_bluetooth.c 501 case BT_A2DP_CHANNEL_MODE_STEREO:
513 case BT_A2DP_CHANNEL_MODE_STEREO:
560 else if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO)
561 cap->channel_mode = BT_A2DP_CHANNEL_MODE_STEREO;
650 if (active_capabilities.channel_mode & BT_A2DP_CHANNEL_MODE_STEREO)
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 342 case BT_A2DP_CHANNEL_MODE_STEREO:
358 case BT_A2DP_CHANNEL_MODE_STEREO:
431 else if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_STEREO)
432 cap->channel_mode = BT_A2DP_CHANNEL_MODE_STEREO;
517 case BT_A2DP_CHANNEL_MODE_STEREO:

Completed in 328 milliseconds