Home
last modified time | relevance | path

Searched refs:setLogicalAddressAllocationDelay (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiControlServiceTest.java1539 mHdmiCecController.setLogicalAddressAllocationDelay(allocationDelay); in triggerMultipleAddressAllocations_uniqueLocalDevicePerDeviceType()
1583 mHdmiCecController.setLogicalAddressAllocationDelay(allocationDelay); in triggerMultipleAddressAllocations_keepLastAllocatedAddress()
1628 mHdmiCecController.setLogicalAddressAllocationDelay(allocationDelay); in triggerMultipleAddressAllocations_toggleSoundbarMode_addThenRemoveAudioSystem()
1680 mHdmiCecController.setLogicalAddressAllocationDelay(allocationDelay); in triggerMultipleAddressAllocations_toggleSoundbarMode_removeThenAddAudioSystem()
DOneTouchPlayActionTest.java657 mHdmiCecController.setLogicalAddressAllocationDelay(allocationDelay); in onWakeUp_interruptedByOnStandby_notInteractive_OneTouchPlayNotStarted()
DHdmiCecLocalDevicePlaybackTest.java2473 mHdmiCecController.setLogicalAddressAllocationDelay(allocationDelay); in handleRoutingChange_addressNotAllocated_removeActiveSourceAction()
2506 mHdmiCecController.setLogicalAddressAllocationDelay(allocationDelay); in handleSetStreamPath_addressNotAllocated_removeActiveSourceAction()
2541 mHdmiCecController.setLogicalAddressAllocationDelay(allocationDelay); in handleActiveSource_addressNotAllocated_removeActiveSourceAction()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java464 void setLogicalAddressAllocationDelay(long delay) { in setLogicalAddressAllocationDelay() method in HdmiCecController