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

Commit 539d57aa authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 41b2381d: am 981951e4: am 563e61f5: Merge "AudioRecord JNI: pass attributes...

am 41b2381d: am 981951e4: am 563e61f5: Merge "AudioRecord JNI: pass attributes to native AudioRecord." into lmp-mr1-dev

* commit '41b2381d':
  AudioRecord JNI: pass attributes to native AudioRecord.
parents b3ae00d8 41b2381d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -239,7 +239,8 @@ android_media_AudioRecord_setup(JNIEnv *env, jobject thiz, jobject weak_this,
        true,          // threadCanCallJava
        sessionId,
        AudioRecord::TRANSFER_DEFAULT,
        flags);
        flags,
        paa);

    if (status != NO_ERROR) {
        ALOGE("Error creating AudioRecord instance: initialization check failed with status %d.",