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

<<11121314151617181920>>

/frameworks/av/media/libmedia/include/media/
H A DIMediaPlayer.h69 virtual status_t stop() = 0;
H A DIMediaSource.h50 // the stop() call are released.
52 // held onto by callers be released before a call to stop() !!!
53 virtual status_t stop() = 0;
H A Dmediarecorder.h242 status_t stop();
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h84 virtual status_t stop();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp77 mDecoderLooper->stop();
H A DNuPlayerDriver.h55 virtual status_t stop();
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Component.h431 virtual status_t stop() = 0;
445 * a stop, where should completed work be returned?
462 * a stop, where should completed work be returned?
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecSource.h56 virtual status_t stop();
69 // Set GraphicBufferSource stop time. GraphicBufferSource will stop
/frameworks/av/media/libstagefright/include/
H A DMediaCodecSource.h56 virtual status_t stop();
69 // Set GraphicBufferSource stop time. GraphicBufferSource will stop
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp122 mSource->stop();
/frameworks/av/services/audioflinger/
H A DTrackBase.h75 virtual void stop() = 0;
/frameworks/av/services/oboeservice/
H A DAAudioService.cpp159 aaudio_result_t result = serviceStream->stop();
/frameworks/base/core/java/android/webkit/
H A DWebViewZygote.java109 // When toggling between multi-process being on/off, start or stop the
122 SystemService.stop(serviceName);
/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java166 samplingProfiler.stop();
/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java141 mChronometer.stop();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.h72 status_t stop();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java159 * completes running a graph, whether the completion is due to a stop() call
202 * been completed. Calling stop will close the filter graph. */
204 synchronized public void stop() { method in class:AsyncRunner
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DRecommendationServiceImpl.java123 mPlugins.get(i).stop();
125 Log.e(LOG_TAG, "Could not stop plugin", e);
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DMDNSFilteredDiscovery.java73 * We assume that {@link #start} and {@link #stop} are never called in parallel, hence it is
126 public void stop() { method in class:MDNSFilteredDiscovery
143 Log.w(LOG_TAG, "Failed to stop network discovery for type " + serviceType + ": "
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DEnrollClient.java102 public int stop(boolean initiatedByClient) { method in class:EnrollClient
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java387 void setStopped(boolean stop, int userId) { argument
388 modifyUserState(userId).stopped = stop;
395 void setNotLaunched(boolean stop, int userId) { argument
396 modifyUserState(userId).notLaunched = stop;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasObexClientSession.java127 public void stop() { method in class:BluetoothMasObexClientSession
128 if (DBG) Log.d(TAG, "stop called...");
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetServiceImpl.java126 mTracker.stop();
/frameworks/support/core-utils/tests/java/android/support/v4/app/
H A DFrameMetricsAggregatorTest.java140 durations = metrics.stop();
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java87 button = (Button)findViewById(R.id.stop);
157 // Tell any local interested parties about the stop.

Completed in 549 milliseconds

<<11121314151617181920>>