Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java166 mLastStopTimestampMsec = 0; in SoundModelStat()
172 long mLastStopTimestampMsec; // SystemClock.elapsedRealtime model was last stopped field in SoundTriggerService.SoundModelStatTracker.SoundModelStat
210 stat.mLastStopTimestampMsec = SystemClock.elapsedRealtime(); in onStop()
211 stat.mTotalTimeMsec += stat.mLastStopTimestampMsec - stat.mLastStartTimestampMsec; in onStop()
228 + ", last_stop=" + stat.mLastStopTimestampMsec); in dump()