Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java122 mLastStopTimestampMsec = 0; in SoundModelStat()
128 long mLastStopTimestampMsec; // SystemClock.elapsedRealtime model was last stopped field in SoundTriggerService.SoundModelStatTracker.SoundModelStat
166 stat.mLastStopTimestampMsec = SystemClock.elapsedRealtime(); in onStop()
167 stat.mTotalTimeMsec += stat.mLastStopTimestampMsec - stat.mLastStartTimestampMsec; in onStop()
184 + ", last_stop=" + stat.mLastStopTimestampMsec); in dump()