Home
last modified time | relevance | path

Searched refs:PA_BLUETOOTH_PROFILE_A2DP_SINK (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c509 pa_assert(u->profile == PA_BLUETOOTH_PROFILE_A2DP_SINK); in a2dp_process_render()
754 (u->profile == PA_BLUETOOTH_PROFILE_A2DP_SINK ? in handle_sink_block_size_change()
785 if (u->profile == PA_BLUETOOTH_PROFILE_A2DP_SINK) { in transport_config_mtu()
815 if (u->profile == PA_BLUETOOTH_PROFILE_A2DP_SINK) { in setup_stream()
1029 case PA_BLUETOOTH_PROFILE_A2DP_SINK: in add_source()
1212 case PA_BLUETOOTH_PROFILE_A2DP_SINK: in add_sink()
1249 bool is_a2dp_sink = u->profile == PA_BLUETOOTH_PROFILE_A2DP_SINK; in transport_config()
1307 [PA_BLUETOOTH_PROFILE_A2DP_SINK] = PA_DIRECTION_OUTPUT, in get_profile_direction()
1345 if (u->profile == PA_BLUETOOTH_PROFILE_A2DP_SINK) { in write_block()
1519 … if (u->write_index > 0 && u->profile == PA_BLUETOOTH_PROFILE_A2DP_SINK) { in thread_func()
[all …]
Dbluez5-util.h58 PA_BLUETOOTH_PROFILE_A2DP_SINK, enumerator
Dbluez5-util.c175 case PA_BLUETOOTH_PROFILE_A2DP_SINK: in device_supports_profile()
1264 case PA_BLUETOOTH_PROFILE_A2DP_SINK: in pa_bluetooth_profile_to_string()
1349 p = PA_BLUETOOTH_PROFILE_A2DP_SINK; in endpoint_set_configuration()
1351 … if ((pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SOURCE) && p != PA_BLUETOOTH_PROFILE_A2DP_SINK) || in endpoint_set_configuration()