Searched refs:mLastStartedPlayingTimeNs (Results 1 – 2 of 2) sorted by relevance
175 int64_t mLastStartedPlayingTimeNs; member
1431 mLastStartedPlayingTimeNs = systemTime(); in onResume()1551 mLastStartedPlayingTimeNs = systemTime(); in onStart()1575 int64_t played = now - mLastStartedPlayingTimeNs; in onPause()