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.cpp191 if (boot_finished_) in OnBootFinished()
193 boot_finished_ = true; in OnBootFinished()
765 if (PostThreadCondWait(lock, -1, [this] { return boot_finished_; })) { in PostThread()
Dhardware_composer.h513 bool boot_finished_ = false; variable