Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java121 mLastStartTimestampMsec = 0; in SoundModelStat()
127 long mLastStartTimestampMsec; // SystemClock.elapsedRealtime model was last started field in SoundTriggerService.SoundModelStatTracker.SoundModelStat
150 stat.mLastStartTimestampMsec = SystemClock.elapsedRealtime(); in onStart()
167 stat.mTotalTimeMsec += stat.mLastStopTimestampMsec - stat.mLastStartTimestampMsec; in onStop()
179 totalTimeMsec += curTime - stat.mLastStartTimestampMsec; in dump()
183 + ", last_start=" + stat.mLastStartTimestampMsec in dump()