Home
last modified time | relevance | path

Searched refs:boot_finished_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp178 if (boot_finished_) in OnBootFinished()
180 boot_finished_ = true; in OnBootFinished()
749 if (PostThreadCondWait(lock, -1, [this] { return boot_finished_; })) { in PostThread()
Dhardware_composer.h506 bool boot_finished_ = false; variable