OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEDIA_PLAYER_STOPPED
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
mediaplayer.cpp
275
if ( (mPlayer != 0) && ( mCurrentState & (MEDIA_PLAYER_INITIALIZED |
MEDIA_PLAYER_STOPPED
) ) ) {
363
if (mCurrentState &
MEDIA_PLAYER_STOPPED
) return NO_ERROR;
370
mCurrentState =
MEDIA_PLAYER_STOPPED
;
427
if (mPlayer == 0 || (mCurrentState &
MEDIA_PLAYER_STOPPED
)) {
513
MEDIA_PLAYER_PAUSED |
MEDIA_PLAYER_STOPPED
| MEDIA_PLAYER_PLAYBACK_COMPLETE));
[
all
...]
/frameworks/av/media/libmedia/include/media/
mediaplayer.h
160
MEDIA_PLAYER_STOPPED
= 1 << 6,
Completed in 49 milliseconds