Searched defs:stop (Results 1 - 25 of 258) sorted by relevance

1234567891011

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatable.java31 void stop(); method in interface:Animatable
/frameworks/av/services/oboeservice/
H A DAAudioThread.cpp72 aaudio_result_t AAudioThread::stop() { function in class:AAudioThread
79 ALOGE("AAudioThread::stop() - pthread_join() returned %d %s", err, strerror(err));
/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java23 * All of these class methods (with the exception of {@link #stop()}) can be only called on the
26 * {@link #stop()} is the exception, it may be called from multiple threads.
46 abstract void stop(); method in class:AbstractSynthesisCallback
49 * Get status code for a "stop".
H A DPlaybackQueueItem.java31 * @param errorCode Cause of the stop. Can be either one of the error codes from
36 abstract void stop(int errorCode); method in class:PlaybackQueueItem
H A DSilencePlaybackQueueItem.java47 void stop(int errorCode) { method in class:SilencePlaybackQueueItem
/frameworks/base/libs/hwui/utils/
H A DTiming.h31 struct timeval stop; local
32 gettimeofday(&stop, nullptr);
33 long long elapsed = (stop.tv_sec * 1000000) - (mStart.tv_sec * 1000000)
34 + (stop.tv_usec - mStart.tv_usec);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DActiveModeManager.java33 * Method used to stop the Manager for a give Wifi operational mode.
35 void stop(); method in interface:ActiveModeManager
H A DClientModeManager.java37 * Disconnect from any currently connected networks and stop client mode.
39 public void stop() { method in class:ClientModeManager
H A DScanOnlyModeManager.java37 * Cancel any pending scans and stop scan mode.
39 public void stop() { method in class:ScanOnlyModeManager
/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_lldb.py39 def stop(): member in class:UtilLLDB
H A Dutil_timer.py71 def stop(self): member in class:Timer
90 self.stop()
/frameworks/av/include/media/stagefright/
H A DAMRWriter.h39 virtual status_t stop() { return reset(); } function in struct:android::AMRWriter
/frameworks/av/media/libstagefright/
H A DMediaAdapter.cpp47 status_t MediaAdapter::stop() { function in class:android::MediaAdapter
51 // If stop() happens immediately after a pushBuffer(), we should
91 ALOGV("read interrupted after stop");
/frameworks/av/media/libstagefright/foundation/include/
H A DAMRWriter.h39 virtual status_t stop() { return reset(); } function in struct:android::AMRWriter
/frameworks/av/media/libstagefright/include/
H A DAMRWriter.h39 virtual status_t stop() { return reset(); } function in struct:android::AMRWriter
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.cpp57 status_t DummyRecorder::stop() { function in class:android::DummyRecorder
61 mSource->stop();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DPrintServicePlugin.java77 void stop() throws Exception; method in interface:PrintServicePlugin
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DOffloadController.java46 public void stop() { method in class:OffloadController
/frameworks/base/services/core/java/com/android/server/location/
H A DCountryDetectorBase.java65 public abstract void stop(); method in class:CountryDetectorBase
/frameworks/base/services/net/java/android/net/util/
H A DStopwatch.java52 public long stop() { method in class:Stopwatch
61 // If the Stopwatch is not running, returns the same value as stop(),
67 return stop();
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DMemoryAccessTask.java59 public void stop() { method in class:MemoryAccessTask
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DNullProgressMonitor.java38 public void stop() {} method in class:NullProgressMonitor
/frameworks/native/services/inputflinger/
H A DInputManager.cpp45 stop();
71 status_t InputManager::stop() { function in class:android::InputManager
74 ALOGW("Could not stop InputReader thread due to error %d.", result);
79 ALOGW("Could not stop InputDispatcher thread due to error %d.", result);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DHapticFeedbackController.java55 public void stop() { method in class:HapticFeedbackController
/frameworks/av/cmds/stagefright/
H A DSineSource.cpp23 stop();
39 status_t SineSource::stop() { function in class:android::SineSource

Completed in 558 milliseconds

1234567891011