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.java35 int portType = 0; in testEquals() local
43 new HdmiPortInfo(portId, portType, address, isCec, isMhl, isArcSupported), in testEquals()
44 new HdmiPortInfo(portId, portType, address, isCec, isMhl, isArcSupported)) in testEquals()
47 portId + 1, portType, address, isCec, isMhl, isArcSupported)) in testEquals()
50 portId, portType + 1, address, isCec, isMhl, isArcSupported)) in testEquals()
53 portId, portType, address + 1, isCec, isMhl, isArcSupported)) in testEquals()
55 new HdmiPortInfo(portId, portType, address, !isCec, isMhl, isArcSupported)) in testEquals()
57 new HdmiPortInfo(portId, portType, address, isCec, !isMhl, isArcSupported)) in testEquals()
59 new HdmiPortInfo(portId, portType, address, isCec, isMhl, !isArcSupported)) in testEquals()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp218 audio_port_type_t portType, in checkCompatibleChannelMask() argument
226 const bool isRecordThread = portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK; in checkCompatibleChannelMask()
330 audio_port_type_t portType, in checkCompatibleProfile() argument
338 portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK in checkCompatibleProfile()
354 portType, portRole) == NO_ERROR && in checkCompatibleProfile()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioProfileVectorHelper.h50 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. …