Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A 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()
H A DSerializer.cpp463 audio_port_role_t portRole = (role == Attributes::roleSource) ? variable
466 MixPortTraits::Element mixPort = new IOProfile(name, portRole);
484 if (portRole == AUDIO_PORT_ROLE_SOURCE) {
535 audio_port_role_t portRole = (role == Attributes::roleSource) ? variable
544 (!audio_is_input_device(type) && portRole == AUDIO_PORT_ROLE_SOURCE) ||
545 (!audio_is_output_devices(type) && portRole == AUDIO_PORT_ROLE_SINK)) {
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfileVectorHelper.h51 audio_port_role_t portRole);
/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A 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` | …