Searched refs:pause (Results 76 - 100 of 187) sorted by relevance

12345678

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.h68 status_t pause();
H A DMediaPuller.cpp75 void MediaPuller::pause() { function in class:android::MediaPuller
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h73 status_t togglePauseStream(bool pause);
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java49 mPause = (ImageButton) activity.findViewById(R.id.pause);
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp79 virtual status_t pause() {return OK;} function in class:__anon996::Player
/frameworks/av/include/media/
H A DMediaPlayerInterface.h122 virtual void pause() = 0;
160 virtual status_t pause() = 0;
H A DSoundPool.h134 void pause();
177 void pause(int channelID);
H A DAudioTrack.h318 /* Pause a track. After pause, the callback will cease being called and
321 * Volume is ramped down over the next mix buffer following the pause request,
324 void pause();
615 void pause(); // suspend thread from execution at next loop boundary
620 // like pause(), but only used internally within thread
628 bool mPaused; // whether thread is requested to pause at next loop entry
629 bool mPausedInt; // whether thread internally requests pause
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java110 public void pause() { method in class:PlayerController
112 mTransportControls.pause();
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp264 void AudioPlayer::pause(bool playPendingSamples) { function in class:android::AudioPlayer
278 mAudioSink->pause();
280 mAudioTrack->pause();
827 mAudioSink->pause();
835 mAudioTrack->pause();
H A DMediaCodecSource.cpp46 void pause();
143 void MediaCodecSource::Puller::pause() { function in class:android::MediaCodecSource::Puller
296 status_t MediaCodecSource::pause() { function in class:android::MediaCodecSource
822 mPuller->pause();
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp479 int fps, width, height, count, pause; local
490 else if (sscanf(l, " %c %d %d %s #%6s", &pathType, &count, &pause, path, color) >= 4) {
491 // ALOGD("> type=%c, count=%d, pause=%d, path=%s, color=%s", pathType, count, pause, path, color);
495 part.pause = pause;
654 usleep(part.pause * ns2us(frameDuration));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java117 mp.pause();
182 Log.v(TAG, "pause");
183 //Bug# 1106852 - IllegalStateException will be thrown if pause is called
185 //mp.pause();
201 public static boolean pause(String filePath) throws Exception { method in class:CodecTest
202 Log.v(TAG, "pause - " + filePath);
214 mp.pause();
219 Log.v(TAG, filePath + " pause currentPositon " + curPosition);
244 mp.pause();
341 mp.pause();
[all...]
/frameworks/base/core/java/android/transition/
H A DTransitionSet.java482 public void pause(View sceneRoot) { method in class:TransitionSet
483 super.pause(sceneRoot);
486 mTransitions.get(i).pause(sceneRoot);
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h47 virtual status_t pause();
/frameworks/base/core/java/android/animation/
H A DAnimator.java35 * The set of listeners to be sent pause/resume events through the life
106 public void pause() { method in class:Animator
126 * @see #pause()
149 * @see #pause()
268 * Adds a pause listener to this animator.
270 * @param listener the listener to be added to the current set of pause listeners
281 * Removes a pause listener from the set listening to this animation.
283 * @param listener the listener to be removed from the current set of pause
474 * A pause listener receives notifications from an animation when the
475 * animation is {@link #pause() pause
[all...]
/frameworks/base/core/java/android/widget/
H A DMediaController.java260 mPauseButton = (ImageButton) v.findViewById(com.android.internal.R.id.pause);
318 * Disable pause or seek buttons if the stream cannot be paused or seeked.
501 mPlayer.pause();
545 mPlayer.pause();
693 void pause(); method in interface:MediaController.MediaPlayerControl
H A DVideoView.java91 // calling pause() intends to bring the object to a target state
686 pause();
702 pause();
732 public void pause() { method in class:VideoView
735 mMediaPlayer.pause();
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java262 public void pause() { method in class:RenderScriptGL
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java77 public void pause() { method in class:SimpleModelView
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBench.java82 mView.pause();
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DMediaPlayerProxyTestCase.java315 mPlayer.pause();
324 mPlayer.pause();
344 mPlayer.pause();
345 mPlayer.pause();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DMediaControllerGlue.java220 mMediaController.getTransportControls().pause();
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h71 void pause();
106 kWhatPause = 'paus', // pause or stop player
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp97 virtual void pause() function in class:android::BpAudioTrack
230 pause();

Completed in 555 milliseconds

12345678