am 1d22f99d: am f1702487: CEC: make it sure to send vendor commands when changing a setting.

* commit '1d22f99da94f131c8047870a8c090b39630f5069':
  CEC: make it sure to send vendor commands when changing a setting.
This commit is contained in:
Yuncheol Heo
2014-12-01 23:45:07 +00:00
committed by Android Git Automerger
3 changed files with 56 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ package android.hardware.hdmi;
*
* @hide
*/
oneway interface IHdmiVendorCommandListener {
interface IHdmiVendorCommandListener {
void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId);
void onControlStateChanged(boolean enabled, int reason);
}