Searched refs:stop (Results 201 - 225 of 538) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp53 void stop();
118 mLooper->stop();
178 void MediaCodecSource::Puller::stop() { function in class:android::MediaCodecSource::Puller
182 // stop.
195 // call source->stop if read has been pending for over a second
197 mSource->stop();
255 mSource->stop();
361 status_t MediaCodecSource::stop() { function in class:android::MediaCodecSource
372 msg->setInt64("stop-time-us", stopTimeUs);
454 mCodecLooper->stop();
[all...]
/frameworks/av/media/libstagefright/foundation/include/
H A DSurfaceMediaSource.h54 // 6. Stop is a hard stop, the last few frames held by the encoder
81 virtual status_t stop();
137 // the same thread supplies the frames and also calls stop
139 // it calls stop.
142 // frames is separate than the one calling stop.
/frameworks/av/media/libstagefright/include/
H A DSurfaceMediaSource.h54 // 6. Stop is a hard stop, the last few frames held by the encoder
81 virtual status_t stop();
137 // the same thread supplies the frames and also calls stop
139 // it calls stop.
142 // frames is separate than the one calling stop.
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h38 virtual status_t stop();
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h43 virtual status_t stop();
54 kWhatStop = 'stop',
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp600 status_t stop() { return mSource->stop();}
673 writer.stop();
700 writer.stop();
721 writer.stop();
763 CHECK_EQ((status_t)OK, mr->stop());
812 writer.stop();
897 CHECK_EQ((status_t)OK, mr->stop());
940 CHECK_EQ((status_t)OK, mr->stop());
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.h45 virtual status_t stop();
/frameworks/av/media/ndk/
H A DNdkMediaMuxer.cpp95 return translate_error(muxer->mImpl->stop());
/frameworks/av/services/audioflinger/
H A DRecordTracks.h41 virtual void stop();
H A DPlaybackTracks.h47 virtual void stop();
209 virtual void stop();
/frameworks/base/legacy-test/src/junit/framework/
H A DTestResult.java146 * Checks whether the test run should stop
163 * Marks that the test run should stop.
165 public synchronized void stop() { method in class:TestResult
/frameworks/base/libs/hwui/thread/
H A DTaskManager.cpp56 void TaskManager::stop() { function in class:android::uirenderer::TaskManager
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp117 ALOGD("stop");
118 track->stop();
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp82 virtual status_t stop() { return OK; } function in class:__anon1301::Player
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DClientMonitor.java87 * Contacts fingerprint HAL to stop the client.
90 public abstract int stop(boolean initiatedByClient); method in class:ClientMonitor
H A DEnumerateClient.java58 public int stop(boolean initiatedByClient) { method in class:EnumerateClient
71 Slog.w(TAG, "stop enumeration failed, result=" + result);
79 // We don't actually stop enumerate, but inform the client that the cancel operation
H A DRemovalClient.java61 public int stop(boolean initiatedByClient) { method in class:RemovalClient
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java97 mMediaCodec.stop();
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp217 muxer->stop();
327 looper->stop();
H A Drecordvideo.cpp88 virtual status_t stop() { function in class:DummySource
324 err = writer->stop();
H A Dstagefright.cpp171 CHECK_EQ((status_t)OK, source->stop());
300 rawSource->stop();
380 rawSource->stop();
410 virtual status_t stop();
455 status_t DetectSyncSource::stop() { function in class:DetectSyncSource
456 return mSource->stop();
545 writer->stop();
602 CHECK_EQ((status_t)OK, source->stop());
/frameworks/base/core/java/android/app/
H A DActivityTransitionState.java78 * We must be able to cancel entering transitions to stop changing the Window to
241 mEnterTransitionCoordinator.stop();
245 mReturnExitCoordinator.stop();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java74 * {@link #onStop} tells the engine that it should stop
151 // Tell the synthesizer to stop
153 // Tell the audio playback thread to stop.
221 * Notifies the service that it should stop any in-progress speech synthesis.
532 current.stop();
565 speechItem.stop();
611 // not stopped correctly if a stop request comes along for the item
615 current.stop();
639 current.stop();
642 mAudioPlaybackHandler.stop();
811 public void stop() { method in class:TextToSpeechService.SpeechItem
[all...]
/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DAnimationScaleListDrawable.java158 public void stop() { method in class:AnimationScaleListDrawable
161 ((Animatable) dr).stop();
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearSmoothScroller.java127 stop();
236 stop();

Completed in 461 milliseconds

1234567891011>>