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

123

/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionService.aidl25 void shutdown();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedRadioControl.java41 public void shutdown(); method in interface:SimulatedRadioControl
/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/base/core/java/android/app/
H A DIUiAutomationConnection.aidl50 oneway void shutdown();
/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.aidl49 void shutdown(boolean confirm, boolean wait);
H A DRecoverySystem.java380 public static void rebootWipeUserData(Context context, boolean shutdown) argument
382 rebootWipeUserData(context, shutdown, context.getPackageName());
393 * @param shutdown if true, the device will be powered down after
403 public static void rebootWipeUserData(Context context, boolean shutdown, String reason) argument
426 if (shutdown) {
/frameworks/base/services/core/java/com/android/server/
H A DMasterClearReceiver.java46 final boolean shutdown = intent.getBooleanExtra("shutdown", false);
57 RecoverySystem.rebootWipeUserData(context, shutdown, reason);
/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/core/java/com/android/internal/app/
H A DShutdownActivity.java52 pm.shutdown(mConfirm, false);
60 // Wait for us to tell the power manager to shutdown.
/frameworks/native/libs/binder/
H A DStatic.cpp87 IPCThreadState::shutdown();
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase.java78 * Calls {@link android.content.ContentProvider#shutdown()} on the
83 mProvider.shutdown();
H A DProviderTestCase2.java162 * Calls {@link android.content.ContentProvider#shutdown()} on the
167 mProvider.shutdown();
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DActivityManagerPermissionTests.java156 mAm.shutdown(0);
157 fail("IActivityManager.shutdown did not throw SecurityException as"
/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/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/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/libs/common_time/
H A Ddiag_thread.cpp139 shutdown(listen_fd_, SHUT_RDWR);
154 shutdown(data_fd_, SHUT_RDWR);

Completed in 871 milliseconds

123