Searched refs:VendorCommandListenerRecord (Results 1 – 1 of 1) sorted by relevance
376 private final ArrayList<VendorCommandListenerRecord> mVendorCommandListenerRecords =2048 class VendorCommandListenerRecord implements IBinder.DeathRecipient { class in HdmiControlService2052 VendorCommandListenerRecord(IHdmiVendorCommandListener listener, int vendorId) { in VendorCommandListenerRecord() method in HdmiControlService.VendorCommandListenerRecord3771 VendorCommandListenerRecord record = new VendorCommandListenerRecord(listener, vendorId); in addVendorCommandListener()3789 for (VendorCommandListenerRecord record : mVendorCommandListenerRecords) { in invokeVendorCommandListenersOnReceived()3815 for (VendorCommandListenerRecord record : mVendorCommandListenerRecords) { in invokeVendorCommandListenersOnControlStateChanged()