Searched refs:onReceived (Results 1 – 9 of 9) sorted by relevance
/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 | 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 | 681 void onReceived(HdmiHotplugEvent event); in onReceived() method 700 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() method 775 public void onReceived(HdmiHotplugEvent event) { in getHotplugEventListenerWrapper() 776 listener.onReceived(event);; in getHotplugEventListenerWrapper()
|
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);
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 2364 listener.onReceived(event); in invokeHotplugEventListenerLocked() 2610 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId); in invokeVendorCommandListenersOnReceived() 2654 record.mListener.onReceived(portId, offest, length, data); in invokeMhlVendorCommandListeners()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputHardwareManager.java | 1187 public void onReceived(HdmiHotplugEvent event) { in onReceived() method in TvInputHardwareManager.HdmiHotplugEventListener
|
/frameworks/base/api/ |
D | system-current.txt | 2100 method public void onReceived(android.hardware.hdmi.HdmiHotplugEvent); 2105 method public void onReceived(int, int, byte[], boolean); 2287 method public void onReceived(int, int, int, byte[]);
|