Home
last modified time | relevance | path

Searched defs:polling_entity (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dconnected_channel.cc453 stream = stream->InternalRef()](grpc_polling_entity polling_entity) { in MakeClientCallPromise()
605 stream = stream->InternalRef()](grpc_polling_entity polling_entity) { in MakeServerCallPromise()
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dconnected_channel.cc451 grpc_polling_entity polling_entity) { in MakeClientCallPromise()
602 grpc_polling_entity polling_entity) { in MakeServerCallPromise()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dtransport.h143 Latch<grpc_polling_entity>* polling_entity; member