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

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiMhlLocalDeviceStub.java12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
H A DConstants.java188 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID; field in class:Constants
H A DSystemAudioAction.java120 return param != Constants.INVALID_PHYSICAL_ADDRESS
H A DDeviceDiscoveryAction.java72 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
H A DHdmiCecLocalDevice.java85 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
109 String physicalAddressString = (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS)
H A DHdmiCecMessageValidator.java267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) {
H A DHdmiCecLocalDeviceTv.java522 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS);
1623 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS);
H A DHdmiControlService.java725 return Constants.INVALID_PHYSICAL_ADDRESS;
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp99 static const int INVALID_PHYSICAL_ADDRESS = 0xFFFF; member in class:android::HdmiCecController
235 return INVALID_PHYSICAL_ADDRESS;
237 return result == Result::SUCCESS ? addr : INVALID_PHYSICAL_ADDRESS;

Completed in 104 milliseconds