Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java165 mLastStartTimestampMsec = 0; in SoundModelStat()
171 long mLastStartTimestampMsec; // SystemClock.elapsedRealtime model was last started field in SoundTriggerService.SoundModelStatTracker.SoundModelStat
194 stat.mLastStartTimestampMsec = SystemClock.elapsedRealtime(); in onStart()
211 stat.mTotalTimeMsec += stat.mLastStopTimestampMsec - stat.mLastStartTimestampMsec; in onStop()
223 totalTimeMsec += curTime - stat.mLastStartTimestampMsec; in dump()
227 + ", last_start=" + stat.mLastStartTimestampMsec in dump()