Home
last modified time | relevance | path

Searched defs:on_close (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/layer_filters/
Dcombinator.rs170 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close() function
362 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close() function
518 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close() function
Dmod.rs588 fn on_close(&self, id: span::Id, ctx: Context<'_, S>) { in on_close() function
842 fn on_close(&self, id: span::Id, cx: Context<'_, S>) { in on_close() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/
Dreload.rs173 fn on_close(&self, id: span::Id, ctx: layer::Context<'_, S>) { in on_close() function
247 fn on_close(&self, id: span::Id, ctx: layer::Context<'_, S>) { in on_close() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/
Dmod.rs936 fn on_close(&self, _id: span::Id, _ctx: Context<'_, S>) {} in on_close() method
1649 fn on_close(&self, id: span::Id, ctx: Context<'_, S>) { in on_close() function
Dlayered.rs329 fn on_close(&self, id: span::Id, ctx: Context<'_, S>) { in on_close() function
/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dl2cap.rs46 pub fn on_close( in on_close() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dmod.rs586 pub fn on_close<S>(&self, id: span::Id, _: Context<'_, S>) { in on_close() method
679 fn on_close(&self, id: span::Id, ctx: Context<'_, S>) { in on_close() method
/aosp_15_r20/external/python/bumble/tests/
Dl2cap_test.py122 def on_close(which, event): function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/registry/
Dsharded.rs557 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close() function
619 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close() function
/aosp_15_r20/external/python/bumble/bumble/pandora/
Dl2cap.py82 def on_close(): function
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DGraphicsDetectorGl.cpp32 Closer(std::function<void()> on_close) : on_close_(std::move(on_close)) {} in Closer()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dlow_energy_connection_server.cc360 auto on_close = [this, unique_id]() { channel_servers_.erase(unique_id); }; in ServeChannel() local
/aosp_15_r20/external/python/pyserial/examples/
Dport_publisher.py101 def __init__(self, device, name, network_port, on_close=None, log=None): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc500 grpc_closure* on_close = nullptr; in OnHandshakeDone() local
/aosp_15_r20/external/googleapis/google/apps/card/v1/
H A Dcard.proto1874 OnClose on_close = 3; field
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/server/
H A Dchttp2_server.cc502 grpc_closure* on_close = nullptr; in OnHandshakeDone() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStoreLibUvBackend.cpp84 static void on_close(uv_handle_t* uv_handle) { in on_close() function in c10d::detail::UvHandle
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dfmt_layer.rs907 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close() function