Home
last modified time | relevance | path

Searched refs:ABORT_UNABLE_TO_DETERMINE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DConstants.java264 ABORT_UNABLE_TO_DETERMINE,
275 ABORT_UNABLE_TO_DETERMINE,
292 static final int ABORT_UNABLE_TO_DETERMINE = 5; field in Constants
DHdmiCecLocalDevice.java430 mService.maySendFeatureAbortCommand(message, Constants.ABORT_UNABLE_TO_DETERMINE); in handleGivePhysicalAddress()
446 mService.maySendFeatureAbortCommand(message, Constants.ABORT_UNABLE_TO_DETERMINE); in handleGiveDeviceVendorId()
DHdmiCecLocalDeviceAudioSystem.java523 return Constants.ABORT_UNABLE_TO_DETERMINE; in handleRequestShortAudioDescriptor()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecLocalDeviceTest.java262 Constants.ABORT_UNABLE_TO_DETERMINE); in handleGivePhysicalAddress_failure()
297 Constants.ABORT_UNABLE_TO_DETERMINE); in handleGiveDeviceVendorId_failure()
DHdmiCecLocalDeviceAudioSystemTest.java248 Constants.ABORT_UNABLE_TO_DETERMINE); in handleRequestShortAudioDescriptor_noAudioDeviceInfo()