Searched refs:played (Results 1 – 4 of 4) sorted by relevance
1634 int64_t played = now - mLastStartedPlayingTimeNs; in updatePlaybackTimer() local1635 ALOGV("updatePlaybackTimer() log %20" PRId64 "", played); in updatePlaybackTimer()1637 if (played > 0) { in updatePlaybackTimer()1638 driver->notifyMorePlayingTimeUs((played+500)/1000); in updatePlaybackTimer()
1812 int64_t played = now - mLastStartedPlayingTimeNs; in stopPlaybackTimer() local1813 ALOGV("stopPlaybackTimer() log %20" PRId64 "", played); in stopPlaybackTimer()1815 if (played > 0) { in stopPlaybackTimer()1816 driver->notifyMorePlayingTimeUs(mCurrentSourceInfo.mSrcId, (played+500)/1000); in stopPlaybackTimer()
189 Increments from the trace are played asynchronously rather than one by one, being dispatched by
297 // Whether or not alert sounds are played on StorageManagerService events.