Searched refs:onReceived (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiControlManager.java | 367 void onReceived(HdmiHotplugEvent event); in onReceived() method 386 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() method 461 public void onReceived(HdmiHotplugEvent event) { in getHotplugEventListenerWrapper() 462 listener.onReceived(event);; in getHotplugEventListenerWrapper()
|
D | HdmiClient.java | 100 public void onReceived(int srcAddress, int destAddress, byte[] params, in getListenerWrapper() 102 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 | IHdmiVendorCommandListener.aidl | 26 void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId); in onReceived() method
|
D | IHdmiHotplugEventListener.aidl | 28 void onReceived(in HdmiHotplugEvent event); in onReceived() method
|
D | HdmiTvClient.java | 384 void onReceived(int portId, int offset, int length, byte[] data); 407 public void onReceived(int portId, int offset, int length, byte[] data) { 408 listener.onReceived(portId, offset, length, data);
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 1958 listener.onReceived(event); in invokeHotplugEventListenerLocked() 2172 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId); in invokeVendorCommandListenersOnReceived() 2216 record.mListener.onReceived(portId, offest, length, data); in invokeMhlVendorCommandListeners()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputHardwareManager.java | 1204 public void onReceived(HdmiHotplugEvent event) { in onReceived() method in TvInputHardwareManager.HdmiHotplugEventListener
|
/frameworks/base/api/ |
D | system-current.txt | 16703 method public abstract void onReceived(android.hardware.hdmi.HdmiHotplugEvent); 16708 method public abstract void onReceived(int, int, byte[], boolean); 16883 method public abstract void onReceived(int, int, int, byte[]);
|