OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAutoLoop
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Driver.cpp
136
mAutoLoop
(false) {
737
mState, mAtEOS, mLooping,
mAutoLoop
);
828
(in == NULL ? -1 : (int)in->ByteSize()),
mAutoLoop
, mLooping);
834
if (
mAutoLoop
) {
841
mAutoLoop
= false;
844
if (mLooping ||
mAutoLoop
) {
949
mAutoLoop
= true;
NuPlayer2Driver.h
142
bool
mAutoLoop
;
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp
93
mAutoLoop
(false) {
903
mState, mAtEOS, mLooping,
mAutoLoop
);
969
this, msg, ext1, ext2, (in == NULL ? -1 : (int)in->dataSize()),
mAutoLoop
, mLooping);
974
if (
mAutoLoop
) {
981
mAutoLoop
= false;
984
if (mLooping ||
mAutoLoop
) {
1074
mAutoLoop
= true;
[
all
...]
NuPlayerDriver.h
149
bool
mAutoLoop
;
Completed in 68 milliseconds