Home
last modified time | relevance | path

Searched refs:Shutdown (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Virtualization/vmclient/src/
Ddeath_reason.rs29 Shutdown, enumerator
62 AidlDeathReason::SHUTDOWN => Self::Shutdown, in from()
/packages/modules/Bluetooth/system/gd/grpc/
Dgrpc_module.cc64 server_->Shutdown(); in StopServer()
65 completion_queue_->Shutdown(); in StopServer()
/packages/modules/Virtualization/service_vm/comm/src/
Dmessage.rs34 Shutdown, enumerator
/packages/modules/Bluetooth/system/main/shim/
Dacl.h111 void Shutdown();
Dacl.cc462 void Shutdown() { in Shutdown() function in ShimAclConnection
978 connection.second->Shutdown(); in ShutdownClassicConnections()
1011 connection.second->Shutdown(); in ShutdownLeConnections()
1020 connection.second->Shutdown(); in FinalShutdown()
1029 connection.second->Shutdown(); in FinalShutdown()
1861 void shim::legacy::Acl::Shutdown() { in Shutdown() function in shim::legacy::Acl
Dacl_api.cc140 Stack::GetInstance()->GetAcl()->Shutdown(); in ACL_Shutdown()
/packages/modules/Virtualization/virtualizationservice/src/
Datom.rs79 DeathReason::SHUTDOWN => vm_exited::DeathReason::Shutdown, in forward_vm_exited_atom()
/packages/services/Car/cpp/computepipe/runner/graph/
DStreamSetObserver.cpp97 cq.Shutdown(); in startObservingStream()
/packages/modules/Virtualization/vmbase/example/tests/
Dtest.rs124 assert_eq!(death_reason, DeathReason::Shutdown); in test_run_example_vm()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc187 void shim::legacy::Acl::Shutdown() { inc_func_call_count(__func__); } in Shutdown() function in shim::legacy::Acl
/packages/modules/adb/docs/user/
Dtrace.md28 Shutdown adb server via command `adb kill-server`. Close the current terminal,
/packages/modules/Bluetooth/system/gd/facade/
Dgrpc_root_server.cc172 pimpl_->server_->Shutdown(); in StopServer()
/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/
DGrpcGraphServerImpl.h68 mServer->Shutdown(); in ~GrpcGraphServerImpl()
/packages/modules/Virtualization/compos/common/
Dcompos_client.rs196 Some(DeathReason::Shutdown) => info!("VM has exited normally"), in wait_for_shutdown()
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Dclient.rs156 self.conn.stream_shutdown(stream_id, quiche::Shutdown::Write, 99)?; in handle_backend_message()
/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs195 self.write_request(&ServiceVmRequest::Shutdown)?; in shutdown()