Searched refs:played (Results 1 – 3 of 3) 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()
189 Increments from the trace are played asynchronously rather than one by one, being dispatched by
310 // Whether or not alert sounds are played on StorageManagerService events.