Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1312 mStartedRecordingUs = systemTime() / 1000; in start()
2316 if (mStartedRecordingUs != 0) { in pause()
2318 int64_t recordingUs = mPauseStartTimeUs - mStartedRecordingUs; in pause()
2320 mStartedRecordingUs = 0; in pause()
2389 mStartedRecordingUs = resumeStartTimeUs; in resume()
2426 } else if (mStartedRecordingUs != 0) { in stop()
2428 int64_t additive = stopTimeUs - mStartedRecordingUs; in stop()
2441 mStartedRecordingUs = 0; in stop()
2524 mStartedRecordingUs = 0; in reset()
DStagefrightRecorder.h161 int64_t mStartedRecordingUs; member