Searched refs:playState (Results 1 - 8 of 8) sorted by relevance

/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.h68 SLuint32 playState,
H A DAudioPlayer_to_android.cpp86 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, argument
91 switch (playState) {
109 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
127 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
2217 SLuint32 playState = ap->mPlay.mState; local
2221 switch (playState) {
2248 switch (playState) {
2250 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState);
2254 aplayer_setPlayState(ap->mAPlayer, playState, &ap->mAndroidObjState);
2259 aplayer_setPlayState(ap->mAPlayer, playState,
[all...]
H A DMediaPlayer_to_android.cpp598 SLuint32 playState,
604 switch (playState) {
597 android_Player_setPlayState(const android::sp<android::GenericPlayer> &gp, SLuint32 playState, AndroidObjectState* pObjState) argument
/frameworks/wilhelm/tests/sandbox/
H A Durimime.c137 SLuint32 playState; local
138 result = (*playerPlay)->GetPlayState(playerPlay, &playState);
140 if (SL_PLAYSTATE_PLAYING != playState) {
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp283 SLuint32 playState; local
285 result = (*playItf)->GetPlayState(playItf, &playState);
287 if (playState != SL_PLAYSTATE_PLAYING)
306 assert(playState == SL_PLAYSTATE_STOPPED);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/media/
H A DMediaControllerAdapterTest.java396 * Check adapter's isPlaying operation when the playState is null.
672 int playState = PlaybackStateCompat.STATE_PLAYING;
674 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions(
687 int playState = PlaybackStateCompat.STATE_PAUSED;
689 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions(
705 int playState = PlaybackStateCompat.STATE_PLAYING;
707 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions(
724 int playState = PlaybackStateCompat.STATE_PLAYING;
726 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions(
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DMediaSessionService.java590 * @param playState current playback state.
593 private PlaybackStateCompat.Builder createPlaybackStateBuilder(int playState) { argument
606 playbackStateBuilder.setState(playState, currentPosition, playbackSpeed
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DMediaSessionService.java590 * @param playState current playback state.
593 private PlaybackStateCompat.Builder createPlaybackStateBuilder(int playState) { argument
606 playbackStateBuilder.setState(playState, currentPosition, playbackSpeed

Completed in 1023 milliseconds