/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiClient.java | 120 public void onReceived(int srcAddress, int destAddress, byte[] params, in getListenerWrapper() 122 listener.onReceived(srcAddress, destAddress, params, hasVendorId); in getListenerWrapper()
|
D | IHdmiMhlVendorCommandListener.aidl | 25 void onReceived(int portId, int offset, int length, in byte[] data); in onReceived() method
|
D | HdmiTvClient.java | 385 void onReceived(int portId, int offset, int length, byte[] data); 408 public void onReceived(int portId, int offset, int length, byte[] data) { 409 listener.onReceived(portId, offset, length, data);
|
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 | HdmiControlManager.java | 678 void onReceived(HdmiHotplugEvent event); in onReceived() method 719 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() method 794 public void onReceived(HdmiHotplugEvent event) { in getHotplugEventListenerWrapper() 795 listener.onReceived(event);; in getHotplugEventListenerWrapper()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 2458 listener.onReceived(event); in invokeHotplugEventListenerLocked() 2744 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId); in invokeVendorCommandListenersOnReceived() 2788 record.mListener.onReceived(portId, offest, length, data); in invokeMhlVendorCommandListeners()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputHardwareManager.java | 1191 public void onReceived(HdmiHotplugEvent event) { in onReceived() method in TvInputHardwareManager.HdmiHotplugEventListener
|
/frameworks/base/api/ |
D | system-current.txt | 2296 method public void onReceived(android.hardware.hdmi.HdmiHotplugEvent); 2301 method public void onReceived(int, int, byte[], boolean); 2483 method public void onReceived(int, int, int, byte[]);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 2296 method public void onReceived(android.hardware.hdmi.HdmiHotplugEvent); 2301 method public void onReceived(int, int, byte[], boolean); 2483 method public void onReceived(int, int, int, byte[]);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 23461 Landroid/hardware/hdmi/IHdmiHotplugEventListener$Stub$Proxy;->onReceived(Landroid/hardware/hdmi/Hdm… 23466 Landroid/hardware/hdmi/IHdmiHotplugEventListener;->onReceived(Landroid/hardware/hdmi/HdmiHotplugEve… 23479 Landroid/hardware/hdmi/IHdmiMhlVendorCommandListener$Stub$Proxy;->onReceived(III[B)V 23484 Landroid/hardware/hdmi/IHdmiMhlVendorCommandListener;->onReceived(III[B)V 23516 Landroid/hardware/hdmi/IHdmiVendorCommandListener$Stub$Proxy;->onReceived(II[BZ)V 23523 Landroid/hardware/hdmi/IHdmiVendorCommandListener;->onReceived(II[BZ)V
|