/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiMhlVendorCommandListener.aidl | 25 void onReceived(int portId, int offset, int length, in byte[] data); in onReceived() method
|
D | IHdmiHotplugEventListener.aidl | 28 void onReceived(in HdmiHotplugEvent event); in onReceived() method
|
D | IHdmiVendorCommandListener.aidl | 26 void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId); in onReceived() method
|
D | HdmiClient.java | 199 public void onReceived(int srcAddress, int destAddress, byte[] params, 201 listener.onReceived(srcAddress, destAddress, params, hasVendorId);
|
D | HdmiTvClient.java | 390 void onReceived(int portId, int offset, int length, byte[] data); 413 public void onReceived(int portId, int offset, int length, byte[] data) { 414 listener.onReceived(portId, offset, length, data);
|
D | HdmiControlManager.java | 1213 public void onReceived(HdmiHotplugEvent event) { in onReceived() method in HdmiControlManager.ClientHotplugEventListener 1679 void onReceived(HdmiHotplugEvent event); in onReceived() method 1740 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() method 1836 public void onReceived(HdmiHotplugEvent event) { in getHotplugEventListenerWrapper() 1839 executor.execute(() -> listener.onReceived(event)); in getHotplugEventListenerWrapper()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 3572 listener.onReceived(event); in invokeHotplugEventListenerLocked() 4062 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId); in invokeVendorCommandListenersOnReceived() 4107 record.mListener.onReceived(portId, offest, length, data); in invokeMhlVendorCommandListeners()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputHardwareManager.java | 1455 public void onReceived(HdmiHotplugEvent event) { in onReceived() method in TvInputHardwareManager.HdmiHotplugEventListener
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | HdmiControlServiceTest.java | 1159 public void onReceived( in onReceived() method in HdmiControlServiceTest.VendorCommandListener
|
/frameworks/base/core/api/ |
D | system-current.txt | 5380 method public void onReceived(android.hardware.hdmi.HdmiHotplugEvent); 5385 method public void onReceived(int, int, byte[], boolean); 5580 method public void onReceived(int, int, int, byte[]);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 20574 Landroid/hardware/hdmi/IHdmiHotplugEventListener$Stub$Proxy;->onReceived(Landroid/hardware/hdmi/Hdm… 20579 Landroid/hardware/hdmi/IHdmiHotplugEventListener;->onReceived(Landroid/hardware/hdmi/HdmiHotplugEve… 20592 Landroid/hardware/hdmi/IHdmiMhlVendorCommandListener$Stub$Proxy;->onReceived(III[B)V 20597 Landroid/hardware/hdmi/IHdmiMhlVendorCommandListener;->onReceived(III[B)V 20629 Landroid/hardware/hdmi/IHdmiVendorCommandListener$Stub$Proxy;->onReceived(II[BZ)V 20636 Landroid/hardware/hdmi/IHdmiVendorCommandListener;->onReceived(II[BZ)V
|