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

Commit 51fe9f87 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "Remove unused flags from IHwBinder."

parents bb944199 3a5419be
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -21,12 +21,6 @@ import android.annotation.SystemApi;
/** @hide */
@SystemApi
public interface IHwBinder {
    // These MUST match their corresponding libhwbinder/IBinder.h definition !!!
    /** @hide */
    public static final int FIRST_CALL_TRANSACTION = 1;
    /** @hide */
    public static final int FLAG_ONEWAY = 1;

    /**
     * Process a hwbinder transaction.
     *