Searched refs:INVALID_PHYSICAL_ADDRESS (Results 1 – 12 of 12) sorted by relevance
192 .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()
62 private static final int INVALID_PHYSICAL_ADDRESS = 0xFFFF; field in HdmiControlManager64 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()
12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
44 if (audioSystem().getActiveSource().physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in start()
120 return param != Constants.INVALID_PHYSICAL_ADDRESS in getSystemAudioModeRequestParam()
241 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID; field in Constants
267 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == mService.getPhysicalAddress()) { in isValidPhysicalAddress()
96 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; in invalidate()127 (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) in toString()
77 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
503 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in handleInactiveSource()1617 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in disableDevice()
357 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;867 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()