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

12345

/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/cmds/bootanimation/iot/
H A DBootAction.h44 void shutdown();
H A Diotbootanimation_main.cpp73 void shutdown() override {
89 mBootAction->shutdown();
H A DBootAction.cpp71 // we will still call init and shutdown.
94 void BootAction::shutdown() { function in class:android::BootAction
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DGlobalActions.java42 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();
/frameworks/native/cmds/lshal/
H A DPipeRelay.cpp81 shutdown(mFds[1], SHUT_WR);
85 shutdown(mFds[0], SHUT_RD);
/frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/
H A DTaskExecutorWithFakeMainThread.java89 void shutdown(int timeoutInSeconds) throws InterruptedException { method in class:TaskExecutorWithFakeMainThread
90 mMainThreadService.shutdown();
91 mIOService.shutdown();
H A DJunitTaskExecutorRule.java88 mTaskExecutor.shutdown(10);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPowerAction.java58 // shutdown by making sure radio and power are handled accordingly.
59 mWindowManagerFuncs.shutdown(false /* confirm */);
/frameworks/native/include/binder/
H A DBinderService.h53 static status_t shutdown() { return NO_ERROR; } function in class:android::BinderService
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h53 static status_t shutdown() { return NO_ERROR; } function in class:android::BinderService
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl52 oneway void shutdown();
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsComponent.java85 public void shutdown() { method in class:GlobalActionsComponent
87 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.java61 final boolean shutdown = intent.getBooleanExtra("shutdown", false);
75 .rebootWipeUserData(context, shutdown, reason, forceWipe, mWipeEsims);
/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/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_mono/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/base/core/java/com/android/internal/app/
H A DShutdownActivity.java58 pm.shutdown(mConfirm, reason, false);
66 // Wait for us to tell the power manager to shutdown.
/frameworks/native/libs/binder/
H A DStatic.cpp87 IPCThreadState::shutdown();

Completed in 4261 milliseconds

12345