OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seekToAsync
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h
46
status_t
seekToAsync
(int64_t timeUs);
/frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp
163
status_t TimedTextDriver::
seekToAsync
(int64_t timeUs) {
170
mPlayer->
seekToAsync
(timeUs);
175
mPlayer->
seekToAsync
(timeUs);
179
mPlayer->
seekToAsync
(timeUs);
TimedTextPlayer.h
44
void
seekToAsync
(int64_t timeUs);
TimedTextPlayer.cpp
69
void TimedTextPlayer::
seekToAsync
(int64_t timeUs) {
90
seekToAsync
(mPendingSeekTimeUs);
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h
60
void
seekToAsync
(int64_t seekTimeUs);
NuPlayerDriver.cpp
219
mPlayer->
seekToAsync
(mStartupSeekTimeUs);
293
mPlayer->
seekToAsync
(seekTimeUs);
NuPlayer.cpp
288
void NuPlayer::
seekToAsync
(int64_t seekTimeUs) {
[
all
...]
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
[
all
...]
Completed in 1703 milliseconds