HomeSort by relevance Sort by last modified time
    Searched refs:ShutDown (Results 1 - 25 of 34) sorted by null

1 2

  /system/bt/service/
daemon.h 42 static void ShutDown();
main.cc 78 bluetooth::Daemon::Get()->ShutDown();
daemon.cc 153 void Daemon::ShutDown() {
  /external/protobuf/src/google/protobuf/stubs/
singleton.h 47 static void ShutDown() {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
singleton.h 47 static void ShutDown() {
  /external/protobuf/src/google/protobuf/
message.cc 465 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<int32> >::ShutDown();
466 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<uint32> >::ShutDown();
467 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<int64> >::ShutDown();
468 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<uint64> >::ShutDown();
469 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<float> >::ShutDown();
470 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<double> >::ShutDown();
471 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<bool> >::ShutDown();
472 internal::Singleton<internal::RepeatedPtrFieldStringAccessor>::ShutDown();
473 internal::Singleton<internal::RepeatedPtrFieldMessageAccessor>::ShutDown();
474 internal::Singleton<internal::MapFieldAccessor>::ShutDown();
    [all...]
  /external/libmojo/mojo/edk/system/
broker_host_posix.cc 46 channel_->ShutDown();
117 channel_->ShutDown();
channel.h 202 // Note that ShutDown() MUST be called on the Channel some time before
214 void ShutDown();
node_channel.cc 192 // ShutDown() may have already been called, in which case |channel_| is null.
197 void NodeChannel::ShutDown() {
206 channel_->ShutDown();
452 ShutDown();
744 ShutDown();
node_channel.h 105 void ShutDown();
107 // Leaks the pipe handle instead of closing it on shutdown.
channel.cc 476 void Channel::ShutDown() {
node_controller.cc 98 // Used by NodeController to watch for shutdown. Since no IO can happen once
427 // Prevent the parent pipe handle from being closed on shutdown. Pipe
698 // bootstrap_parent_channel_->ShutDown() has been called,
718 peer->ShutDown();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcall.h 27 virtual HRESULT ShutDown() = 0;
58 HRESULT ShutDown();
certpol.h 57 virtual HRESULT WINAPI ShutDown(void) = 0;
72 HRESULT (WINAPI *ShutDown)(ICertPolicy *This);
89 #define ICertPolicy_ShutDown(This) (This)->lpVtbl->ShutDown(This)
123 HRESULT (WINAPI *ShutDown)(ICertPolicy2 *This);
141 #define ICertPolicy2_ShutDown(This) (This)->lpVtbl->ShutDown(This)
mspstrm.h 69 virtual HRESULT ShutDown();
mspaddr.h 139 STDMETHOD (Shutdown) ();
265 HRESULT hr = pMSPCall->ShutDown();
  /art/runtime/verifier/
reg_type_cache.h 57 static void ShutDown();
reg_type_cache.cc 286 void RegTypeCache::ShutDown() {
method_verifier.cc     [all...]
  /system/bt/service/test/
ipc_linux_unittest.cc 74 bluetooth::Daemon::ShutDown();
  /external/sonivox/jet_tools/JetCreator/
eas.py 561 self.Shutdown()
567 # if we are already initialized, shutdown first
570 self.ShutDown()
614 def Shutdown (self):
616 eas_logger.debug('EAS.Shutdown')
630 # shutdown library
925 self.Shutdown()
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 

Completed in 1063 milliseconds

1 2