Searched defs:shutdown (Results 1 - 25 of 34) sorted by last modified time

12

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java322 shutdown();
332 public static native void shutdown(); method in class:NativeMedia
/frameworks/rs/
H A DrsFifoSocket.cpp43 void FifoSocket::shutdown() { function in class:FifoSocket
H A DrsThreadIO.cpp46 void ThreadIO::shutdown() { function in class:ThreadIO
48 mToCore.shutdown();
67 mToClient.shutdown();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java639 shutdown() method in class:ModelInterpreter
H A DSimulatedCommands.java1417 shutdown() { method in class:SimulatedCommands
H A DSimulatedRadioControl.java41 public void shutdown(); method in interface:SimulatedRadioControl
/frameworks/native/include/binder/
H A DBinderService.h51 static status_t shutdown() { return NO_ERROR; } function in class:android::BinderService
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp332 void IPCThreadState::shutdown() function in class:android::IPCThreadState
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java89 public void shutdown(boolean confirm, boolean wait) { method in class:BridgePowerManager
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java270 public void shutdown() { method in class:AppOpsService
271 Slog.w(TAG, "Writing app ops before shutdown...");
H A DMountService.java1576 public void shutdown(final IMountShutdownObserver observer) { method in class:MountService
1625 * notified when we are done so shutdown sequence can continue.
H A DNetworkManagementService.java1109 public void shutdown() { method in class:NetworkManagementService
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4953 Slog.i(TAG, "During shutdown skipping ANR: " + app + " " + annotation);
10074 public boolean shutdown(int timeout) { method in class:ActivityManagerService
10089 mAppOpsService.shutdown();
10093 mBatteryStatsService.shutdown();
10894 Log.i(TAG, "Sending shutdown broadcast...");
10898 // Now the broadcast is done, finish up the low-level shutdown.
10900 shutdown(10000);
10911 /* For now we are not doing a clean shutdown, because things seem to get unhappy.
15848 // If not, we will just skip it. Make an exception for shutdown broadcasts
16545 app.instrumentationUiAutomationConnection.shutdown();
[all...]
H A DBatteryStatsService.java94 public void shutdown() { method in class:BatteryStatsService
95 Slog.w("BatteryStats", "Writing battery stats before shutdown...");
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java243 public void shutdown() { method in class:LockdownVpnTracker
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java4812 public void shutdown() { method in class:PackageManagerService
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java2172 private void shutdownOrRebootInternal(final boolean shutdown, final boolean confirm, argument
2175 throw new IllegalStateException("Too early to call shutdown() or reboot()");
2182 if (shutdown) {
2183 ShutdownThread.shutdown(mContext, confirm);
2351 * to be clean. Most people should use {@link ShutdownThread} for a clean shutdown.
2354 SystemProperties.set("sys.powerctl", "shutdown");
3062 * @param confirm If true, shows a shutdown confirmation dialog.
3063 * @param wait If true, this call waits for the shutdown to complete and does not return.
3066 public void shutdown(boolean confirm, boolean wait) { method in class:PowerManagerService.BinderService
H A DShutdownThread.java57 // maximum time we wait for the shutdown broadcast before going on.
73 // Provides shutdown assurance in case the system_server is killed
74 public static final String SHUTDOWN_ACTION_PROPERTY = "sys.shutdown.requested";
101 * Request a clean shutdown, waiting for subsystems to clean up their
105 * @param context Context used to display the shutdown progress dialog.
108 public static void shutdown(final Context context, boolean confirm) { method in class:ShutdownThread
119 Log.d(TAG, "Request to shutdown already running, returning.");
132 Log.d(TAG, "Notifying thread to start shutdown longPressBehavior=" + longPressBehavior);
182 * Request a clean shutdown, waiting for subsystems to clean up their
186 * @param context Context used to display the shutdown progres
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5604 public void shutdown(boolean confirm) { method in class:WindowManagerService
5605 ShutdownThread.shutdown(mContext, confirm);
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp82 void shutdown();
179 void BufferProducerThread::shutdown() { function in class:android::BufferProducerThread
391 connection.mThread->shutdown();
424 connection.mThread->shutdown();
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java221 void shutdown() { method in class:UsageStatsService
511 // we might not shutdown cleanly. This is ok to do with the 'am' lock held, because
513 shutdown();
/frameworks/base/libs/storage/
H A DIMountService.cpp405 void shutdown(const sp<IMountShutdownObserver>& observer) function in class:android::BpMountService
411 ALOGD("shutdown could not contact remote\n");
416 ALOGD("shutdown caught exception %d\n", err);
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java184 private native void shutdown(FileDescriptor fd, boolean shutdownInput); method in class:LocalSocketImpl
399 shutdown(fd, true);
413 shutdown(fd, false);
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java215 public void shutdown() throws IOException { method in class:AndroidHttpClientConnection
H A DRequestQueue.java93 void shutdown() { method in class:RequestQueue.ActivePool
488 * This must be called to cleanly shutdown RequestQueue
490 public void shutdown() { method in class:RequestQueue
491 mActivePool.shutdown();

Completed in 3099 milliseconds

12