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

Commit 41b2381d authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 981951e4: am 563e61f5: Merge "AudioRecord JNI: pass attributes to native...

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

* commit '981951e4':
  AudioRecord JNI: pass attributes to native AudioRecord.
parents f01fac99 981951e4
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.",