Searched refs:AUDIO_PORT_ROLE_SINK (Results 1 – 3 of 3) sorted by relevance
48 .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()
1325 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()
466 …AUDIO_PORT_ROLE_SINK = 2, // (::android::hardware::audio::common::V4_0::AudioPortRole.SOURCE impli… enumerator