HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_PHYSICAL_ADDRESS (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiMhlLocalDeviceStub.java 12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
Constants.java 188 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID;
SystemAudioAction.java 120 return param != Constants.INVALID_PHYSICAL_ADDRESS
HdmiCecLocalDevice.java 85 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
109 String physicalAddressString = (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS)
    [all...]
DeviceDiscoveryAction.java 72 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
HdmiCecMessageValidator.java 267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) {
HdmiCecLocalDeviceTv.java 522 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS);
    [all...]
HdmiControlService.java 725 return Constants.INVALID_PHYSICAL_ADDRESS;
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 99 static const int INVALID_PHYSICAL_ADDRESS = 0xFFFF;
235 return INVALID_PHYSICAL_ADDRESS;
237 return result == Result::SUCCESS ? addr : INVALID_PHYSICAL_ADDRESS;

Completed in 204 milliseconds