Home
last modified time | relevance | path

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

/system/media/tests/
Dsystemaudio_tests.cpp48 .id = 2, .role = AUDIO_PORT_ROLE_SINK, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST()
69 .id = 1, .role = AUDIO_PORT_ROLE_SINK, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST()
77 .id = 1, .role = AUDIO_PORT_ROLE_SINK, .type = AUDIO_PORT_TYPE_MIX }; in TEST()
100 .id = 2, .role = AUDIO_PORT_ROLE_SINK, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST()
/system/media/audio/include/system/
Daudio.h1325 case AUDIO_PORT_ROLE_SINK: return false; in audio_port_config_has_input_direction()
1331 case AUDIO_PORT_ROLE_SINK: return true; in audio_port_config_has_input_direction()
1356 else if (lhs->role == AUDIO_PORT_ROLE_SINK && in audio_port_configs_are_equal()
Daudio-base.h466AUDIO_PORT_ROLE_SINK = 2, // (::android::hardware::audio::common::V4_0::AudioPortRole.SOURCE impli… enumerator