Searched refs:stop (Results 126 - 150 of 538) sorted by relevance

1234567891011>>

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java355 mTranslateRunnable.stop();
356 mSnapRunnable.stop();
383 mScaleRunnable.stop();
476 mScaleRunnable.stop();
478 mTranslateRunnable.stop();
480 mSnapRunnable.stop();
482 mRotateRunnable.stop();
1207 public void stop() { method in class:PhotoView.ScaleRunnable
1227 stop();
1285 public void stop() { method in class:PhotoView.TranslateRunnable
1379 public void stop() { method in class:PhotoView.SnapRunnable
1472 public void stop() { method in class:PhotoView.RotateRunnable
[all...]
/frameworks/native/libs/vr/libpdx/
H A Dencoder_performance_test.cpp127 auto stop = std::chrono::high_resolution_clock::now(); local
128 return stop - start;
147 auto stop = std::chrono::high_resolution_clock::now(); local
149 return start - stop; // Return negative value to indicate error.
150 return stop - start;
168 auto stop = std::chrono::high_resolution_clock::now(); local
169 return stop - start;
192 auto stop = std::chrono::high_resolution_clock::now(); local
193 return stop - start;
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DUpstreamNetworkMonitorTest.java118 mUNM.stop();
130 mUNM.stop();
152 mUNM.stop();
189 mUNM.stop();
213 mUNM.stop();
239 mUNM.stop();
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp128 writer->stop();
140 delete player; // there is no player->stop()...
146 // need to stop after some count though...
152 CHECK_EQ(decoder->stop(), (status_t)OK);
H A DSimplePlayer.h39 status_t stop();
/frameworks/av/media/libstagefright/
H A DJPEGSource.cpp68 stop();
87 status_t JPEGSource::stop() { function in class:android::JPEGSource
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp80 stop();
132 status_t ALooper::stop() { function in class:android::ALooper
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp216 CHECK_EQ(decoder->stop(), (status_t)OK);
218 looper->stop();
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamShared.cpp166 aaudio_result_t AAudioServiceStreamShared::stop() { function in class:AAudioServiceStreamShared
174 ALOGE("AAudioServiceStreamShared::stop() mServiceEndpoint returned %d", result);
177 return AAudioServiceStreamBase::stop();
/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechService.aidl96 int stop(in IBinder callingInstance);
H A DSynthesisPlaybackQueueItem.java110 // OR (b) stop() is called in which case it will return null.
135 void stop(int statusCode) { method in class:SynthesisPlaybackQueueItem
158 // Stop the underlying audio track. This will stop sending
161 mAudioTrack.stop();
247 // would have woken up when stop() is called (if it was blocked) and will
266 // Block if there are no available buffers, and stop() has not
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java178 currentTransition.stop();
236 public abstract void stop(); method in class:AnimatedStateListDrawable.Transition
260 public void stop() { method in class:AnimatedStateListDrawable.AnimatableTransition
261 mA.stop();
303 public void stop() { method in class:AnimatedStateListDrawable.AnimationDrawableTransition
354 public void stop() { method in class:AnimatedStateListDrawable.AnimatedVectorDrawableTransition
355 mAvd.stop();
365 mTransition.stop();
/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java104 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
106 mPlayer.stop();
155 * Calling this before another audio file is done playing will stop
182 * Calling this before another audio file is done playing will stop
215 public void stop() { method in class:AsyncPlayer
217 // This check allows stop to be called multiple times without starting
239 * We want to hold a wake lock while we do the prepare and play. The stop probably is
/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java155 public void stop() { method in class:MediaProjection
157 mImpl.stop();
159 Log.e(TAG, "Unable to stop projection", e);
/frameworks/base/media/java/android/media/session/
H A DISessionController.aidl63 void stop();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java149 public void stop() { method in class:SyncRunner
213 mTimer.stop(filter.getName());
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
H A DCloudPrintPlugin.java165 public void stop() throws Exception { method in class:CloudPrintPlugin
166 mMDNSFilteredDiscovery.stop();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DServiceResolver.java56 stop();
95 public void stop() { method in class:ServiceResolver
/frameworks/base/services/core/java/com/android/server/am/
H A DAppTimeTracker.java68 public void stop() { method in class:AppTimeTracker
81 stop();
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DAuthenticationClient.java90 stop(false);
137 public int stop(boolean initiatedByClient) { method in class:AuthenticationClient
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java96 mRunner.stop();
172 // All outputs have been pushed, stop the graph.
173 mRunner.stop();
/frameworks/base/tests/net/java/android/net/util/
H A DBlockingSocketReaderTest.java102 if (mReceiver != null) mReceiver.stop();
142 mReceiver.stop();
/frameworks/native/services/audiomanager/
H A DIPlayer.cpp63 virtual void stop() function in class:android::BpPlayer
144 stop();
/frameworks/av/cmds/screenrecord/
H A DOverlay.h64 status_t stop();
/frameworks/av/include/media/
H A DIMediaRecorder.h58 virtual status_t stop() = 0;

Completed in 1157 milliseconds

1234567891011>>