Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java376 private final ArrayList<VendorCommandListenerRecord> mVendorCommandListenerRecords =
2048 class VendorCommandListenerRecord implements IBinder.DeathRecipient { class in HdmiControlService
2052 VendorCommandListenerRecord(IHdmiVendorCommandListener listener, int vendorId) { in VendorCommandListenerRecord() method in HdmiControlService.VendorCommandListenerRecord
3771 VendorCommandListenerRecord record = new VendorCommandListenerRecord(listener, vendorId); in addVendorCommandListener()
3789 for (VendorCommandListenerRecord record : mVendorCommandListenerRecords) { in invokeVendorCommandListenersOnReceived()
3815 for (VendorCommandListenerRecord record : mVendorCommandListenerRecords) { in invokeVendorCommandListenersOnControlStateChanged()