Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiPortInfoTest.java38 int portType = 0; in testEquals() local
47 new HdmiPortInfo.Builder(portId, portType, address) in testEquals()
53 new HdmiPortInfo.Builder(portId, portType, address) in testEquals()
60 new HdmiPortInfo.Builder(portId + 1, portType, address) in testEquals()
67 new HdmiPortInfo.Builder(portId, portType + 1, address) in testEquals()
74 new HdmiPortInfo.Builder(portId, portType, address + 1) in testEquals()
81 new HdmiPortInfo.Builder(portId, portType, address) in testEquals()
88 new HdmiPortInfo.Builder(portId, portType, address) in testEquals()
95 new HdmiPortInfo.Builder(portId, portType, address) in testEquals()
102 new HdmiPortInfo.Builder(portId, portType, address) in testEquals()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp244 audio_port_type_t portType, in checkCompatibleChannelMask() argument
252 const bool isRecordThread = portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK; in checkCompatibleChannelMask()
376 audio_port_type_t portType, in checkCompatibleProfile() argument
384 portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK in checkCompatibleProfile()
400 portType, portRole) == NO_ERROR && in checkCompatibleProfile()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfileVectorHelper.h79 audio_port_type_t portType,
/frameworks/av/media/libaudioclient/fuzzer/
DREADME.md18 6. Audio Port Type (parameter name: `portType`)
37 | `portType` | 0. `AUDIO_PORT_TYPE_NONE` 1. `AUDIO_PORT_TYPE_DEVICE` 2. `AUDIO_PORT_TYPE_MIX` 3. …