Searched refs:stop (Results 251 - 275 of 294) sorted by relevance

<<1112

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java349 mMediaPlayer.stop();
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java192 mStopButton = (Button)findViewById(R.id.stop);
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp65 mAudioSource->stop();
407 //SL_LOGV("AudioSfDecoder::onLoop stop looping");
H A Dandroid_GenericMediaPlayer.cpp263 player->stop();
H A DMediaPlayer_to_android.cpp609 gp->stop();
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp123 virtual status_t stop();
202 status_t MatroskaSource::stop() { function in class:android::MatroskaSource
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp718 CHECK_EQ(codec->stop(), (status_t)OK);
728 CHECK_EQ(codec->stop(), (status_t)OK);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp158 status_t ARTPWriter::stop() { function in class:android::ARTPWriter
223 CHECK_EQ(mSource->stop(), (status_t)OK);
H A DMyTransmitter.h809 mEncoder->stop();
813 mLooper->stop();
/frameworks/base/core/java/android/widget/
H A DGallery.java376 // The above call returned a limited amount, so stop any scrolls/flings
1000 * Now's a good time to tell our parent to stop intercepting our events!
1037 mFlingRunnable.stop(false);
1453 public void stop(boolean scrollIntoSlots) { method in class:Gallery.FlingRunnable
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp415 "Unable to retrieve AudioTrack pointer for stop()");
419 lpTrack->stop();
475 lpTrack->stop();
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DAccessibilityInjectorTest.java123 mWorker.stop();
1747 public void stop() { method in class:AccessibilityInjectorTest.Worker
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp54 virtual status_t stop();
1929 stop();
1960 status_t MPEG4Source::stop() { function in class:android::MPEG4Source
H A DNuCachedSource2.cpp223 mLooper->stop();
/frameworks/base/core/java/android/text/
H A DLayout.java1607 int stop = stops[i];
1608 if (stop > h) {
1609 return stop;
1622 * Returns the position of the next tab stop after h on the line.
1630 * will be used to compute the tab stop.
1631 * @return the offset of the next tab stop.
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp94 status_t SimplePlayer::stop() { function in class:android::SimplePlayer
/frameworks/av/media/libaah_rtp/
H A Daah_tx_sender.cpp112 mLooper->stop();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp648 mSource->stop();
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp54 mLooper->stop();
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java572 public void stop() { method in class:PackageManagerHostTestUtils.NullSyncProgressMonitor
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java179 mMediaPlayer.stop();
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp331 return (sGpsInterface->stop() == 0);
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py193 self.timer.stop()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java1283 final int sleft, final int stop, final int sright, final int sbottom,
1307 sleft, stop, sright, sbottom, null);
1279 drawBitmap( int nativeCanvas, Bitmap_Delegate bitmap, int nativePaintOrZero, final int sleft, final int stop, final int sright, final int sbottom, final int dleft, final int dtop, final int dright, final int dbottom) argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2779 // BLOCK_UNTIL_PUSHED would be insufficient, as we need it to stop doing I/O now
3065 // app does not call stop() and relies on underrun to stop:
4001 outputTracks[i]->stop();
4583 void AudioFlinger::PlaybackThread::Track::stop() function in class:android::AudioFlinger::PlaybackThread::Track
4585 ALOGV("stop(%d), calling pid %d", mName, IPCThreadState::self()->getCallingPid());
4797 // FIXME look at mute, pause, and stop flags
5416 void AudioFlinger::RecordThread::RecordTrack::stop() function in class:android::AudioFlinger::RecordThread::RecordTrack
5421 recordThread->stop(this);
5490 void AudioFlinger::PlaybackThread::OutputTrack::stop() function in class:android::AudioFlinger::PlaybackThread::OutputTrack
5773 void AudioFlinger::TrackHandle::stop() { function in class:android::AudioFlinger::TrackHandle
5928 void AudioFlinger::RecordHandle::stop() { function in class:android::AudioFlinger::RecordHandle
6340 void AudioFlinger::RecordThread::stop(RecordThread::RecordTrack* recordTrack) { function in class:android::AudioFlinger::RecordThread
8398 status_t AudioFlinger::EffectModule::stop() function in class:android::AudioFlinger::EffectModule
[all...]

Completed in 505 milliseconds

<<1112