OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seekTo_l
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/include/media/
mediaplayer.h
250
status_t
seekTo_l
(int msec);
/frameworks/av/media/libmedia/
mediaplayer.cpp
423
status_t MediaPlayer::
seekTo_l
(int msec)
468
status_t result =
seekTo_l
(msec);
741
seekTo_l
(mCurrentPosition);
/frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h
265
status_t
seekTo_l
(int64_t timeUs);
PreviewPlayer.cpp
479
seekTo_l
(0);
656
seekTo_l
(0);
679
return
seekTo_l
(timeUs);
[
all
...]
/frameworks/av/media/libstagefright/include/
AwesomePlayer.h
256
status_t
seekTo_l
(int64_t timeUs);
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
862
seekTo_l
(0);
958
seekTo_l
(curTimeUs);
998
seekTo_l
(0);
[
all
...]
Completed in 130 milliseconds