Searched defs:shutdown (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/native/include/binder/
H A DBinderService.h51 static status_t shutdown() { function in class:android::BinderService
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
H A DForwarder.java58 shutdown(from);
59 shutdown(to);
62 private void shutdown(Socket socket) { method in class:Forwarder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedRadioControl.java41 public void shutdown(); method in interface:SimulatedRadioControl
H A DModelInterpreter.java684 shutdown() method in class:ModelInterpreter
/frameworks/rs/
H A DrsFifoSocket.cpp45 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/support/renderscript/v8/rs_support/
H A DrsFifoSocket.cpp45 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/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java219 public void shutdown() throws IOException { method in class:AndroidHttpClientConnection
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/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
H A DConnectionHandler.java140 shutdown(mFromSocket);
141 shutdown(mToSocket);
144 private void shutdown(Socket socket) { method in class:ConnectionHandler
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java68 public void shutdown(boolean confirm, boolean wait) { method in class:BridgePowerManager
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp303 void MonoPipe::shutdown(bool newState) function in class:android::MonoPipe
/frameworks/base/services/java/com/android/server/net/
H A DLockdownVpnTracker.java205 public void shutdown() { method in class:LockdownVpnTracker
/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...]
/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/base/core/java/android/content/
H A DContentProvider.java1109 * Android normally handles ContentProvider startup and shutdown
1126 public void shutdown() { method in class:ContentProvider
1127 Log.w(TAG, "implement ContentProvider shutdown() to make sure all database " +
1128 "connections are gracefully shutdown");
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java158 private native void shutdown(FileDescriptor fd, boolean shutdownInput); method in class:LocalSocketImpl
346 shutdown(fd, true);
360 shutdown(fd, false);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java451 * media. Invokes call back once the shutdown is complete.
453 public void shutdown(IMountShutdownObserver observer) method in class:IMountService.Stub.Proxy
1035 shutdown(observer);
1281 * Invokes call back once the shutdown is complete.
1283 public void shutdown(IMountShutdownObserver observer) throws RemoteException; method in interface:IMountService
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java187 mTextToSpeech.shutdown();
487 * Attempts to shutdown and remove interfaces for TTS, if that hasn't
493 mTextToSpeech.shutdown();
732 protected void shutdown() { method in class:AccessibilityInjector.TextToSpeechWrapper
736 Log.w(WRAP_TAG, "[" + hashCode() + "] Called shutdown before initialize");
746 mTextToSpeech.shutdown();
/frameworks/base/libs/storage/
H A DIMountService.cpp403 void shutdown(const sp<IMountShutdownObserver>& observer) function in class:android::BpMountService
409 ALOGD("shutdown could not contact remote\n");
414 ALOGD("shutdown caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/am/
H A DBatteryStatsService.java68 public void shutdown() { method in class:BatteryStatsService
69 Slog.w("BatteryStats", "Writing battery stats before shutdown...");
H A DUsageStatsService.java545 // Write history stats daily, or when forced (due to shutdown).
663 public void shutdown() { method in class:UsageStatsService
667 Slog.i(TAG, "Writing usage stats before shutdown...");
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java48 * When you are done using the TextToSpeech instance, call the {@link #shutdown()} method
655 public void shutdown() { method in class:TextToSpeech
673 }, null, "shutdown");
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java359 void shutdown() { method in class:ThrottleService
361 // graceful shutdown.

Completed in 4068 milliseconds

12