Home
last modified time | relevance | path

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

/system/media/tests/
Dsystemaudio_tests.cpp53 .id = 2, .role = AUDIO_PORT_ROLE_SINK, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST()
74 .id = 1, .role = AUDIO_PORT_ROLE_SINK, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST()
82 .id = 1, .role = AUDIO_PORT_ROLE_SINK, .type = AUDIO_PORT_TYPE_MIX }; in TEST()
105 .id = 2, .role = AUDIO_PORT_ROLE_SINK, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST()
364 port->ext.device.type = port->role == AUDIO_PORT_ROLE_SINK ? mOutputDeviceType in fillFakeAudioPortBaseInfo()
504 config->role == AUDIO_PORT_ROLE_SINK ? mOutputDeviceType : mInputDeviceType; in fillFakeAudioPortConfigInfo()
552 auto channelMasks = audioPort->role == AUDIO_PORT_ROLE_SINK ? OUT_CHANNEL_MASKS in fillFakeAudioPortInfo()
574 auto channelMasks = portV7->role == AUDIO_PORT_ROLE_SINK ? OUT_CHANNEL_MASKS in fillFakeAudioPortV7Info()
686 if (lhs.role == AUDIO_PORT_ROLE_SINK) { in TEST_P()
780 AUDIO_PORT_ROLE_SINK),
/system/media/audio/include/system/
Daudio.h551 AUDIO_PORT_ROLE_SINK = 2, enumerator
829 case AUDIO_PORT_ROLE_SINK: return false; in audio_has_input_direction()
835 case AUDIO_PORT_ROLE_SINK: return true; in audio_has_input_direction()
864 else if (lhs->role == AUDIO_PORT_ROLE_SINK && in audio_port_configs_are_equal()