Searched refs:PA_DIRECTION_OUTPUT (Results 1 - 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | direction.c | 26 && direction != PA_DIRECTION_OUTPUT in pa_direction_valid() 27 && direction != (PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT)) in pa_direction_valid() 38 if (direction == PA_DIRECTION_OUTPUT) in pa_direction_to_string() 40 if (direction == (PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT)) in pa_direction_to_string()
|
H A D | def.h | 133 one should test against the bit instead of the value (e.g.\ if (d & PA_DIRECTION_OUTPUT)), 137 PA_DIRECTION_OUTPUT = 0x0001U, /**< Output direction */ enumerator 142 #define PA_DIRECTION_OUTPUT PA_DIRECTION_OUTPUT macro
|
/third_party/pulseaudio/src/modules/ |
H A D | module-switch-on-port-available.c | 155 case PA_DIRECTION_OUTPUT: in try_to_switch_profile() 203 if (dir == PA_DIRECTION_OUTPUT && cp->output_name) in profile_name_for_dir() 219 case PA_DIRECTION_OUTPUT: in find_port_pointers() 530 pa_card_set_preferred_port(card, PA_DIRECTION_OUTPUT, NULL); in update_preferred_output_port() 540 pa_card_set_preferred_port(card, PA_DIRECTION_OUTPUT, NULL); in update_preferred_output_port() 551 pa_card_set_preferred_port(card, PA_DIRECTION_OUTPUT, sink->active_port); in update_preferred_output_port() 588 pa_card_set_preferred_port(sink->card, PA_DIRECTION_OUTPUT, sink->active_port); in sink_port_changed_callback()
|
H A D | module-card-restore.c | 569 pa_card_new_data_set_preferred_port(new_data, PA_DIRECTION_OUTPUT, p); in card_new_hook_callback()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | device-port.c | 125 if (p->direction == PA_DIRECTION_OUTPUT) in pa_device_port_set_available() 130 if (p->direction == PA_DIRECTION_OUTPUT) { in pa_device_port_set_available() 183 pa_assert(data->direction == PA_DIRECTION_OUTPUT || data->direction == PA_DIRECTION_INPUT); in pa_device_port_new() 220 case PA_DIRECTION_OUTPUT: { in pa_device_port_set_latency_offset()
|
H A D | card.c | 311 if (dir == PA_DIRECTION_OUTPUT && cp->output_name) in profile_name_for_dir() 325 pa_device_port_set_preferred_profile(sink->active_port, profile_name_for_dir(c->active_profile, PA_DIRECTION_OUTPUT)); in update_port_preferred_profile()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 257 if (direction == PA_DIRECTION_OUTPUT) { in connect_ports() 1267 connect_ports(u, &data, PA_DIRECTION_OUTPUT); in add_sink() 1311 [PA_BLUETOOTH_PROFILE_A2DP_SINK] = PA_DIRECTION_OUTPUT, in get_profile_direction() 1313 [PA_BLUETOOTH_PROFILE_HSP_HS] = PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT, in get_profile_direction() 1314 [PA_BLUETOOTH_PROFILE_HSP_AG] = PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT, in get_profile_direction() 1315 [PA_BLUETOOTH_PROFILE_HFP_HF] = PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT, in get_profile_direction() 1316 [PA_BLUETOOTH_PROFILE_HFP_AG] = PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT, in get_profile_direction() 1337 if (get_profile_direction(u->profile) & PA_DIRECTION_OUTPUT) { in transport_config() 1403 if (get_profile_direction (u->profile) & PA_DIRECTION_OUTPUT) in init_profile() 1608 if (u->write_index > 0 && (get_profile_direction(u->profile) & PA_DIRECTION_OUTPUT)) { in thread_func() [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 717 modifier->action_direction = is_sink ? PA_DIRECTION_OUTPUT : PA_DIRECTION_INPUT; in ucm_set_media_roles() 1100 pa_device_port_new_data_set_direction(&port_data, is_sink ? PA_DIRECTION_OUTPUT : PA_DIRECTION_INPUT); in ucm_add_port_combination() 1610 m->ucm_context.direction = is_sink ? PA_DIRECTION_OUTPUT : PA_DIRECTION_INPUT; in ucm_create_mapping_direction() 1658 m->ucm_context.direction = is_sink ? PA_DIRECTION_OUTPUT : PA_DIRECTION_INPUT; in ucm_create_mapping_for_modifier() 2185 if (context->direction == PA_DIRECTION_OUTPUT) in pa_alsa_ucm_mapping_context_free() 2196 if (context->direction == PA_DIRECTION_OUTPUT) in pa_alsa_ucm_mapping_context_free()
|
H A D | module-alsa-card.c | 794 pa_alsa_ucm_roled_stream_begin(&u->ucm, role, PA_DIRECTION_OUTPUT); in sink_input_put_hook_callback() 824 pa_alsa_ucm_roled_stream_end(&u->ucm, role, PA_DIRECTION_OUTPUT); in sink_input_unlink_hook_callback()
|
H A D | alsa-mixer.c | 5378 pa_device_port_new_data_set_direction(&port_data, path->direction == PA_ALSA_DIRECTION_OUTPUT ? PA_DIRECTION_OUTPUT : PA_DIRECTION_INPUT); in device_port_alsa_init()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 671 pa_device_port_new_data_set_direction(&data, PA_DIRECTION_OUTPUT); in raop_create_port()
|
Completed in 21 milliseconds