Searched refs:stop (Results 26 - 50 of 303) sorted by last modified time

1234567891011>>

/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp169 decoder->stop();
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp76 virtual status_t stop() {return OK;} function in class:__anon1114::Player
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java177 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
179 mPlayer.stop();
254 * Calling this before another audio file is done playing will stop
282 public void stop() { method in class:NotificationPlayer
284 // This check allows stop to be called multiple times without starting
306 * We want to hold a wake lock while we do the prepare and play. The stop probably is
H A DRingtonePlayer.java89 mRingtone.stop();
114 public void stop(IBinder token) {
115 if (LOGD) Slog.d(TAG, "stop(token=" + token + ")");
122 client.mRingtone.stop();
156 mAsyncPlayer.stop();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java44 mAnim.stop();
79 mAnim.stop();
91 mAnim.stop();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DBiometricSensorUnlock.java33 * unlock completes, {@link BiometricSensorUnlock#stop} has been called, or an error has
34 * forced the biometric unlock to stop.
55 public boolean stop(); method in interface:BiometricSensorUnlock
H A DFaceUnlock.java147 public boolean stop() { method in class:FaceUnlock
148 if (DEBUG) Log.d(TAG, "stop()");
150 Log.e(TAG, "stop() called from non-UI thread");
303 stop();
325 stop();
397 * Tells the Face Unlock service to stop displaying its UI and stop processing.
401 // Note that attempting to stop Face Unlock when it's not running is not an issue.
402 // Face Unlock can return, which stops it and then we try to stop it when the
415 // stop multipl
[all...]
H A DKeyguardFaceUnlockView.java91 mBiometricUnlock.stop();
100 mBiometricUnlock.stop();
171 mBiometricUnlock.stop(); // It shouldn't be running but calling this can't hurt.
188 // We need to stop the biometric unlock when a phone call comes in
203 mBiometricUnlock.stop();
221 mBiometricUnlock.stop();
H A DKeyguardViewMediator.java1199 mLockSounds.stop(mLockSoundStreamId);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DBiometricSensorUnlock.java33 * unlock completes, {@link BiometricSensorUnlock#stop} has been called, or an error has
34 * forced the biometric unlock to stop.
67 public boolean stop(); method in interface:BiometricSensorUnlock
H A DFaceUnlock.java179 public boolean stop() { method in class:FaceUnlock
180 if (DEBUG) Log.d(TAG, "stop()");
182 Log.e(TAG, "stop() called off of the UI thread");
372 stop();
387 stop();
476 * Tells the Face Unlock service to stop displaying its UI and stop processing.
480 // Note that attempting to stop Face Unlock when it's not running is not an issue.
481 // Face Unlock can return, which stops it and then we try to stop it when the
494 // stop multipl
[all...]
H A DKeyguardViewMediator.java1088 mLockSounds.stop(mLockSoundStreamId);
H A DLockPatternKeyguardView.java332 mBiometricUnlock.stop();
555 // The biometric unlock must stop when screen turns off.
556 mBiometricUnlock.stop();
612 mBiometricUnlock.stop();
669 // When view is hidden, we need to stop the biometric unlock
671 mBiometricUnlock.stop();
701 mBiometricUnlock.stop();
716 // We need to stop the biometric unlock when a phone call comes in
722 mBiometricUnlock.stop();
730 mBiometricUnlock.stop();
[all...]
/frameworks/base/services/input/
H A DInputManager.cpp45 stop();
71 status_t InputManager::stop() { function in class:android::InputManager
74 ALOGW("Could not stop InputReader thread due to error %d.", result);
79 ALOGW("Could not stop InputDispatcher thread due to error %d.", result);
H A DInputManager.h67 virtual status_t stop() = 0;
92 virtual status_t stop();
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java172 public void stop() { method in class:DropBoxManagerService
/frameworks/base/services/java/com/android/server/am/
H A DDeviceMonitor.java74 stop();
201 private synchronized void stop() { method in class:DeviceMonitor
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java190 // Revoke the connection or stop LegacyVpnRunner.
696 // Wait for the daemons to stop.
854 // Kill the daemons if they fail to stop.
857 SystemService.stop(daemon);
890 SystemService.stop(daemon);
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java52 * Using the {@link #stop()} to stop listening to the country change.
156 public void stop() { method in class:ComprehensiveCountryDetector
373 Slog.d(TAG, "tries to stop LocationBasedDetector "
377 mLocationBasedCountryDetector.stop();
H A DCountryDetectorBase.java65 public abstract void stop(); method in class:CountryDetectorBase
H A DLocationBasedCountryDetector.java44 * The current query can be stopped by {@link #stop()}
164 LocationBasedCountryDetector.this.stop();
188 LocationBasedCountryDetector.this.stop();
205 public synchronized void stop() { method in class:LocationBasedCountryDetector
/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java239 void setStopped(boolean stop, int userId) { argument
240 modifyUserState(userId).stopped = stop;
247 void setNotLaunched(boolean stop, int userId) { argument
248 modifyUserState(userId).notLaunched = stop;
/frameworks/base/services/java/com/android/server/wm/
H A DViewServer.java95 * @see #stop()
122 boolean stop() { method in class:ViewServer
130 Slog.w(LOG_TAG, "Could not stop all view server threads");
152 * @see #stop()
H A DWindowManagerService.java1755 // Is it time to stop animating?
1804 // interesting way, so stop here.
6333 return mViewServer.stop();
6773 // Nothing changed but we are waiting for something... stop that!
9647 // will now happen, so stop waiting.
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp331 return (sGpsInterface->stop() == 0);

Completed in 362 milliseconds

1234567891011>>