Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
DConstants.java188 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID; field in Constants
DSystemAudioAction.java120 return param != Constants.INVALID_PHYSICAL_ADDRESS in getSystemAudioModeRequestParam()
DHdmiCecLocalDevice.java85 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; in invalidate()
109 String physicalAddressString = (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) in toString()
DDeviceDiscoveryAction.java72 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
DHdmiCecMessageValidator.java267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) { in isValidPhysicalAddress()
DHdmiCecLocalDeviceTv.java522 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in handleInactiveSource()
1623 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in disableDevice()
DHdmiControlService.java725 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()