Searched refs:AUDIO_PORT_ROLE_SOURCE (Results 1 – 2 of 2) sorted by relevance
/system/media/tests/ |
D | systemaudio_tests.cpp | 49 .id = 1, .role = AUDIO_PORT_ROLE_SOURCE, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST() 66 .id = 1, .role = AUDIO_PORT_ROLE_SOURCE, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST() 90 .id = 1, .role = AUDIO_PORT_ROLE_SOURCE, .type = AUDIO_PORT_TYPE_MIX }; in TEST() 103 .id = 1, .role = AUDIO_PORT_ROLE_SOURCE, .type = AUDIO_PORT_TYPE_DEVICE }; in TEST() 510 if (config->role == AUDIO_PORT_ROLE_SOURCE) { in fillFakeAudioPortConfigInfo() 691 } else if (lhs.role == AUDIO_PORT_ROLE_SOURCE) { in TEST_P() 779 testing::Values(AUDIO_PORT_ROLE_SOURCE,
|
/system/media/audio/include/system/ |
D | audio.h | 550 AUDIO_PORT_ROLE_SOURCE = 1, enumerator 828 case AUDIO_PORT_ROLE_SOURCE: return true; in audio_has_input_direction() 834 case AUDIO_PORT_ROLE_SOURCE: return false; in audio_has_input_direction() 862 if (lhs->role == AUDIO_PORT_ROLE_SOURCE && in audio_port_configs_are_equal()
|