Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1074 mStartedRecordingUs = systemTime() / 1000; in start()
2033 if (mStartedRecordingUs != 0) { in pause()
2035 int64_t recordingUs = mPauseStartTimeUs - mStartedRecordingUs; in pause()
2037 mStartedRecordingUs = 0; in pause()
2106 mStartedRecordingUs = resumeStartTimeUs; in resume()
2142 } else if (mStartedRecordingUs != 0) { in stop()
2144 int64_t additive = stopTimeUs - mStartedRecordingUs; in stop()
2157 mStartedRecordingUs = 0; in stop()
2238 mStartedRecordingUs = 0; in reset()
DStagefrightRecorder.h143 int64_t mStartedRecordingUs; member