HomeSort by relevance Sort by last modified time
    Searched defs:shutdown (Results 26 - 50 of 242) sorted by null

12 3 4 5 6 7 8 910

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
platform_device.h 30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
HierarchyViewerApplicationDirector.java 40 mExecutor.shutdown();
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 457 protected void shutdown() { method in class:SSLRecordProtocol
465 pendingConnectionState.shutdown();
469 activeReadState.shutdown();
473 activeReadState.shutdown();
ConnectionState.java 168 protected void shutdown() { method in class:ConnectionState
SSLEngineImpl.java 150 shutdown(); method
175 shutdown(); method
484 shutdown(); method
500 shutdown(); method
542 // shutdown work will be made after the alert will be sent
551 // shutdown work will be made after the alert will be sent
622 shutdown(); method
631 shutdown(); method
726 // shutdown work will be made after the alert will be sent
733 private void shutdown() { method in class:SSLEngineImpl
    [all...]
SSLSocketImpl.java 520 shutdown(); method
546 private void shutdown() { method in class:SSLSocketImpl
548 alertProtocol.shutdown();
550 handshakeProtocol.shutdown();
552 recordProtocol.shutdown();
776 shutdown(); method
807 shutdown(); method
  /bionic/libc/kernel/common/linux/
sysdev.h 23 int (*shutdown)(struct sys_device *); member in struct:sysdev_class
41 int (*shutdown)(struct sys_device *); member in struct:sysdev_driver
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 54 mWebServer.shutdown();
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManagerTest.java 54 mWebServer.shutdown();
WebBackForwardListTest.java 88 server.shutdown();
  /development/ndk/platforms/android-3/include/linux/
sysdev.h 23 int (*shutdown)(struct sys_device *); member in struct:sysdev_class
41 int (*shutdown)(struct sys_device *); member in struct:sysdev_driver
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
NumericSprite.java 44 public void shutdown(GL10 gl) { method in class:NumericSprite
45 mLabelMaker.shutdown(gl);
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 136 shutdown(); method
224 boolean shutdown = false;
231 shutdown = (tracker == null || // can happen if method is aborted
242 if (shutdown) {
245 uniquePoolEntry.shutdown();
316 // we might have gotten here because of a shutdown trigger
317 // shutdown of the adapter also clears the tracked route
318 sca.shutdown();
368 public void shutdown() {
377 uniquePoolEntry.shutdown();
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java 106 shutdown(); method
235 // because of a shutdown trigger.
236 // Shutdown of the adapter also clears the tracked route.
237 hca.shutdown();
256 public void shutdown() {
257 connectionPool.shutdown();
  /external/kernel-headers/original/linux/
sysdev.h 34 int (*shutdown)(struct sys_device *); member in struct:sysdev_class
69 int (*shutdown)(struct sys_device *); member in struct:sysdev_driver
  /external/mtpd/
mtpd.h 62 /* Handle the shutdown event. */
63 void (*shutdown)(); member in struct:protocol
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.cpp 122 void NetscapePluginModule::shutdown() function in class:WebKit::NetscapePluginModule
171 shutdown();
  /frameworks/base/libs/rs/
rsLocklessFifo.cpp 32 shutdown();
39 void LocklessCommandFifo::shutdown() { function in class:LocklessCommandFifo
rsThreadIO.cpp 42 void ThreadIO::shutdown() { function in class:ThreadIO
43 //LOGE("shutdown 1");
44 mToCore.shutdown();
45 //LOGE("shutdown 2");
102 mToClient.shutdown();
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 41 public void shutdown(); method in interface:SimulatedRadioControl

Completed in 2486 milliseconds

12 3 4 5 6 7 8 910