diff options
| author | Jinsuk Kim <jinsukkim@google.com> | 2014-06-16 22:24:10 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-10 22:31:57 +0000 |
| commit | ca515e307e10d00dacdd9b51d2f0118f7eff18e1 (patch) | |
| tree | 9636285a9071a239de1fda4189e3014cc2fc7741 /core/java | |
| parent | b8d5f476ffe192d84e33652fc87a14049dd18ffa (diff) | |
| parent | 0d3985a977886a0d6d6bb7ba6d048c1e21b05a24 (diff) | |
Merge "Added an argument isPressed to HdmiControlService#sendKeyEvent"
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/hardware/hdmi/IHdmiControlService.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/hdmi/IHdmiControlService.aidl b/core/java/android/hardware/hdmi/IHdmiControlService.aidl index a0bf5527e228..559a469e5269 100644 --- a/core/java/android/hardware/hdmi/IHdmiControlService.aidl +++ b/core/java/android/hardware/hdmi/IHdmiControlService.aidl @@ -40,6 +40,6 @@ interface IHdmiControlService { void addDeviceEventListener(IHdmiDeviceEventListener listener); void deviceSelect(int logicalAddress, IHdmiControlCallback callback); void portSelect(int portId, IHdmiControlCallback callback); - void sendKeyEvent(int keyCode); + void sendKeyEvent(int keyCode, boolean isPressed); List<HdmiPortInfo> getPortInfo(); } |
