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.cpp 87 bluetooth::Daemon::Get()->ShutDown();
daemon.cpp 162 void Daemon::ShutDown() {
  /system/nativepower/client/
power_manager_client_unittest.cc 61 TEST_F(PowerManagerClientTest, ShutDown) {
62 EXPECT_TRUE(client_.ShutDown(ShutdownReason::DEFAULT));
66 EXPECT_TRUE(client_.ShutDown(ShutdownReason::USER_REQUESTED));
power_manager_client.cc 39 LOG(ERROR) << "Unknown shutdown reason " << static_cast<int>(reason);
109 bool PowerManagerClient::ShutDown(ShutdownReason reason) {
111 status_t status = power_manager_->shutdown(false /* confirm */,
115 LOG(ERROR) << "Shutdown request failed with status " << status;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
singleton.h 47 static void ShutDown() {
  /system/nativepower/include/nativepower/
power_manager_client.h 45 // Reasons that can be passed to PowerManagerClient::ShutDown().
90 bool ShutDown(ShutdownReason reason);
  /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();
  /system/nativepower/example/
power_example.cc 56 LOG(INFO) << "Requesting shutdown";
57 CHECK(client.ShutDown(android::ShutdownReason::DEFAULT));
  /system/connectivity/shill/net/
mock_sockets.h 72 MOCK_CONST_METHOD2(ShutDown, int(int sockfd, int how));
sockets.h 123 // shutdown
124 virtual int ShutDown(int sockfd, int how) const;
sockets.cc 165 int Sockets::ShutDown(int sockfd, int how) const {
166 return HANDLE_EINTR(shutdown(sockfd, how));
  /art/runtime/verifier/
reg_type_cache.h 57 static void ShutDown();
reg_type_cache.cc 287 void RegTypeCache::ShutDown() {
method_verifier.cc     [all...]
  /system/bt/service/test/
ipc_linux_unittest.cpp 74 bluetooth::Daemon::ShutDown();
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
command.py 131 # the main thread so that we can forcefully kill them upon shutdown. Otherwise,
    [all...]
  /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 1630 milliseconds

1 2