Home
last modified time | relevance | path

Searched refs:BT_A2DP_CHANNEL_MODE_MONO (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/test/
Dipctest.c338 case BT_A2DP_CHANNEL_MODE_MONO: in a2dp_default_bitpool()
354 case BT_A2DP_CHANNEL_MODE_MONO: in a2dp_default_bitpool()
419 if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_MONO) { in setup_a2dp()
420 cap->channel_mode = BT_A2DP_CHANNEL_MODE_MONO; in setup_a2dp()
435 else if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_MONO) { in setup_a2dp()
436 cap->channel_mode = BT_A2DP_CHANNEL_MODE_MONO; in setup_a2dp()
511 case BT_A2DP_CHANNEL_MODE_MONO: in setup_sbc()
/external/bluetooth/bluez/audio/
Dliba2dp.c325 case BT_A2DP_CHANNEL_MODE_MONO: in default_bitpool()
337 case BT_A2DP_CHANNEL_MODE_MONO: in default_bitpool()
385 if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_MONO) in bluetooth_a2dp_init()
386 cap->channel_mode = BT_A2DP_CHANNEL_MODE_MONO; in bluetooth_a2dp_init()
450 if (active_capabilities.channel_mode & BT_A2DP_CHANNEL_MODE_MONO) in bluetooth_a2dp_setup()
540 case BT_A2DP_CHANNEL_MODE_MONO: in bluetooth_a2dp_hw_params()
Dpcm_bluetooth.c496 case BT_A2DP_CHANNEL_MODE_MONO: in default_bitpool()
508 case BT_A2DP_CHANNEL_MODE_MONO: in default_bitpool()
563 if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_MONO) in bluetooth_a2dp_init()
564 cap->channel_mode = BT_A2DP_CHANNEL_MODE_MONO; in bluetooth_a2dp_init()
642 if (active_capabilities.channel_mode & BT_A2DP_CHANNEL_MODE_MONO) in bluetooth_a2dp_setup()
1306 BT_A2DP_CHANNEL_MODE_MONO) in bluetooth_a2dp_hw_constraint()
1312 (~BT_A2DP_CHANNEL_MODE_MONO)) in bluetooth_a2dp_hw_constraint()
1458 bt_config->channel_mode = BT_A2DP_CHANNEL_MODE_MONO; in bluetooth_parse_config()
Dgstavdtpsink.c305 cfg->channel_mode = BT_A2DP_CHANNEL_MODE_MONO; in gst_avdtp_sink_init_sbc_pkt_conf()
456 if (sbc->channel_mode & BT_A2DP_CHANNEL_MODE_MONO) { in gst_avdtp_sink_parse_sbc_caps()
578 if (sbc->channel_mode & BT_A2DP_CHANNEL_MODE_MONO) in gst_avdtp_sink_parse_sbc_caps()
703 if (mpeg->channel_mode & BT_A2DP_CHANNEL_MODE_MONO) in gst_avdtp_sink_parse_mpeg_caps()
814 return BT_A2DP_CHANNEL_MODE_MONO; in gst_avdtp_sink_get_channel_mode()
Dipc.h149 #define BT_A2DP_CHANNEL_MODE_MONO (1 << 3) macro