HomeSort by relevance Sort by last modified time
    Searched refs:playState (Results 1 - 11 of 11) sorted by null

  /packages/apps/Car/Radio/src/com/android/car/radio/
PlayPauseButton.java 43 * @param playState One of the values from {@link PlaybackState}. Only
47 public void setPlayState(int playState) {
48 if (playState != PlaybackState.STATE_PAUSED && playState != PlaybackState.STATE_PLAYING) {
53 mPlaybackState = playState;
58 // + 1 so we can potentially add our custom PlayState
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.h 68 SLuint32 playState,
AudioPlayer_to_android.cpp 86 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState,
91 switch (playState) {
109 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
127 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
    [all...]
MediaPlayer_to_android.cpp 598 SLuint32 playState,
604 switch (playState) {
  /frameworks/wilhelm/tests/sandbox/
urimime.c 137 SLuint32 playState;
138 result = (*playerPlay)->GetPlayState(playerPlay, &playState);
140 if (SL_PLAYSTATE_PLAYING != playState) {
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 283 SLuint32 playState;
285 result = (*playItf)->GetPlayState(playItf, &playState);
287 if (playState != SL_PLAYSTATE_PLAYING)
306 assert(playState == SL_PLAYSTATE_STOPPED);
  /cts/tests/tests/media/libaudiojni/
audio-track-native.cpp 205 status_t setPlayState(SLuint32 playState) {
210 SLresult res = (*mPlay)->SetPlayState(mPlay, playState);
212 ALOGW("setPlayState %d error %s", playState, android::getSLErrStr(res));
215 mPlayState = playState;
224 SLuint32 playState;
225 SLresult res = (*mPlay)->GetPlayState(mPlay, &playState);
230 return playState;
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/media/
MediaControllerAdapterTest.java 397 * Check adapter's isPlaying operation when the playState is null.
673 int playState = PlaybackStateCompat.STATE_PLAYING;
675 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions(
688 int playState = PlaybackStateCompat.STATE_PAUSED;
690 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions(
706 int playState = PlaybackStateCompat.STATE_PLAYING;
708 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions(
725 int playState = PlaybackStateCompat.STATE_PLAYING;
727 playbackStateBuilder.setState(playState, currentPosition, (float) 1.0).setActions(
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpNativeInterface.java 239 boolean trackChanged, boolean playState, boolean playPos);
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
MediaSessionService.java 591 * @param playState current playback state.
594 private PlaybackStateCompat.Builder createPlaybackStateBuilder(int playState) {
607 playbackStateBuilder.setState(playState, currentPosition, playbackSpeed
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 216 milliseconds