Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java70 PAUSED, enumConstant
161 mState = State.PAUSED; in pauseRecording()
168 if (mState != State.PAUSED) { in resumeRecording()
179 if (mState != State.STARTED && mState != State.PAUSED) { in stopRecording()
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp181 PAUSED, enumerator
230 state_ = PAUSED; in PauseRecording()
235 if (state_ != PAUSED) { in ResumeRecording()
244 if (state_ != STARTED && state_ != PAUSED) { in StopRecording()