HomeSort by relevance Sort by last modified time
    Searched defs:shutdown (Results 476 - 500 of 1207) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketChannelImpl.java 415 // asynchronous shutdown works much like asynchronous close,
416 // except that the channel is shutdown rather than completely
418 // except that the shutdown operation plays the role of
450 // Extra case for socket channels: Asynchronous shutdown
829 Net.shutdown(fd, Net.SHUT_RD);
846 Net.shutdown(fd, Net.SHUT_WR);
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 714 public void shutdown() { method in class:BluetoothMapEmailProvider
715 // Don't call super.shutdown(), which emits a warning...
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 401 public void shutdown() { method in class:BluetoothMapMasInstance
403 Log.d(mTag, "MAP Service shutdown");
438 sockets.shutdown(block);
499 Log.e(mTag, "Failed to accept incomming connection - " + "shutdown");
BluetoothMnsObexClient.java 212 * Shutdown the MNS.
214 public synchronized void shutdown() { method in class:BluetoothMnsObexClient
215 /* should shutdown handler thread first to make sure
418 // We need to check for null, to handle shutdown.
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioController.java 459 public void shutdown() { method in class:RadioController
461 Log.d(TAG, "shutdown()");
  /packages/apps/Contacts/src/com/android/contacts/vcard/
VCardService.java 222 Log.d(LOG_TAG, "Executor service status: shutdown: " + mExecutorService.isShutdown()
309 mExecutorService.shutdown();
371 * Cancels all the import/export requests and calls {@link ExecutorService#shutdown()}, which
381 mExecutorService.shutdown();
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 254 public void shutdown(); method in interface:DeviceHost
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
TtsEngineSettingsFragment.java 193 mTts.shutdown();
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTest.java 83 mMockContext.shutdown();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 225 read, readline, send, shutdown.
248 def shutdown(self): member in class:IMAP4
252 self.sock.shutdown(socket.SHUT_RDWR)
528 """Shutdown connection to server.
537 self.shutdown()
1185 def shutdown(self): member in class:IMAP4.IMAP4_SSL
1258 def shutdown(self): member in class:IMAP4_stream
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 664 # Add the handler to the global _handlerList (for cleanup on shutdown)
1635 def shutdown(handlerList=_handlerList): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 225 read, readline, send, shutdown.
248 def shutdown(self): member in class:IMAP4
252 self.sock.shutdown(socket.SHUT_RDWR)
528 """Shutdown connection to server.
537 self.shutdown()
1185 def shutdown(self): member in class:IMAP4.IMAP4_SSL
1258 def shutdown(self): member in class:IMAP4_stream
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 664 # Add the handler to the global _handlerList (for cleanup on shutdown)
1635 def shutdown(handlerList=_handlerList): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 225 read, readline, send, shutdown.
248 def shutdown(self): member in class:IMAP4
252 self.sock.shutdown(socket.SHUT_RDWR)
528 """Shutdown connection to server.
537 self.shutdown()
1185 def shutdown(self): member in class:IMAP4.IMAP4_SSL
1258 def shutdown(self): member in class:IMAP4_stream
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 664 # Add the handler to the global _handlerList (for cleanup on shutdown)
1635 def shutdown(handlerList=_handlerList): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 225 read, readline, send, shutdown.
248 def shutdown(self): member in class:IMAP4
252 self.sock.shutdown(socket.SHUT_RDWR)
528 """Shutdown connection to server.
537 self.shutdown()
1185 def shutdown(self): member in class:IMAP4.IMAP4_SSL
1258 def shutdown(self): member in class:IMAP4_stream
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 664 # Add the handler to the global _handlerList (for cleanup on shutdown)
1635 def shutdown(handlerList=_handlerList): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods',
341 def shutdown(self, c): member in class:Server
343 Shutdown this process
347 util.debug('manager received shutdown message')
451 SHUTDOWN = 2
533 self.shutdown = util.Finalize(
602 self.shutdown()
607 Shutdown the manager process; will be registered as a finalizer
610 util.info('sending shutdown message to manager')
614 dispatch(conn, None, 'shutdown')
    [all...]
  /system/chre/platform/slpi/
host_link.cc 80 Shutdown,
519 case PendingMessageType::Shutdown:
623 void HostLinkBase::shutdown() { function in class:chre::HostLinkBase
631 while (!enqueueMessage(PendingMessage(PendingMessageType::Shutdown))
638 FARF(ERROR, "No room in outbound queue for shutdown message and host not "
641 // We were able to push the shutdown message. Wait for the queue to
  /system/libhwbinder/
IPCThreadState.cpp 290 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
319 void IPCThreadState::shutdown() function in class:android::hardware::IPCThreadState
    [all...]
  /system/vold/
VoldNativeService.cpp 243 binder::Status VoldNativeService::shutdown() { function in class:android::vold::VoldNativeService
247 return translate(VolumeManager::Instance()->shutdown());
VolumeManager.cpp 295 // Vold could receive "mount" after "shutdown" command in the extreme case.
583 // Can be called twice (sequentially) during shutdown. should be safe for that.
584 int VolumeManager::shutdown() { function in class:VolumeManager
586 return 0; // already shutdown

Completed in 1505 milliseconds

<<11121314151617181920>>