Home
last modified time | relevance | path

Searched refs:startQueuedActions (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDevicePlayback.java142 startQueuedActions(); in onAddressAllocated()
DHdmiCecLocalDeviceAudioSystem.java303 startQueuedActions(); in onAddressAllocated()
DHdmiCecLocalDevice.java1098 void startQueuedActions() { in startQueuedActions() method in HdmiCecLocalDevice
DHdmiCecLocalDeviceTv.java207 startQueuedActions(); in onAddressAllocated()
DHdmiControlService.java1024 localDevice.startQueuedActions(); in bootCompleted()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiControlServiceTest.java351 verify(mAudioSystemDeviceSpy, times(1)).startQueuedActions(); in normalBoot_queuedActionsStartedAfterBoot()
352 verify(mPlaybackDeviceSpy, times(1)).startQueuedActions(); in normalBoot_queuedActionsStartedAfterBoot()