Searched refs:stop (Results 151 - 175 of 538) sorted by relevance

1234567891011>>

/frameworks/av/include/media/
H A DMediaRecorderBase.h55 virtual status_t stop() = 0;
/frameworks/av/include/media/stagefright/
H A DAudioSource.h48 virtual status_t stop() { return reset(); } function in struct:android::AudioSource
H A DMPEG2TSWriter.h39 virtual status_t stop() { return reset(); } function in struct:android::MPEG2TSWriter
H A DSimpleDecodingSource.h58 virtual status_t stop();
/frameworks/av/include/media/stagefright/foundation/
H A DANetworkSession.h38 status_t stop();
/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp99 printf("call stop()\n");
100 result = player.stop();
/frameworks/av/media/libmedia/include/media/
H A DIMediaRecorder.h58 virtual status_t stop() = 0;
H A DMediaRecorderBase.h55 virtual status_t stop() = 0;
/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 DAudioSource.h48 virtual status_t stop() { return reset(); } function in struct:android::AudioSource
H A DMPEG2TSWriter.h39 virtual status_t stop() { return reset(); } function in struct:android::MPEG2TSWriter
H A DSimpleDecodingSource.h58 virtual status_t stop();
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DANetworkSession.h38 status_t stop();
/frameworks/av/media/libstagefright/include/
H A DAudioSource.h48 virtual status_t stop() { return reset(); } function in struct:android::AudioSource
H A DMPEG2TSWriter.h39 virtual status_t stop() { return reset(); } function in struct:android::MPEG2TSWriter
H A DSimpleDecodingSource.h58 virtual status_t stop();
/frameworks/av/media/libstagefright/include/foundation/
H A DANetworkSession.h38 status_t stop();
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h53 virtual status_t stop() { function in class:android::VideoSource
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamMMAP.h69 aaudio_result_t stop() override;
/frameworks/base/core/java/android/os/
H A DSystemService.java65 /** Request that the init daemon stop a named service. */
66 public static void stop(String name) { method in class:SystemService
67 SystemProperties.set("ctl.stop", name);
/frameworks/base/core/java/android/text/
H A DSelection.java65 * to <code>stop</code>.
67 public static void setSelection(Spannable text, int start, int stop) { argument
70 // stop = pin(stop, 0, len);
75 if (ostart != start || oend != stop) {
78 text.setSpan(SELECTION_END, stop, stop,
/frameworks/base/libs/hwui/thread/
H A DTaskManager.h55 void stop();
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLandActivity.java63 mLand.stop();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java75 mTrustDrawable.stop();
82 mTrustDrawable.stop();
112 mTrustDrawable.stop();
129 mTrustDrawable.stop();
/frameworks/base/tests/net/java/android/net/
H A DUidRangeTest.java54 assertEquals(original.stop, getStop(originalBytes));
74 fail("Exception not thrown for negative stop UID");

Completed in 205 milliseconds

1234567891011>>