OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seekToAsync
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp
211
mPlayer->
seekToAsync
(0, true /* needNotify */);
236
mPlayer->
seekToAsync
(0, true /* needNotify */);
276
mPlayer->
seekToAsync
(0);
401
mPlayer->
seekToAsync
(seekTimeUs, true /* needNotify */);
427
// We need to check mSeekInProgress here because mPlayer->
seekToAsync
is an async call, which
735
mPlayer->
seekToAsync
(0);
NuPlayer.h
73
void
seekToAsync
(int64_t seekTimeUs, bool needNotify = false);
NuPlayer.cpp
422
void NuPlayer::
seekToAsync
(int64_t seekTimeUs, bool needNotify) {
[
all
...]
Completed in 49 milliseconds