Searched refs:played (Results 1 – 6 of 6) sorted by relevance
51 // Indicates the type of medium through which media is played.
1664 int64_t played = now - mLastStartedPlayingTimeNs; in updatePlaybackTimer() local1665 ALOGV("updatePlaybackTimer() log %20" PRId64 "", played); in updatePlaybackTimer()1667 if (played > 0) { in updatePlaybackTimer()1668 driver->notifyMorePlayingTimeUs((played+500)/1000); in updatePlaybackTimer()
30 … UDFPS area) </li><li> when a11y services are enabled, there is a haptic played when a touch is de…
1192 List<VibrationEffectSegment> played = fakeVibrator.getAllEffectSegments(); in vibrate_withOngoingSameImportancePipelinedVibration_continuesOngoingEffect() local1193 assertEquals(2, played.size()); in vibrate_withOngoingSameImportancePipelinedVibration_continuesOngoingEffect()1194 assertEquals(1, played.stream().filter(StepSegment.class::isInstance).count()); in vibrate_withOngoingSameImportancePipelinedVibration_continuesOngoingEffect()1195 assertEquals(1, played.stream().filter(PrebakedSegment.class::isInstance).count()); in vibrate_withOngoingSameImportancePipelinedVibration_continuesOngoingEffect()
415 // Whether or not alert sounds are played on StorageManagerService events.
17469 // The startup time in milliseconds from start() to sample played.18977 // Number of frames played. Dropped frames are not included. -1 means unknown.23959 // Type of the medium through which media is played