OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audioLastTime
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libmediaplayerservice/
MediaPlayerService.h
206
// when we start a audio codec, we minus the system time from
audioLastTime
207
// when we pause it, we add the system time back to the
audioLastTime
208
// so after the pause,
audioLastTime
= pause time - start time
209
// if multiple audio streams are played (or recorded), then
audioLastTime
211
int32_t
audioLastTime
;
212
// when all the audio streams are being paused, we assign
audioLastTime
to
MediaPlayerService.cpp
[
all
...]
Completed in 24 milliseconds