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

Commit 241b5279 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Camera3: Power: Properly shut down unused thread.

Bug: 9466221
Change-Id: I9ed0740561b2e04954eebc1b8aec89cfab40a3a0
parent 26bc908b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -329,8 +329,9 @@ void ZslProcessor3::dump(int fd, const Vector<String16>& /*args*/) const {
}

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

void ZslProcessor3::dumpZslQueue(int fd) const {