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
291
if ( (mPlayer != 0) && ( mCurrentState & (MEDIA_PLAYER_INITIALIZED |
MEDIA_PLAYER_STOPPED
) ) ) {
379
if (mCurrentState &
MEDIA_PLAYER_STOPPED
) return NO_ERROR;
386
mCurrentState =
MEDIA_PLAYER_STOPPED
;
443
if (mPlayer == 0 || (mCurrentState &
MEDIA_PLAYER_STOPPED
)) {
529
MEDIA_PLAYER_PAUSED |
MEDIA_PLAYER_STOPPED
| MEDIA_PLAYER_PLAYBACK_COMPLETE));
/frameworks/av/media/libmedia/include/media/
mediaplayer.h
155
MEDIA_PLAYER_STOPPED
= 1 << 6,
Completed in 46 milliseconds