Searched refs:PA_DIRECTION_INPUT (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | direction.c | 25 if (direction != PA_DIRECTION_INPUT in pa_direction_valid() 27 && direction != (PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT)) in pa_direction_valid() 36 if (direction == PA_DIRECTION_INPUT) in pa_direction_to_string() 40 if (direction == (PA_DIRECTION_INPUT | PA_DIRECTION_OUTPUT)) in pa_direction_to_string()
|
H A D | def.h | 138 PA_DIRECTION_INPUT = 0x0002U /**< Input direction */ enumerator 143 #define PA_DIRECTION_INPUT PA_DIRECTION_INPUT macro
|
/third_party/pulseaudio/src/modules/ |
H A D | module-switch-on-port-available.c | 160 case PA_DIRECTION_INPUT: in try_to_switch_profile() 205 if (dir == PA_DIRECTION_INPUT && cp->input_name) in profile_name_for_dir() 225 case PA_DIRECTION_INPUT: in find_port_pointers() 348 if (port->direction == PA_DIRECTION_INPUT && pp.source && !pp.source->active_port->availability_group) { in port_available_hook_callback() 494 pa_card_set_preferred_port(card, PA_DIRECTION_INPUT, NULL); in update_preferred_input_port() 504 pa_card_set_preferred_port(card, PA_DIRECTION_INPUT, NULL); in update_preferred_input_port() 515 pa_card_set_preferred_port(card, PA_DIRECTION_INPUT, source->active_port); in update_preferred_input_port() 579 pa_card_set_preferred_port(source->card, PA_DIRECTION_INPUT, source->active_port); in source_port_changed_callback()
|
H A D | module-card-restore.c | 563 pa_card_new_data_set_preferred_port(new_data, PA_DIRECTION_INPUT, p); in card_new_hook_callback() 629 if (data->direction == PA_DIRECTION_INPUT) { in card_preferred_port_changed_callback()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | card.c | 124 if (direction == PA_DIRECTION_INPUT) in pa_card_new_data_set_preferred_port() 313 if (dir == PA_DIRECTION_INPUT && cp->input_name) in profile_name_for_dir() 328 pa_device_port_set_preferred_profile(source->active_port, profile_name_for_dir(c->active_profile, PA_DIRECTION_INPUT)); in update_port_preferred_profile() 403 if (direction == PA_DIRECTION_INPUT) { in pa_card_set_preferred_port() 416 if (direction == PA_DIRECTION_INPUT) { in pa_card_set_preferred_port()
|
H A D | device-port.c | 183 pa_assert(data->direction == PA_DIRECTION_OUTPUT || data->direction == PA_DIRECTION_INPUT); in pa_device_port_new() 233 case PA_DIRECTION_INPUT: { in pa_device_port_set_latency_offset()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 1028 connect_ports(u, &data, PA_DIRECTION_INPUT); in add_source() 1312 [PA_BLUETOOTH_PROFILE_A2DP_SOURCE] = PA_DIRECTION_INPUT, 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() 1344 if (get_profile_direction(u->profile) & PA_DIRECTION_INPUT) { in transport_config() 1407 if (get_profile_direction (u->profile) & PA_DIRECTION_INPUT) in init_profile() 2018 pa_device_port_new_data_set_direction(&port_data, PA_DIRECTION_INPUT); in create_card_ports() 2020 pa_device_port_new_data_set_available(&port_data, get_port_availability(u, PA_DIRECTION_INPUT)); in create_card_ports() [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | module-alsa-card.c | 503 if (port->direction == PA_DIRECTION_INPUT) { in report_jack_state() 809 pa_alsa_ucm_roled_stream_begin(&u->ucm, role, PA_DIRECTION_INPUT); in source_output_put_hook_callback() 839 pa_alsa_ucm_roled_stream_end(&u->ucm, role, PA_DIRECTION_INPUT); in source_output_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()
|
Completed in 23 milliseconds