Home
last modified time | relevance | path

Searched refs:INVALID_PHYSICAL_ADDRESS (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DSystemAudioInitiationActionFromAvrTest.java192 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testNoActiveSourceMessageReceived()
204 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testNoActiveSourceMessageReceived()
267 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testRetry()
285 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testIsPlaybackDevice_cannotReceiveActiveSource()
306 Constants.INVALID_PHYSICAL_ADDRESS; in resetTestVariables()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java62 private static final int INVALID_PHYSICAL_ADDRESS = 0xFFFF; field in HdmiControlManager
64 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS;
619 if (mPhysicalAddress != INVALID_PHYSICAL_ADDRESS) { in getPhysicalAddress()
645 if (mPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected()
649 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected()
666 if (mPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected()
670 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
DSystemAudioInitiationActionFromAvr.java44 if (audioSystem().getActiveSource().physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in start()
DSystemAudioAction.java120 return param != Constants.INVALID_PHYSICAL_ADDRESS in getSystemAudioModeRequestParam()
DConstants.java241 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID; field in Constants
DHdmiCecMessageValidator.java267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) { in isValidPhysicalAddress()
DHdmiCecLocalDevice.java96 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; in invalidate()
127 (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) in toString()
DDeviceDiscoveryAction.java77 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
DHdmiCecLocalDeviceTv.java503 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in handleInactiveSource()
1617 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in disableDevice()
DHdmiControlService.java357 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
867 return Constants.INVALID_PHYSICAL_ADDRESS; in portIdToPath()
/frameworks/base/services/core/jni/
Dcom_android_server_hdmi_HdmiCecController.cpp99 static const int INVALID_PHYSICAL_ADDRESS = 0xFFFF; member in android::HdmiCecController
235 return INVALID_PHYSICAL_ADDRESS; in getPhysicalAddress()
237 return result == Result::SUCCESS ? addr : INVALID_PHYSICAL_ADDRESS; in getPhysicalAddress()