* commit '1d22f99da94f131c8047870a8c090b39630f5069': CEC: make it sure to send vendor commands when changing a setting.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user