OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEDIA_PLAYER2_IDLE
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
MediaPlayer2Types.h
163
MEDIA_PLAYER2_IDLE
= 1 << 0,
/frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp
243
mCurrentState =
MEDIA_PLAYER2_IDLE
;
332
if (!((mCurrentState &
MEDIA_PLAYER2_IDLE
)
401
((mCurrentState &
MEDIA_PLAYER2_IDLE
) !=
MEDIA_PLAYER2_IDLE
);
606
(
MEDIA_PLAYER2_IDLE
| MEDIA_PLAYER2_INITIALIZED | MEDIA_PLAYER2_PREPARING))) {
810
if (mCurrentState ==
MEDIA_PLAYER2_IDLE
) {
820
mCurrentState =
MEDIA_PLAYER2_IDLE
;
897
if (!(mCurrentState &
MEDIA_PLAYER2_IDLE
)) {
932
(mCurrentState &
MEDIA_PLAYER2_IDLE
) ||
1022
if (!(msg == MEDIA2_ERROR && mCurrentState ==
MEDIA_PLAYER2_IDLE
) && mPlayer == 0)
[
all
...]
Completed in 60 milliseconds