Home
last modified time | relevance | path

Searched refs:Signaled (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
DEvent.cpp25 waitUntil(Event::EventState::Signaled); in readyToExecute()
31 changeState(Event::EventState::Signaled); in complete()
DEvent.h34 Signaled, // Signaled by main thread, about to immediately switch to Running enumerator
DREADME.md232 - **Signaled** - The worker has just been signaled by the main thread
238 state once **Signaled**. This last step exists in order to communicate back to the main thread that
248 During a **BuferUpdate**, the worker thread will wait until **Signaled** to unlock and post a
/frameworks/native/libs/ui/include/ui/
DFence.h109 Signaled, // Fence is valid and has signaled enumerator
122 return Status::Signaled; in getStatus()