/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiControlManager.java | 343 void onReceived(HdmiHotplugEvent event); in onReceived() method 362 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() method 435 public void onReceived(HdmiHotplugEvent event) { in getHotplugEventListenerWrapper() 436 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/jni/ |
D | com_android_server_hdmi_HdmiCecController.cpp | 75 static void onReceived(const hdmi_event_t* event, void* arg); 194 mDevice->register_event_callback(mDevice, HdmiCecController::onReceived, this); in init() 273 void HdmiCecController::onReceived(const hdmi_event_t* event, void* arg) { in onReceived() function in android::HdmiCecController
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 1909 listener.onReceived(event); in invokeHotplugEventListenerLocked() 2114 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId); in invokeVendorCommandListenersOnReceived() 2158 record.mListener.onReceived(portId, offest, length, data); in invokeMhlVendorCommandListeners()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputHardwareManager.java | 1101 public void onReceived(HdmiHotplugEvent event) { in onReceived() method in TvInputHardwareManager.HdmiHotplugEventListener
|
/frameworks/base/api/ |
D | system-current.txt | 14398 method public abstract void onReceived(android.hardware.hdmi.HdmiHotplugEvent); 14403 method public abstract void onReceived(int, int, byte[], boolean); 14578 method public abstract void onReceived(int, int, int, byte[]);
|