Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 187) sorted by relevance

12345678

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DStopWatchMap.java51 public void stop() { in stop() method in StopWatch
90 public void stop(String stopWatchName) { in stop() method in StopWatchMap
/frameworks/base/core/java/android/speech/tts/
DAudioPlaybackHandler.java41 private void stop(PlaybackQueueItem item) { in stop() method in AudioPlaybackHandler
68 public void stop() { in stop() method in AudioPlaybackHandler
DAbstractSynthesisCallback.java46 abstract void stop(); in stop() method in AbstractSynthesisCallback
DSilencePlaybackQueueItem.java47 void stop(int errorCode) { in stop() method in SilencePlaybackQueueItem
DPlaybackQueueItem.java36 abstract void stop(int errorCode); in stop() method in PlaybackQueueItem
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java282 ImageButton stop = (ImageButton) findViewById(stopButtonId); in SimpleMediaController() local
298 ImageButton stop = (ImageButton) findViewById(stopButtonId); in SimpleMediaController() local
319 public void stop() { in stop() method in ScoAudioTest.SimpleMediaController
403 public void stop() { in stop() method in ScoAudioTest.SimplePlayerController
485 public void stop() { in stop() method in ScoAudioTest.SimpleRecordController
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatable.java31 void stop(); in stop() method
/frameworks/av/media/libstagefright/timedtext/
DTimedText3GPPSource.h34 virtual status_t stop() { return mSource->stop(); } in stop() function
/frameworks/base/libs/hwui/utils/
DTiming.h31 struct timeval stop; in ~MethodTimer() local
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DBiometricSensorUnlock.java55 public boolean stop(); in stop() method
/frameworks/base/core/java/android/widget/
DEditText.java91 public void setSelection(int start, int stop) { in setSelection()
92 Selection.setSelection(getText(), start, stop); in setSelection() local
/frameworks/av/media/libstagefright/webm/
DWebmFrameThread.cpp48 status_t WebmFrameThread::stop() { in stop() function in android::WebmFrameThread
191 status_t WebmFrameSinkThread::stop() { in stop() function in android::WebmFrameSinkThread
313 status_t WebmFrameMediaSourceThread::stop() { in stop() function in android::WebmFrameMediaSourceThread
/frameworks/base/services/core/java/com/android/server/location/
DCountryDetectorBase.java65 public abstract void stop(); in stop() method in CountryDetectorBase
/frameworks/base/media/java/android/media/projection/
DIMediaProjection.aidl24 void stop(); in stop() method
/frameworks/av/media/libstagefright/tests/
DDummyRecorder.cpp57 status_t DummyRecorder::stop() { in stop() function in android::DummyRecorder
/frameworks/base/media/java/android/media/
DIRingtonePlayer.aidl29 void stop(IBinder token); in stop() method
/frameworks/native/services/inputflinger/
DInputManager.cpp71 status_t InputManager::stop() { in stop() function in android::InputManager
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DHapticFeedbackController.java55 public void stop() { in stop() method in HapticFeedbackController
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DSimplePlayer.java84 ImageButton stop = (ImageButton) stopButton; in set() local
159 public void stop() { in stop() method in SimplePlayer
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
DService.java64 public void stop() { in stop() method in Service
/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h53 virtual status_t stop() { in stop() function
/frameworks/base/core/java/android/net/
DUidRange.java33 public final int stop; field in UidRange
/frameworks/av/cmds/stagefright/
DSineSource.cpp39 status_t SineSource::stop() { in stop() function in android::SineSource
/frameworks/av/media/libstagefright/
DMediaAdapter.cpp47 status_t MediaAdapter::stop() { in stop() function in android::MediaAdapter
/frameworks/rs/tests/latency/
Dlatency.cpp75 struct timeval start, stop; in main() local

12345678