Searched defs:audioLastTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h267 // when we start a audio codec, we minus the system time from audioLastTime
268 // when we pause it, we add the system time back to the audioLastTime
269 // so after the pause, audioLastTime = pause time - start time
270 // if multiple audio streams are played (or recorded), then audioLastTime
272 int32_t audioLastTime; member in struct:android::MediaPlayerService::BatteryTracker::BatteryUsageInfo
273 // when all the audio streams are being paused, we assign audioLastTime to

Completed in 389 milliseconds