/aosp14/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiClient.java | 199 public void onReceived(int srcAddress, int destAddress, byte[] params, 201 listener.onReceived(srcAddress, destAddress, params, hasVendorId);
|
H A D | IHdmiMhlVendorCommandListener.aidl | 25 void onReceived(int portId, int offset, int length, in byte[] data); in onReceived() method
|
H A D | IHdmiHotplugEventListener.aidl | 28 void onReceived(in HdmiHotplugEvent event); in onReceived() method
|
H A 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);
|
H A D | IHdmiVendorCommandListener.aidl | 26 void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId); in onReceived() method
|
H A D | HdmiControlManager.java | 1199 public void onReceived(HdmiHotplugEvent event) { in onReceived() method in HdmiControlManager.ClientHotplugEventListener 1668 void onReceived(HdmiHotplugEvent event); in onReceived() method 1729 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() method 1825 public void onReceived(HdmiHotplugEvent event) { in getHotplugEventListenerWrapper() 1828 executor.execute(() -> listener.onReceived(event)); in getHotplugEventListenerWrapper()
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiControlService.java | 3394 listener.onReceived(event); in invokeHotplugEventListenerLocked() 3800 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId); in invokeVendorCommandListenersOnReceived() 3845 record.mListener.onReceived(portId, offest, length, data); in invokeMhlVendorCommandListeners()
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvInputHardwareManager.java | 1346 public void onReceived(HdmiHotplugEvent event) { in onReceived() method in TvInputHardwareManager.HdmiHotplugEventListener
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | HdmiControlServiceTest.java | 924 public void onReceived( in onReceived() method in HdmiControlServiceTest.VendorCommandListener
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 4732 method public void onReceived(android.hardware.hdmi.HdmiHotplugEvent); 4737 method public void onReceived(int, int, byte[], boolean); 4932 method public void onReceived(int, int, int, byte[]);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A 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
|