Searched refs:INVALID_PHYSICAL_ADDRESS (Results 1 – 9 of 9) sorted by relevance
12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
188 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID; field in Constants
120 return param != Constants.INVALID_PHYSICAL_ADDRESS in getSystemAudioModeRequestParam()
85 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; in invalidate()109 String physicalAddressString = (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) in toString()
72 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) { in isValidPhysicalAddress()
522 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in handleInactiveSource()1623 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in disableDevice()
725 return Constants.INVALID_PHYSICAL_ADDRESS; in portIdToPath()
99 static const int INVALID_PHYSICAL_ADDRESS = 0xFFFF; member in android::HdmiCecController235 return INVALID_PHYSICAL_ADDRESS; in getPhysicalAddress()237 return result == Result::SUCCESS ? addr : INVALID_PHYSICAL_ADDRESS; in getPhysicalAddress()