Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java366 private final ArrayList<HotplugEventListenerRecord> mHotplugEventListenerRecords =
1990 private final class HotplugEventListenerRecord implements IBinder.DeathRecipient { class in HdmiControlService
1993 public HotplugEventListenerRecord(IHdmiHotplugEventListener listener) { in HotplugEventListenerRecord() method in HdmiControlService.HotplugEventListenerRecord
2006 if (!(obj instanceof HotplugEventListenerRecord)) return false; in equals()
2008 HotplugEventListenerRecord other = (HotplugEventListenerRecord) obj; in equals()
3166 final HotplugEventListenerRecord record = new HotplugEventListenerRecord(listener); in addHotplugEventListener()
3198 for (HotplugEventListenerRecord record : mHotplugEventListenerRecords) { in removeHotplugEventListener()
3385 for (HotplugEventListenerRecord record : mHotplugEventListenerRecords) { in announceHotplugEvent()