Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1634 int64_t played = now - mLastStartedPlayingTimeNs; in updatePlaybackTimer() local
1635 ALOGV("updatePlaybackTimer() log %20" PRId64 "", played); in updatePlaybackTimer()
1637 if (played > 0) { in updatePlaybackTimer()
1638 driver->notifyMorePlayingTimeUs((played+500)/1000); in updatePlaybackTimer()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.cpp1812 int64_t played = now - mLastStartedPlayingTimeNs; in stopPlaybackTimer() local
1813 ALOGV("stopPlaybackTimer() log %20" PRId64 "", played); in stopPlaybackTimer()
1815 if (played > 0) { in stopPlaybackTimer()
1816 driver->notifyMorePlayingTimeUs(mCurrentSourceInfo.mSrcId, (played+500)/1000); in stopPlaybackTimer()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md189 Increments from the trace are played asynchronously rather than one by one, being dispatched by
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto297 // Whether or not alert sounds are played on StorageManagerService events.