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

Commit 33cd2560 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by android-build-merger
Browse files

Merge "Camera3: For HFR, make priority elevation request synchronous" into nyc-dev

am: 89b3068f

* commit '89b3068f':
  Camera3: For HFR, make priority elevation request synchronous

Change-Id: I609a02706e8707247b1392295e276c77f1c82e8c
parents 224ce468 89b3068f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1970,7 +1970,7 @@ status_t Camera3Device::configureStreamsLocked() {
    if (mIsConstrainedHighSpeedConfiguration) {
        pid_t requestThreadTid = mRequestThread->getTid();
        res = requestPriority(getpid(), requestThreadTid,
                kConstrainedHighSpeedThreadPriority, true);
                kConstrainedHighSpeedThreadPriority, /*asynchronous*/ false);
        if (res != OK) {
            ALOGW("Can't set realtime priority for request processing thread: %s (%d)",
                    strerror(-res), res);