Searched refs:mVendorCommandListenerRecords (Results 1 – 1 of 1) sorted by relevance
376 private final ArrayList<VendorCommandListenerRecord> mVendorCommandListenerRecords = field in HdmiControlService2060 mVendorCommandListenerRecords.remove(this); in binderDied()3779 mVendorCommandListenerRecords.add(record); in addVendorCommandListener()3786 if (mVendorCommandListenerRecords.isEmpty()) { in invokeVendorCommandListenersOnReceived()3789 for (VendorCommandListenerRecord record : mVendorCommandListenerRecords) { in invokeVendorCommandListenersOnReceived()3812 if (mVendorCommandListenerRecords.isEmpty()) { in invokeVendorCommandListenersOnControlStateChanged()3815 for (VendorCommandListenerRecord record : mVendorCommandListenerRecords) { in invokeVendorCommandListenersOnControlStateChanged()