Home
last modified time | relevance | path

Searched refs:portRole (Results 1 – 3 of 3) 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.cpp431 audio_port_role_t portRole = (role == Attributes::roleSource) ? in deserialize() local
434 Element mixPort = new IOProfile(name, portRole); in deserialize()
452 if (portRole == AUDIO_PORT_ROLE_SOURCE) { in deserialize()
499 audio_port_role_t portRole = (role == Attributes::roleSource) ? in deserialize() local
504 (!audio_is_input_device(type) && portRole == AUDIO_PORT_ROLE_SOURCE) || in deserialize()
505 (!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);