Home
last modified time | relevance | path

Searched refs:notifyAddressAllocated (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiControlServiceTest.java1563 .notifyAddressAllocated(any(), eq(INITIATED_BY_SCREEN_ON)); in triggerMultipleAddressAllocations_uniqueLocalDevicePerDeviceType()
1571 .notifyAddressAllocated(any(), eq(INITIATED_BY_HOTPLUG)); in triggerMultipleAddressAllocations_uniqueLocalDevicePerDeviceType()
1611 .notifyAddressAllocated(any(), eq(INITIATED_BY_SCREEN_ON)); in triggerMultipleAddressAllocations_keepLastAllocatedAddress()
1619 .notifyAddressAllocated(any(), eq(INITIATED_BY_SCREEN_ON)); in triggerMultipleAddressAllocations_keepLastAllocatedAddress()
1657 .notifyAddressAllocated(any(), eq(INITIATED_BY_SOUNDBAR_MODE)); in triggerMultipleAddressAllocations_toggleSoundbarMode_addThenRemoveAudioSystem()
1665 .notifyAddressAllocated(any(), eq(INITIATED_BY_SOUNDBAR_MODE)); in triggerMultipleAddressAllocations_toggleSoundbarMode_addThenRemoveAudioSystem()
1709 .notifyAddressAllocated(any(), eq(INITIATED_BY_SOUNDBAR_MODE)); in triggerMultipleAddressAllocations_toggleSoundbarMode_removeThenAddAudioSystem()
1717 .notifyAddressAllocated(any(), eq(INITIATED_BY_SOUNDBAR_MODE)); in triggerMultipleAddressAllocations_toggleSoundbarMode_removeThenAddAudioSystem()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1459 notifyAddressAllocated(allocatedDevices, initiatedBy); in allocateLogicalAddress()
1484 public void notifyAddressAllocated(ArrayList<HdmiCecLocalDevice> devices, int initiatedBy) { in notifyAddressAllocated() method in HdmiControlService