OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEDIA_PLAYER_IDLE
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
mediaplayer.cpp
59
mCurrentState =
MEDIA_PLAYER_IDLE
;
124
if ( !( (mCurrentState &
MEDIA_PLAYER_IDLE
) ||
205
((mCurrentState &
MEDIA_PLAYER_IDLE
) !=
MEDIA_PLAYER_IDLE
);
567
if (mCurrentState ==
MEDIA_PLAYER_IDLE
) return NO_ERROR;
576
mCurrentState =
MEDIA_PLAYER_IDLE
;
669
if (!(mCurrentState &
MEDIA_PLAYER_IDLE
)) {
706
(mCurrentState &
MEDIA_PLAYER_IDLE
) ||
778
if ((mPlayer != NULL) || (mCurrentState !=
MEDIA_PLAYER_IDLE
))
820
if (!(msg == MEDIA_ERROR && mCurrentState ==
MEDIA_PLAYER_IDLE
) && mPlayer == 0)
[
all
...]
/frameworks/av/include/media/
mediaplayer.h
143
MEDIA_PLAYER_IDLE
= 1 << 0,
Completed in 48 milliseconds