OSDN Git Service

Verify the CEC message source and the destination.
authorYuncheol Heo <ycheo@google.com>
Thu, 10 Jul 2014 09:52:28 +0000 (18:52 +0900)
committerYuncheol Heo <ycheo@google.com>
Thu, 10 Jul 2014 10:38:04 +0000 (19:38 +0900)
commite9b9b1e7845d93015363c627d76b719f33120158
tree643ef794707bafa126a2e65aa7952e22578a366a
parent3e9090524a9a2ba686d2c115ee8c65a8d379be12
Verify the CEC message source and the destination.

- Depending on the message type, the direct destination or the broadcast
  destination can't be used, and neither the unregistered source can be
  allowed.

Change-Id: I7fe2151025afbf155ae663331d5d97d4910c4a98
services/core/java/com/android/server/hdmi/HdmiCecMessageValidator.java