HomeSort by relevance Sort by last modified time
    Searched refs:play (Results 251 - 275 of 482) sorted by null

<<11121314151617181920

  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 159 Log.w(TAG, "Requesting to play while state was not IDLE");
164 // there is no recording to play
197 mAudioTrack.play();
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java 252 LogHelper.d(TAG, "Play button pressed, in state " + state);
274 mTransportControls.play();
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 42 * to 10 seconds), a Play icon (if clicked, it wil playback the recorded audio file) and a music
219 int[] thumbResources = new int[] {R.id.mic, R.id.play, R.id.music};
SoundRecorder.java 159 Log.w(TAG, "Requesting to play while state was not IDLE");
164 // there is no recording to play
197 mAudioTrack.play();
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 138 alphaSeq.play(alphaAnim);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueFragment.java 252 LogHelper.d(TAG, "Play button pressed, in state " + state);
274 mTransportControls.play();
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java 42 * to 10 seconds), a Play icon (if clicked, it wil playback the recorded audio file) and a music
219 int[] thumbResources = new int[] {R.id.mic, R.id.play, R.id.music};
SoundRecorder.java 159 Log.w(TAG, "Requesting to play while state was not IDLE");
164 // there is no recording to play
197 mAudioTrack.play();
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 44 * This main activity launches a sub-activity when the Play button is clicked. The
45 * main action in this master activity is bouncing the Play button in, randomly
138 public void play(View view) { method in class:ToonGame
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidAudio.java 83 if (musics.get(i).wasPlaying) musics.get(i).play();
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
OpenALMusic.java 66 public void play () { method in class:OpenALMusic
82 boolean filled = false; // Check if there's anything to actually play.
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
OpenALMusic.java 66 public void play () { method in class:OpenALMusic
82 boolean filled = false; // Check if there's anything to actually play.
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALChannelSource.java 161 @Selector("play:")
163 public native ALSoundSource play(ALBuffer buffer); method in class:ALChannelSource
166 @Selector("play:gain:pitch:pan:loop:")
172 @Selector("play:loop:")
ALSoundSource.java 109 @Selector("play:")
111 ALSoundSource play (ALBuffer buffer); method in interface:ALSoundSource
114 @Selector("play:gain:pitch:pan:loop:")
119 @Selector("play:loop:")
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 60 public void play() throws IOException { method in class:SocksProxy
  /external/replicaisland/src/com/replica/replicaisland/
GhostComponent.java 133 mAmbientSoundStream = sound.play(mAmbientSound, true, SoundSystem.PRIORITY_NORMAL);
LaunchProjectileComponent.java 182 sound.play(mShootSound, false, SoundSystem.PRIORITY_NORMAL);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaSessionFacade.java 129 if (key.equals("Play")) {
157 @Rpc(description = "Call Play on the currently active media session.")
160 getMediaController(idx).getTransportControls().play();
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioTrack.java 72 audioTrack.play();
75 Logging.e(TAG, "AudioTrack.play failed: " + e.getMessage());
184 // The size of this buffer determines how long an AudioTrack can play
  /frameworks/base/cmds/media/src/com/android/commands/media/
Media.java 68 " KEY may be: play, pause, play-pause, mute, headsethook,\n" +
140 if ("play".equals(cmd)) {
144 } else if ("play-pause".equals(cmd)) {
228 + "... available commands: play, pause, next, previous");
260 } else if ("play".equals(line)) {
261 mController.play();
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 194 audioTrack.play();
  /frameworks/base/media/java/android/media/
JetPlayer.java 45 * the notion of "clips", which can be triggered at any time, but that will play only at the
52 * <li>the number of segments left to play in the queue,</li>
248 public boolean play() { method in class:JetPlayer
269 * only play once. -1 means the segment will repeat indefinitely.
297 * only play once. -1 means the segment will repeat indefinitely.
MediaSync.java 39 * It can be used to play audio-only or video-only stream, too.
101 * based on the stream type it will play.
497 * @param audioData the buffer that holds the data to play. This buffer will be returned
541 mAudioTrack.play();
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 249 int SoundPool::play(int sampleID, float leftVolume, float rightVolume, function in class:android::SoundPool
252 ALOGV("play sampleID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f",
282 ALOGV("play channel %p state = %d", channel, channel->state());
283 channel->play(sample, channelID, leftVolume, rightVolume, priority, loop, rate);
436 // if "stolen", play next event
705 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, function in class:android::SoundChannel
715 ALOGV("SoundChannel::play %p: sampleID=%d, channelID=%d, leftVolume=%f, rightVolume=%f,"
853 play(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistDisclosure.java 126 mAnimator.play(mAlphaInAnimator).before(mAlphaOutAnimator);

Completed in 1355 milliseconds

<<11121314151617181920