Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bc2540a authored by Marvin Ramin's avatar Marvin Ramin
Browse files

Make IHdmiVendorCommandListener oneway

Bug: 161757808
Test: make
Change-Id: If2f2d084a6781348bba936be5759d44ecff08dc7
parent 58807881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ package android.hardware.hdmi;
 *
 * @hide
 */
interface IHdmiVendorCommandListener {
oneway interface IHdmiVendorCommandListener {
    void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId);
    void onControlStateChanged(boolean enabled, int reason);
}