summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJinsuk Kim <jinsukkim@google.com>2014-07-03 12:51:52 +0900
committerJinsuk Kim <jinsukkim@google.com>2014-07-03 08:26:44 +0000
commitba147582b1ae504e9c00a0c94d715c061506b2ba (patch)
treeb0dd3b3f84cae86aa7b2c886483e7e71232a2164 /services
parent2bed9563edbec63ad41e2cd5fccc205d5b0891e5 (diff)
downloadframeworks_base-ba147582b1ae504e9c00a0c94d715c061506b2ba.zip
frameworks_base-ba147582b1ae504e9c00a0c94d715c061506b2ba.tar.gz
frameworks_base-ba147582b1ae504e9c00a0c94d715c061506b2ba.tar.bz2
Remove the usage of TX_STATUS in HdmiControlService
Reflects the change to come in CEC HAL Change-Id: I3a64e19bbdd8067855911ef11653fe64049b8880
Diffstat (limited to 'services')
-rw-r--r--services/core/jni/com_android_server_hdmi_HdmiCecController.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/services/core/jni/com_android_server_hdmi_HdmiCecController.cpp b/services/core/jni/com_android_server_hdmi_HdmiCecController.cpp
index 0f919d1..d275e4d 100644
--- a/services/core/jni/com_android_server_hdmi_HdmiCecController.cpp
+++ b/services/core/jni/com_android_server_hdmi_HdmiCecController.cpp
@@ -97,10 +97,6 @@ public:
mEvent.hotplug.connected = event.hotplug.connected;
mEvent.hotplug.port = event.hotplug.port;
break;
- case HDMI_EVENT_TX_STATUS:
- mEvent.tx_status.status = event.tx_status.status;
- mEvent.tx_status.opcode = event.tx_status.opcode;
- break;
default:
// TODO: add more type whenever new type is introduced.
break;
@@ -139,8 +135,6 @@ public:
case HDMI_EVENT_HOT_PLUG:
propagateHotplugEvent(mEventWrapper->hotplug());
break;
- case HDMI_EVENT_TX_STATUS:
- // TODO: propagate this to controller.
default:
// TODO: add more type whenever new type is introduced.
break;