Searched defs:portRole (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp236 audio_port_role_t portRole = role == "source" ? AUDIO_PORT_ROLE_SOURCE : AUDIO_PORT_ROLE_SINK; local
238 mixPort = new Element(String8(name.c_str()), portRole);
255 if (portRole == AUDIO_PORT_ROLE_SOURCE) {
300 audio_port_role_t portRole = (role == Attributes::roleSource) ? local
305 (!audio_is_input_device(type) && portRole == AUDIO_PORT_ROLE_SOURCE) ||
306 (!audio_is_output_devices(type) && portRole == AUDIO_PORT_ROLE_SINK)) {

Completed in 2093 milliseconds