Home
last modified time | relevance | path

Searched refs:Quit (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp201 mState = State::Quit; in ~EventThread()
315 while (mState != State::Quit) { in threadMain()
481 case State::Quit: in toCString()
DEventThread.h211 Quit, enumerator
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp148 Quit, enumerator
225 ProgramOptions.opcode = BenchmarkOps::Quit; in ParseOpcodeOption()
365 case BenchmarkOps::Quit: in HandleMessage()
486 int Quit() { in Quit() function in __anon473f29b10111::BenchmarkClient
775 case BenchmarkOps::Quit: { in ClientCommand()
776 const int ret = client->Quit(); in ClientCommand()
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp136 UpdatePostThreadState(PostThreadState::Quit, true); in ~HardwareComposer()
213 const bool quit = post_thread_state_ & PostThreadState::Quit; in UpdatePostThreadState()
276 return pred() || (post_thread_state_ & PostThreadState::Quit); in PostThreadCondWait()
284 if (post_thread_state_ & PostThreadState::Quit) { in PostThreadCondWait()
Dhardware_composer.h417 Quit = (1 << 2), enumerator