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

Commit bda5d1f2 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android Git Automerger
Browse files

am 241b5279: Camera3: Power: Properly shut down unused thread.

* commit '241b5279':
  Camera3: Power: Properly shut down unused thread.
parents 05e87d53 241b5279
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -329,8 +329,9 @@ void ZslProcessor3::dump(int fd, const Vector<String16>& /*args*/) const {
}
}


bool ZslProcessor3::threadLoop() {
bool ZslProcessor3::threadLoop() {
    // TODO: remove dependency on thread
    // TODO: remove dependency on thread. For now, shut thread down right
    return true;
    // away.
    return false;
}
}


void ZslProcessor3::dumpZslQueue(int fd) const {
void ZslProcessor3::dumpZslQueue(int fd) const {