HomeSort by relevance Sort by last modified time
    Searched refs:audioLastTime (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
MediaPlayerService.h 283 // when we start a audio codec, we minus the system time from audioLastTime
284 // when we pause it, we add the system time back to the audioLastTime
285 // so after the pause, audioLastTime = pause time - start time
286 // if multiple audio streams are played (or recorded), then audioLastTime
288 int32_t audioLastTime;
289 // when all the audio streams are being paused, we assign audioLastTime to

Completed in 114 milliseconds