Home
last modified time | relevance | path

Searched refs:mHotplugEventListenerRecords (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 = field in HdmiControlService
2000 mHotplugEventListenerRecords.remove(this); in binderDied()
3174 mHotplugEventListenerRecords.add(record); in addHotplugEventListener()
3183 if (!mHotplugEventListenerRecords.contains(record)) return; in addHotplugEventListener()
3198 for (HotplugEventListenerRecord record : mHotplugEventListenerRecords) { in removeHotplugEventListener()
3201 mHotplugEventListenerRecords.remove(record); in removeHotplugEventListener()
3385 for (HotplugEventListenerRecord record : mHotplugEventListenerRecords) { in announceHotplugEvent()