Home
last modified time | relevance | path

Searched refs:portRole (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp219 audio_port_role_t portRole) in checkCompatibleChannelMask() argument
226 const bool isRecordThread = portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK; in checkCompatibleChannelMask()
331 audio_port_role_t portRole) in checkCompatibleProfile() argument
338 portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK in checkCompatibleProfile()
354 portType, portRole) == NO_ERROR && in checkCompatibleProfile()
DSerializer.cpp463 audio_port_role_t portRole = (role == Attributes::roleSource) ? in deserialize() local
466 MixPortTraits::Element mixPort = new IOProfile(name, portRole); in deserialize()
484 if (portRole == AUDIO_PORT_ROLE_SOURCE) { in deserialize()
535 audio_port_role_t portRole = (role == Attributes::roleSource) ? in deserialize() local
544 (!audio_is_input_device(type) && portRole == AUDIO_PORT_ROLE_SOURCE) || in deserialize()
545 (!audio_is_output_devices(type) && portRole == AUDIO_PORT_ROLE_SINK)) { in deserialize()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfileVectorHelper.h51 audio_port_role_t portRole);
/frameworks/av/media/libaudioclient/fuzzer/
DREADME.md17 5. Audio Port Role (parameter name: `portRole`)
36 | `portRole` | 0. `AUDIO_PORT_ROLE_NONE` 1. `AUDIO_PORT_ROLE_SOURCE` 2. `AUDIO_PORT_ROLE_SINK` | …