Home
last modified time | relevance | path

Searched refs:NotifyOnRead (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dcfstream_handle.h45 void NotifyOnRead(grpc_closure* closure);
Dcfstream_handle.cc148 void CFStreamHandle::NotifyOnRead(grpc_closure* closure) { in NotifyOnRead() function in CFStreamHandle
Dendpoint_cfstream.cc245 ep->stream_sync->NotifyOnRead(&ep->read_action); in CFStreamReadAllocationDone()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcfstream_handle.h54 void NotifyOnRead(grpc_closure* closure);
Dendpoint_cfstream.cc248 ep->stream_sync->NotifyOnRead(&ep->read_action); in CFStreamReadAllocationDone()
271 ep_impl->stream_sync->NotifyOnRead(&ep_impl->read_action); in CFStreamRead()
Dcfstream_handle.cc166 void CFStreamHandle::NotifyOnRead(grpc_closure* closure) { in NotifyOnRead() function in CFStreamHandle