Searched defs:stop (Results 101 - 125 of 219) sorted by relevance

123456789

/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java84 ImageButton stop = (ImageButton) stopButton;
88 stop.setOnClickListener(this);
102 stop();
159 public void stop() { method in class:SimplePlayer
161 mMediaPlayer.stop();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java191 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
193 mPlayer.stop();
286 * Calling this before another audio file is done playing will stop
315 * Calling this before another audio file is done playing will stop
343 public void stop() { method in class:NotificationPlayer
345 // This check allows stop to be called multiple times without starting
367 * We want to hold a wake lock while we do the prepare and play. The stop probably is
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAutoclickController.java38 * Implements "Automatically click on mouse stop" feature.
137 mClickDelayObserver.stop();
220 public void stop() { method in class:AutoclickController.ClickDelayObserver
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DKeepaliveTracker.java56 * Provides methods to stop and start keepalive requests, and keeps track of keepalives across all
199 void stop(int reason) { method in class:KeepaliveTracker.KeepaliveInfo
203 Log.e(TAG, "Cannot stop unowned keepalive " + mSlot + " on " + mNai.network);
260 ki.stop(reason);
271 Log.e(TAG, "Attempt to stop keepalive on nonexistent network " + networkName);
276 Log.e(TAG, "Attempt to stop nonexistent keepalive " + slot + " on " + networkName);
279 ki.stop(reason);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DClientMonitor.java84 * Contacts fingerprintd to stop the client.
87 public abstract int stop(boolean initiatedByClient); method in class:ClientMonitor
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java51 * Using the {@link #stop()} to stop listening to the country change.
155 public void stop() { method in class:ComprehensiveCountryDetector
372 Slog.d(TAG, "tries to stop LocationBasedDetector "
376 mLocationBasedCountryDetector.stop();
/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java248 public void stop() { method in class:IpReachabilityMonitor
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java75 public void stop() { method in class:DisplaySourceService
76 super.stop();
220 codec.stop();
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java229 // TODO: Unify this codepath with stop().
464 public synchronized void stop() { method in class:EthernetNetworkFactory
470 // TODO: stop using explicit comparisons to DISCONNECTED / SUSPENDED in ConnectivityService,
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java65 public synchronized void stop() { method in class:SipWakeupTimer
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanSessionState.java60 stop(WifiNanStateManager.getInstance().createNextTransactionId());
118 public void stop(short transactionId) { method in class:WifiNanSessionState
120 Log.e(TAG, "sendMessage: attempting to stop pub/sub on a non-live session (no "
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeProgressBar.java122 void stop() { method in class:SwipeProgressBar
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java65 public abstract void stop(); method in class:Player
H A DRemotePlayer.java253 public void stop() { method in class:RemotePlayer
260 Log.d(TAG, "stop");
262 mClient.stop(null, new SessionActionCallback() {
265 logStatus("stop: succeeded", sessionId, sessionStatus, null, null);
276 logError("stop: failed", error, code);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java65 public abstract void stop(); method in class:Player
H A DRemotePlayer.java253 public void stop() { method in class:RemotePlayer
260 Log.d(TAG, "stop");
262 mClient.stop(null, new SessionActionCallback() {
265 logStatus("stop: succeeded", sessionId, sessionStatus, null, null);
276 logError("stop: failed", error, code);
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp224 stop();
242 status_t AacAdtsSource::stop() { function in class:android::AacAdtsSource
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp264 status_t stop() function in class:android::BpMediaRecorder
266 ALOGV("stop");
355 reply->writeInt32(stop());
H A DIMediaSource.cpp94 virtual status_t stop() { function in class:android::BpMediaSource
95 ALOGV("stop");
297 ALOGV("stop");
300 status_t status = stop();
386 maxNumBuffers = 0; // No more MediaBuffers, stop readMultiple.
419 maxNumBuffers = 0; // stop readMultiple with one shared buffer.
430 maxNumBuffers = 0; // stop readMultiple if inline transfer is too large.
/frameworks/av/media/libstagefright/
H A DWAVExtractor.cpp67 virtual status_t stop();
373 stop();
397 status_t WAVSource::stop() { function in class:android::WAVSource
398 ALOGV("WAVSource::stop");
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp88 status_t AnotherPacketSource::stop() { function in class:android::AnotherPacketSource
H A DMPEG2TSExtractor.cpp51 virtual status_t stop();
81 status_t MPEG2TSSource::stop() { function in class:android::MPEG2TSSource
82 return mImpl->stop();
/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);
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp48 status_t WebmFrameThread::stop() { function in class:android::WebmFrameThread
191 status_t WebmFrameSinkThread::stop() { function in class:android::WebmFrameSinkThread
195 return WebmFrameThread::stop();
313 status_t WebmFrameMediaSourceThread::stop() { function in class:android::WebmFrameMediaSourceThread
317 mSource->stop();
318 return WebmFrameThread::stop();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp504 int16_t *stop = (int16_t *)(buffer->data() + buffer->size()); local
505 while (ptr < stop) {

Completed in 1354 milliseconds

123456789