Home
last modified time | relevance | path

Searched defs:Shutdown (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dtrace.h108 Shutdown = 'S', enumerator
133 struct Shutdown : public Event { struct
134 Type type() const override { return Type::Shutdown; } in type() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/
Dwin_socket.cc54 void WinSocket::Shutdown() { in Shutdown() function in grpc_event_engine::experimental::WinSocket
82 void WinSocket::Shutdown(const grpc_core::DebugLocation& location, in Shutdown() function in grpc_event_engine::experimental::WinSocket
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/
H A Dwin_socket.cc54 void WinSocket::Shutdown() { in Shutdown() function in grpc_event_engine::experimental::WinSocket
82 void WinSocket::Shutdown(const grpc_core::DebugLocation& location, in Shutdown() function in grpc_event_engine::experimental::WinSocket
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_server.cc145 void AdsServiceImpl::Shutdown() { in Shutdown() function in grpc::testing::AdsServiceImpl
227 void LrsServiceImpl::Shutdown() { in Shutdown() function in grpc::testing::LrsServiceImpl
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dsettings_timeout_test.cc96 void Shutdown() { in Shutdown() function in grpc_core::test::__anon8d4c1a4c0111::ServerThread
183 void Shutdown() { in Shutdown() function in grpc_core::test::__anon8d4c1a4c0111::Client
/aosp_15_r20/external/grpc-grpc/include/grpcpp/
H A Dserver_interface.h96 void Shutdown(const T& deadline) { in Shutdown() function
105 void Shutdown() { ShutdownInternal(gpr_inf_future(GPR_CLOCK_MONOTONIC)); } in Shutdown() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dserver_interface.h97 void Shutdown(const T& deadline) { in Shutdown() function
106 void Shutdown() { ShutdownInternal(gpr_inf_future(GPR_CLOCK_MONOTONIC)); } in Shutdown() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver_interface.h97 void Shutdown(const T& deadline) { in Shutdown() function
106 void Shutdown() { ShutdownInternal(gpr_inf_future(GPR_CLOCK_MONOTONIC)); } in Shutdown() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/channel_idle/
Dchannel_idle_filter.cc136 void MaxAgeFilter::Shutdown() { in Shutdown() function in grpc_core::MaxAgeFilter
228 void ChannelIdleFilter::Shutdown() { in Shutdown() function in grpc_core::ChannelIdleFilter
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
H A Dservice.cc208 ::grpc::Status DistributedRuntimeServiceImpl::Shutdown( in Shutdown() function in xla::DistributedRuntimeServiceImpl
527 void DistributedRuntimeService::Shutdown() { in Shutdown() function in xla::DistributedRuntimeService
H A Dclient.cc270 xla::Status DistributedRuntimeClientImpl::Shutdown() { in Shutdown() function in xla::DistributedRuntimeClientImpl
512 xla::Status DistributedRuntimeCoordinationServiceClient::Shutdown() { in Shutdown() function in xla::DistributedRuntimeCoordinationServiceClient
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/channel_idle/
H A Dlegacy_channel_idle_filter.cc145 void LegacyMaxAgeFilter::Shutdown() { in Shutdown() function in grpc_core::LegacyMaxAgeFilter
238 void LegacyChannelIdleFilter::Shutdown() { in Shutdown() function in grpc_core::LegacyChannelIdleFilter
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_endpoint.h284 void Shutdown() { shutdown_.store(true, std::memory_order_release); } in Shutdown() function
642 void Shutdown(absl::AnyInvocable<void(absl::StatusOr<int> release_fd)> in Shutdown() function
Dev_epoll1_linux.cc373 void Epoll1Poller::Shutdown() { in Shutdown() function in grpc_event_engine::experimental::Epoll1Poller
602 void Epoll1Poller::Shutdown() { grpc_core::Crash("unimplemented"); } in Shutdown() function in grpc_event_engine::experimental::Epoll1Poller
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dposix_endpoint.h284 void Shutdown() { shutdown_.store(true, std::memory_order_release); } in Shutdown() function
644 void Shutdown(absl::AnyInvocable<void(absl::StatusOr<int> release_fd)> in Shutdown() function
H A Dev_epoll1_linux.cc370 void Epoll1Poller::Shutdown() { ForkPollerListRemovePoller(this); } in Shutdown() function in grpc_event_engine::experimental::Epoll1Poller
596 void Epoll1Poller::Shutdown() { grpc_core::Crash("unimplemented"); } in Shutdown() function in grpc_event_engine::experimental::Epoll1Poller
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/
H A DGRPCVehicleProxyServer.cpp293 GrpcVehicleProxyServer& GrpcVehicleProxyServer::Shutdown() { in Shutdown() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer
338 void GrpcVehicleProxyServer::ConnectionDescriptor::Shutdown() { in Shutdown() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer::ConnectionDescriptor
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/
H A DGRPCVehicleProxyServer.cpp293 GrpcVehicleProxyServer& GrpcVehicleProxyServer::Shutdown() { in Shutdown() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer
338 void GrpcVehicleProxyServer::ConnectionDescriptor::Shutdown() { in Shutdown() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer::ConnectionDescriptor
/aosp_15_r20/external/mesa3d/include/
H A Drenderdoc_app.h540 pRENDERDOC_Shutdown Shutdown; member
591 pRENDERDOC_Shutdown Shutdown; member
635 pRENDERDOC_Shutdown Shutdown; member
/aosp_15_r20/external/angle/third_party/renderdoc/src/
H A Drenderdoc_app.h548 pRENDERDOC_Shutdown Shutdown; member
599 pRENDERDOC_Shutdown Shutdown; member
643 pRENDERDOC_Shutdown Shutdown; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc555 void SecurityHandshaker::Shutdown(grpc_error_handle why) { in Shutdown() function in grpc_core::__anone4f23f4f0111::SecurityHandshaker
590 void Shutdown(grpc_error_handle /*why*/) override {} in Shutdown() function in grpc_core::__anone4f23f4f0111::FailHandshaker
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc555 void SecurityHandshaker::Shutdown(grpc_error_handle why) { in Shutdown() function in grpc_core::__anon4cfef1d70111::SecurityHandshaker
591 void Shutdown(grpc_error_handle /*why*/) override {} in Shutdown() function in grpc_core::__anon4cfef1d70111::FailHandshaker
/aosp_15_r20/external/cronet/net/cert_net/
H A Dcert_net_fetcher_url_request.cc710 void CertNetFetcherURLRequest::AsyncCertNetFetcherURLRequest::Shutdown() { function in net::CertNetFetcherURLRequest::AsyncCertNetFetcherURLRequest
800 void CertNetFetcherURLRequest::Shutdown() { function in net::CertNetFetcherURLRequest
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A Deas.py614 def Shutdown (self): member in EAS
953 def Shutdown (self): member in EASAuxMixer
1072 def Shutdown (self): member in JET
/aosp_15_r20/external/libchrome/base/power_monitor/
H A Dpower_monitor_device_source.cc31 void PowerMonitorDeviceSource::Shutdown() {} in Shutdown() function in base::PowerMonitorDeviceSource

12345678910>>...15