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

1234

/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/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DGlobalActions.java37 void shutdown(); method in interface:GlobalActions.GlobalActionsManager
/frameworks/rs/
H A DrsFifoSocket.h35 void shutdown();
H A DrsThreadIO.cpp44 void ThreadIO::shutdown() { function in class:android::renderscript::ThreadIO
46 mToCore.shutdown();
65 mToClient.shutdown();
H A DrsThreadIO.h35 void shutdown();
H A DrsFifoSocket.cpp43 void FifoSocket::shutdown() { function in class:android::renderscript::FifoSocket
/frameworks/native/cmds/lshal/
H A DPipeRelay.cpp82 shutdown(mFds[1], SHUT_WR);
86 shutdown(mFds[0], SHUT_RD);
/frameworks/av/include/media/nbaio/
H A DMonoPipe.h72 // Set the shutdown state for the write side of a pipe.
73 // This may be called by an unrelated thread. When shutdown state is 'true',
75 // There is no guarantee how long it will take for the shutdown to be recognized,
77 // The state can be restored to normal by calling shutdown(false).
78 void shutdown(bool newState = true);
80 // Return true if the write side of a pipe is currently shutdown.
96 bool mIsShutdown; // whether shutdown(true) was called, no barriers are needed
/frameworks/av/media/libnbaio/include/
H A DMonoPipe.h72 // Set the shutdown state for the write side of a pipe.
73 // This may be called by an unrelated thread. When shutdown state is 'true',
75 // There is no guarantee how long it will take for the shutdown to be recognized,
77 // The state can be restored to normal by calling shutdown(false).
78 void shutdown(bool newState = true);
80 // Return true if the write side of a pipe is currently shutdown.
96 bool mIsShutdown; // whether shutdown(true) was called, no barriers are needed
/frameworks/native/include/binder/
H A DBinderService.h51 static status_t shutdown() { return NO_ERROR; } function in class:android::BinderService
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h51 static status_t shutdown() { return NO_ERROR; } function in class:android::BinderService
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl50 oneway void shutdown();
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsComponent.java70 public void shutdown() { method in class:GlobalActionsComponent
72 mBarService.shutdown();
/frameworks/base/services/core/java/com/android/server/
H A DSystemServerInitThreadPool.java75 static synchronized void shutdown() { method in class:SystemServerInitThreadPool
77 sInstance.mService.shutdown();
88 throw new IllegalStateException("Cannot shutdown. Unstarted tasks "
H A DMasterClearReceiver.java54 final boolean shutdown = intent.getBooleanExtra("shutdown", false);
67 RecoverySystem.rebootWipeUserData(context, shutdown, reason, forceWipe);
/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl56 void shutdown(boolean confirm, String reason, boolean wait);
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DPipeManagerTest.java83 mExecutor.shutdown();
97 mExecutor.shutdown();
/frameworks/base/core/java/com/android/internal/app/
H A DShutdownActivity.java55 pm.shutdown(mConfirm,
65 // Wait for us to tell the power manager to shutdown.
/frameworks/native/libs/binder/
H A DStatic.cpp87 IPCThreadState::shutdown();
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DPowerCommand.java42 + " Perform a runtime shutdown and reboot device with specified reason.\n"
43 + " svc power shutdown\n"
44 + " Perform a runtime shutdown and power off the device.\n";
94 } else if ("shutdown".equals(args[1])) {
97 pm.shutdown(false, null, true);
99 maybeLogRemoteException("Failed to shutdown.");
108 // Check if remote exception is benign during shutdown. Pm can be killed
109 // before system server during shutdown, so remote exception can be ignored
110 // if it is already in shutdown flow.
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase.java78 * Calls {@link android.content.ContentProvider#shutdown()} on the
83 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/native/include/powermanager/
H A DIPowerManager.h70 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) = 0;
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DCookiesTest.java48 server.shutdown();

Completed in 851 milliseconds

1234