/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 134 int id = mSoundPool.play(mSounds[index], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestSounds() 156 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestScales() 177 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestRates() 202 int normalId = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPriority() 212 int id = mSoundPool.play(mSounds[1], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPriority() 224 id = mSoundPool.play(mSounds[2], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPriority() 251 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPauseResume() 277 ids[i] = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPauseResume() 310 … int id = mSoundPool.play(mSounds[0], 0.0f, 1.0f, NORMAL_PRIORITY, DEFAULT_LOOP, mScale[0]); in TestVolume()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetActivityTest.java | 120 s3.play(a1).before(a2).after(s1).with(s2).after(a3); in testGetChildAnimations() 176 s3.play(a1).before(a2).after(a3); in testTotalDuration() 177 s3.play(a1).after(a2).with(a4); in testTotalDuration() 182 s4.play(a1).after(a2); in testTotalDuration() 183 s4.play(a2).after(a1); in testTotalDuration() 188 s5.play(a1).after(a2).before(a3); in testTotalDuration() 189 s5.play(a2).with(a4).with(a5); in testTotalDuration() 208 s.play(a1).before(a2).before(a3).after(a4).after(a5); in testGetDuration() 241 s.play(a1).before(a2).before(a3).after(a4).after(a5); 296 s.play(a1).before(a2).after(a3).with(a4); [all …]
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | AbstractProxyTest.java | 66 server.play(); in testConnectToHttps() 117 server.play(); in testConnectViaProxy() 158 server.play(); in testConnectViaHttpProxyToHttps() 192 server.play(); in testParamPreferredOverSystemProperty() 208 server.play(); in testExplicitNoProxyCancelsSystemProperty() 226 server.play(); in testRetryWithProxy()
|
D | CookiesTest.java | 60 server.play(); in testCookiesAreNotLogged() 95 server.play(); in testCookiesWithNonMatchingCase()
|
D | DefaultHttpClientTest.java | 79 server.play(); in testServerClosesOutput()
|
/frameworks/base/media/java/android/media/ |
D | MediaActionSound.java | 214 public void play(int soundName) { in play() method in MediaActionSound 233 mSoundPool.play(sound.id, 1.0f, 1.0f, 0, 0, 1.0f); in play() 274 soundPool.play(playSoundId, 1.0f, 1.0f, 0, 0, 1.0f);
|
D | AsyncPlayer.java | 166 public void play(Context context, Uri uri, boolean looping, int stream) { in play() method in AsyncPlayer 172 play(context, uri, looping, in play() 193 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping, in play() method in AsyncPlayer
|
D | IRingtonePlayer.aidl | 31 … oneway void play(IBinder token, in Uri uri, in AudioAttributes aa, float volume, boolean looping); in play() method
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaAudioTrackTest.java | 341 track.play(); in testPlaybackHeadPositionIncrease() 369 track.play(); in testPlaybackHeadPositionAfterFlush() 400 track.play(); in testPlaybackHeadPositionAfterStop() 436 track.play(); in testPlaybackHeadPositionAfterPause() 470 track.play(); in testSetStereoVolumeMax() 496 track.play(); in testSetStereoVolumeMin() 522 track.play(); in testSetStereoVolumeMid() 549 track.play(); in testSetPlaybackRate() 598 track.play(); in testSetPlaybackRateTwiceOutputSR() 624 track.play(); in testSetGetPlaybackRate() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | RingtonePlayer.java | 107 public void play(IBinder token, Uri uri, AudioAttributes aa, float volume, boolean looping) 131 client.mRingtone.play(); 183 mAsyncPlayer.play(getContextForUser(user), uri, looping, aa);
|
D | NotificationPlayer.java | 375 public void play(Context context, Uri uri, boolean looping, int stream) { in play() method in NotificationPlayer 404 public void play(Context context, Uri uri, boolean looping, AudioAttributes attributes) { in play() method in NotificationPlayer
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 36 + `p` -- this part will play unless interrupted by the end of the boot 37 + `c` -- this part will play to completion, no matter what 38 * **COUNT:** how many times to play the animation, or 0 to loop forever until boot is complete 97 Each part may optionally play a `wav` sample when it starts. To enable this, add a file
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | PlayerController.java | 104 public void play() { in play() method in PlayerController 106 mTransportControls.play(); in play()
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.h | 122 void play(const sp<Sample>& sample, int channelID, float leftVolume, float rightVolume, 172 int play(int sampleID, float leftVolume, float rightVolume, int priority,
|
D | SoundPool.cpp | 247 int SoundPool::play(int sampleID, float leftVolume, float rightVolume, in play() function in android::SoundPool 281 channel->play(sample, channelID, leftVolume, rightVolume, priority, loop, rate); in play() 723 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, in play() function in android::SoundChannel 880 play(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate); in nextEvent()
|
/frameworks/base/media/jni/ |
D | JetPlayer.h | 53 int play();
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 86 void play(const sp<IMediaSource> &source); 199 void SimplePlayer::play(const sp<IMediaSource> &source) { in play() function in __anon2aac90ef0111::SimplePlayer 479 player.play(mediaSource); in main()
|
/frameworks/base/core/java/com/android/internal/accessibility/ |
D | AccessibilityShortcutController.java | 355 tone.play(); in playNotificationTone() 403 mHandler.sendMessage(PooledLambda.obtainMessage(TtsPrompt::play, this)); in onInit() 406 private void play() { in play() method in AccessibilityShortcutController.TtsPrompt
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.h | 54 virtual void play();
|
D | android_GenericPlayer.h | 70 virtual void play();
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorSet.java | 233 Builder builder = play(items[0]); 250 builder = play(anim); 267 play(items[0]); 270 play(items[i]).before(items[i + 1]); 285 play(items.get(0)); 288 play(items.get(i)).before(items.get(i + 1)); 395 public Builder play(Animator anim) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AbsActionBarView.java | 214 set.play(anim).with(splitAnim); in setupAnimatorToVisibility() 229 set.play(anim).with(splitAnim); in setupAnimatorToVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 230 set.play(scaleX).with(scaleY); in getHandleAnimator() 231 set.play(scaleX).with(translateX); in getHandleAnimator() 232 set.play(scaleX).with(translateY); in getHandleAnimator() 257 anim.play(first).before(second); in fade() 258 anim.play(second).before(third); in fade() 259 anim.play(third).before(fourth); in fade()
|
/frameworks/base/media/java/android/media/session/ |
D | ISessionController.aidl | 64 void play(String packageName, in ISessionControllerCallback caller); in play() method
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 28 play content to an external monitor.
|