Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DTimer.h40 enum class DebugState { Reset, Running, Waiting, Reading, InCallback, Terminated }; enumerator
DTimer.cpp199 setDebugState(DebugState::InCallback); in dispatch()
228 case DebugState::InCallback: in strDebugState()