Searched refs:start (Results 226 - 250 of 1433) sorted by relevance

1234567891011>>

/frameworks/support/design/base/android/support/design/widget/
H A DValueAnimatorCompat.java44 * <p>Notifies the start of the animation.</p>
94 abstract void start(); method in class:ValueAnimatorCompat.Impl
116 public void start() { method in class:ValueAnimatorCompat
117 mImpl.start();
/frameworks/av/cmds/stagefright/
H A DSineSource.h15 virtual status_t start(MetaData *params);
H A Daudioloop.cpp113 looper->start();
126 writer->start();
136 player->start();
142 CHECK_EQ(decoder->start(), (status_t)OK);
/frameworks/av/include/media/
H A DIAudioTrack.h42 /* After it's created the track is not active. Call start() to
45 virtual status_t start() = 0;
/frameworks/av/include/media/stagefright/
H A DAMRWriter.h38 virtual status_t start(MetaData *params = NULL);
H A DJPEGSource.h31 virtual status_t start(MetaData *params = NULL);
H A DMediaAdapter.h39 virtual status_t start(MetaData *params = NULL);
H A DMediaSource.h38 virtual status_t start(MetaData *params = NULL) = 0;
41 // It is an error to call any methods other than start after this call
71 // This will be called after a successful start() and before the
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.h39 void start();
H A DStreamingSource.h36 virtual void start();
/frameworks/av/media/libstagefright/filters/
H A DIntrinsicBlurFilter.h30 virtual status_t start();
H A DRSFilter.h34 virtual status_t start();
H A DSaturationFilter.h32 virtual status_t start();
H A DSimpleFilter.h36 virtual status_t start() = 0;
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp169 rtp_pusher->start();
173 rtcp_pusher->start();
176 looper->start(false /* runOnCallingThread */);
185 CHECK_EQ(decoder->start(), (status_t)OK);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h35 status_t start();
/frameworks/base/core/java/android/os/
H A DCountDownTimer.java35 * }.start();
65 * to {@link #start()} until the countdown is done and {@link #onFinish()}
86 public synchronized final CountDownTimer start() { method in class:CountDownTimer
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisCallback.java30 * {@link #start}, then {@link #audioAvailable} until all audio has been provided, then finally
74 public int start(int sampleRateInHz, @SupportedAudioFormat int audioFormat, method in interface:SynthesisCallback
100 * This method has to be called if {@link #start} and/or {@link #error} was called.
128 * Check if {@link #start} was called or not.
/frameworks/base/core/java/com/android/internal/view/
H A DIInputContext.aidl55 void setSelection(int start, int end);
73 void setComposingRegion(int start, int end);
/frameworks/base/core/java/com/android/server/
H A DResettableTimeout.java60 // thread to stop it can't start, we don't turn the vibrator on
68 mThread.start();
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java31 start();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStartStateUnitTest.java25 * MediaPlayer.start() method can be called.
31 * 1. It is valid to call start() in the following states:
33 * 2. It is invalid to call start() in the following states:
56 player.start();
66 return "start()";
H A DMediaRecorderStartStateUnitTest.java26 * MediaRecorder.start() method can be called.
32 * 1. It is valid to call start() in the following states:
34 * 2. It is invalid to call start() in the following states:
54 recorder.start();
64 return "start()";
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCase.java54 mView.start();
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipControlButtonView.java152 mTextFocusGainAnimator.start();
157 mButtonFocusGainAnimator.start();
167 mTextFocusLossAnimator.start();
172 mButtonFocusLossAnimator.start();

Completed in 6355 milliseconds

1234567891011>>