Searched refs:stop (Results 101 - 125 of 136) sorted by relevance

123456

/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java670 // back to use SurfaceTexture for preview and we need to stop then start
694 boolean stop = mMediaRecorderRecording;
696 if (stop) {
709 if (!(mIsVideoCaptureIntent && stop)) {
1432 mMediaRecorder.stop();
1437 Log.e(TAG, "stop fail", e);
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasServerConnection.java95 * Passed to {@link #stop} to indicate that this stop request should terminate this task.
100 * Passed to {@link #stop} to indicate that this stop request should restart this task (e.g. in
415 // The synchronized blocks are here to support the stop() function, specifically to handle
416 // when stop() is called first. Notably, they are NOT here in order to guard against
453 * @param reason The reason for requesting a stop. This should be one of the STOPPED_REASON_*
455 * is used to signify that no stop has occurred.
459 public synchronized void stop(final int reason) { method in class:EasServerConnection
474 * @return The reason supplied to the last call to {@link #stop}, o
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DFireflyRenderer.java145 public void stop() { method in class:FireflyRenderer
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DWifiConfigurationActivity.java91 mConnectivityListener.stop();
H A DNetworkActivity.java78 mConnectivityListener.stop();
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
H A DGalaxyRS.java264 public void stop() { method in class:GalaxyRS
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java477 // It will stop all activity related to the
485 t.mView.stop();
590 // Tell receiver the timer was deleted, it will stop all activity related to the
707 t.mView.stop();
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java75 protected boolean stop() { method in class:HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java77 protected boolean stop() { method in class:HeadsetClientService
H A DHeadsetClientStateMachine.java421 mRingtone.stop();
979 mRingtone.stop();
1594 Log.e(TAG, "ERROR: Couldn't stop voice recognition");
2023 mRingtone.stop();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexClientSession.java93 public void stop() { method in class:BluetoothOppObexClientSession
H A DBluetoothOppObexServerSession.java141 public void stop() { method in class:BluetoothOppObexServerSession
H A DTestActivity.java437 public synchronized void stop() { method in class:TestTcpListener
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java119 protected boolean stop() { method in class:PanService
/packages/apps/Camera/src/com/android/camera/
H A DVideoModule.java651 // back to use SurfaceTexture for preview and we need to stop then start
667 boolean stop = mMediaRecorderRecording;
669 if (stop) {
679 if (!(mIsVideoCaptureIntent && stop)) {
1136 // We stop the preview here before unlocking the device because we
1715 mMediaRecorder.stop();
1724 Log.e(TAG, "stop fail", e);
1736 // stop the graph. It is possible to separate out the Camera release
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCachingPipeline.java92 public void stop() { method in class:CachingPipeline
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java660 boolean stop = mMediaRecorderRecording;
662 if (stop) {
672 if (!(mIsVideoCaptureIntent && stop)) {
1709 mMediaRecorder.stop();
1716 Log.e(TAG, "stop fail", e);
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilPlayer.java342 public synchronized void stop() { method in class:SmilPlayer
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1506 int nr,nr_points,i,stop; local
1543 stop=nr_points+saturation;
1544 for(i=0;(i<nr)&&(nr_points<stop);i++)
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1506 int nr,nr_points,i,stop; local
1543 stop=nr_points+saturation;
1544 for(i=0;(i<nr)&&(nr_points<stop);i++)
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java102 protected boolean stop() { method in class:HealthService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java92 protected boolean stop() { method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java265 * @param masId use -1 to stop all instances
728 protected boolean stop() { method in class:BluetoothMapService
729 if (DEBUG) Log.d(TAG, "stop()");
922 // call stop anyway to restart listener.
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java151 * This is to disable {@link #onOptionsItemSelected} when we trying to stop the activity.
400 mProviderStatusWatcher.stop();
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java304 // stop() may have already been called and we can't handle the events.
459 // mGvs.stop();
463 public void stop() { method in class:GridViewSpecial
465 // stop.
827 // Returns true if we can stop scanning.

Completed in 4540 milliseconds

123456