Searched refs:shutdown (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl39 void shutdown();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedRadioControl.java41 public void shutdown(); method in interface:SimulatedRadioControl
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DVariableSpeedTest.java36 mExecutor.shutdown();
/frameworks/rs/
H A DrsFifoSocket.h35 void shutdown();
H A DrsThreadIO.cpp46 void ThreadIO::shutdown() { function in class:ThreadIO
48 mToCore.shutdown();
67 mToClient.shutdown();
H A DrsThreadIO.h35 void shutdown();
H A DrsFifoSocket.cpp43 void FifoSocket::shutdown() { function in class:FifoSocket
/frameworks/native/include/binder/
H A DBinderService.h51 static status_t shutdown() { return NO_ERROR; } function in class:android::BinderService
H A DIPCThreadState.h78 static void shutdown();
/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl43 void shutdown(boolean confirm, boolean wait);
/frameworks/av/include/media/nbaio/
H A DMonoPipe.h83 // Set the shutdown state for the write side of a pipe.
84 // This may be called by an unrelated thread. When shutdown state is 'true',
86 // There is no guarantee how long it will take for the shutdown to be recognized,
88 // The state can be restored to normal by calling shutdown(false).
89 void shutdown(bool newState = true);
91 // Return true if the write side of a pipe is currently shutdown.
135 bool mIsShutdown; // whether shutdown(true) was called, no barriers are needed
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DPowerCommand.java41 + " Perform a runtime shutdown and reboot device with specified reason.\n"
42 + " svc power shutdown\n"
43 + " Perform a runtime shutdown and power off the device.\n";
93 } else if ("shutdown".equals(args[1])) {
96 pm.shutdown(false, true);
98 System.err.println("Failed to shutdown.");
/frameworks/base/services/java/com/android/server/
H A DShutdownActivity.java55 pm.shutdown(mConfirm, false);
63 // Wait for us to tell the power manager to shutdown.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java74 public void shutdown(boolean confirm, boolean wait) { method in class:BridgePowerManager
/frameworks/native/libs/binder/
H A DStatic.cpp87 IPCThreadState::shutdown();
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase.java79 * Calls {@link android.content.ContentProvider#shutdown()} on the
84 mProvider.shutdown();
H A DProviderTestCase2.java151 * Calls {@link android.content.ContentProvider#shutdown()} on the
156 mProvider.shutdown();
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DActivityManagerPermissionTests.java166 mAm.shutdown(0);
167 fail("IActivityManager.shutdown did not throw SecurityException as"
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java181 private native void shutdown(FileDescriptor fd, boolean shutdownInput); method in class:LocalSocketImpl
396 shutdown(fd, true);
410 shutdown(fd, false);
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DCookiesTest.java42 server.shutdown();
H A DDefaultHttpClientTest.java47 server.shutdown();
60 * DefaultHttpClient fails if the server shutdown the output after the
/frameworks/base/include/storage/
H A DIMountService.h63 virtual void shutdown(const sp<IMountShutdownObserver>& observer) = 0;
/frameworks/base/services/common_time/
H A Ddiag_thread.cpp139 shutdown(listen_fd_, SHUT_RDWR);
154 shutdown(data_fd_, SHUT_RDWR);
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java97 void shutdown() { method in class:RequestQueue.ActivePool
492 * This must be called to cleanly shutdown RequestQueue
494 public void shutdown() { method in class:RequestQueue
495 mActivePool.shutdown();
/frameworks/base/services/java/com/android/server/power/
H A DShutdownThread.java55 // maximum time we wait for the shutdown broadcast before going on.
71 // Provides shutdown assurance in case the system_server is killed
72 public static final String SHUTDOWN_ACTION_PROPERTY = "sys.shutdown.requested";
94 * Request a clean shutdown, waiting for subsystems to clean up their
98 * @param context Context used to display the shutdown progress dialog.
101 public static void shutdown(final Context context, boolean confirm) { method in class:ShutdownThread
112 Log.d(TAG, "Request to shutdown already running, returning.");
125 Log.d(TAG, "Notifying thread to start shutdown longPressBehavior=" + longPressBehavior);
175 * Request a clean shutdown, waiting for subsystems to clean up their
179 * @param context Context used to display the shutdown progres
[all...]

Completed in 491 milliseconds

123