Home
last modified time | relevance | path

Searched refs:should_exit (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/utils/
H A Dworker.cpp57 if (should_exit()) in WaitForSignalOrExitLocked()
69 if (should_exit()) in WaitForSignalOrExitLocked()
93 if (should_exit()) in InternalRoutine()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
H A Dworker.h63 bool should_exit() const { in should_exit() function
/aosp12/system/bt/service/client/
H A Dmain.cc117 std::atomic_bool should_exit(false);
1062 should_exit = true; in binderDied()
1136 if (istream.eof() || should_exit.load()) { in main()