Searched refs:mHotplugEventListenerRecords (Results 1 – 1 of 1) sorted by relevance
366 private final ArrayList<HotplugEventListenerRecord> mHotplugEventListenerRecords = field in HdmiControlService2000 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()