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

Commit 004f2b78 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Return the record state locked"

parents 9ad3afe5 79e49a07
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -421,8 +421,10 @@ public class AudioRecord
     * @see AudioRecord#RECORDSTATE_RECORDING
     */
    public int getRecordingState() {
        synchronized (mRecordingStateLock) {
            return mRecordingState;
        }
    }

    /**
     * Returns the notification marker position expressed in frames.