/aosp_15_r20/external/grpc-grpc/test/core/transport/ |
H A D | promise_endpoint_test.cc | 224 grpc_event_engine::experimental::SliceBuffer* buffer) { in TEST_F() 251 [&read_callback](absl::AnyInvocable<void(absl::Status)> on_read) { in TEST_F() 361 grpc_event_engine::experimental::SliceBuffer* buffer) { in TEST_F() 388 [&read_callback](absl::AnyInvocable<void(absl::Status)> on_read) { in TEST_F() 479 grpc_event_engine::experimental::SliceBuffer* buffer) { in TEST_F() 506 [&read_callback](absl::AnyInvocable<void(absl::Status)> on_read) { in TEST_F() 649 grpc_event_engine::experimental::SliceBuffer* buffer) { in TEST_F()
|
/aosp_15_r20/external/python/bumble/bumble/profiles/ |
D | aics.py | 157 def on_read(self, _connection: Optional[Connection]) -> bytes: member in AudioInputState 189 def on_read(self, _connection: Optional[Connection]) -> bytes: member in GainSettingsProperties 331 def on_read(self, _connection: Optional[Connection]) -> bytes: member in AudioInputDescription
|
/aosp_15_r20/external/cronet/components/metrics/structured/lib/ |
H A D | persistent_proto_internal.cc | 46 PersistentProtoInternal::ReadCallback on_read, in PersistentProtoInternal() 157 ReadCallback on_read, in UpdatePath()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/cf_engine/ |
D | cfstream_endpoint.cc | 254 absl::AnyInvocable<void(absl::Status)> on_read, SliceBuffer* buffer, in Read() 274 absl::AnyInvocable<void(absl::Status)> on_read, SliceBuffer* buffer) { in DoRead()
|
D | cfstream_endpoint.h | 112 bool Read(absl::AnyInvocable<void(absl::Status)> on_read, SliceBuffer* buffer, in Read()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/cf_engine/ |
H A D | cfstream_endpoint.cc | 260 absl::AnyInvocable<void(absl::Status)> on_read, SliceBuffer* buffer, in Read() 280 absl::AnyInvocable<void(absl::Status)> on_read, SliceBuffer* buffer) { in DoRead()
|
H A D | cfstream_endpoint.h | 114 bool Read(absl::AnyInvocable<void(absl::Status)> on_read, SliceBuffer* buffer, in Read()
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/chaotic_good/ |
H A D | client_transport_error_test.cc | 218 [](absl::AnyInvocable<void(absl::Status)> on_read) mutable { in TEST_F() 344 [](absl::AnyInvocable<void(absl::Status)> on_read) mutable { in TEST_F()
|
H A D | mock_promise_endpoint.cc | 41 grpc_event_engine::experimental::SliceBuffer* buffer) mutable { in ExpectRead()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_windows.cc | 109 grpc_closure on_read; member 177 static void on_read(void* tcpp, grpc_error_handle error) { in on_read() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_windows.cc | 109 grpc_closure on_read; member 177 static void on_read(void* tcpp, grpc_error_handle error) { in on_read() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/ |
H A D | secure_endpoint.cc | 129 grpc_closure on_read; member 251 static void on_read(void* user_data, grpc_error_handle error) { in on_read() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 132 grpc_closure on_read; member 254 static void on_read(void* user_data, grpc_error_handle error) { in on_read() function
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/windows/ |
H A D | win_socket_test.cc | 68 AnyInvocableClosure on_read([&read_called]() { read_called.Notify(); }); in TEST_F() local
|
H A D | iocp_test.cc | 69 AnyInvocableClosure* on_read; in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/ |
D | win_socket.cc | 104 void WinSocket::NotifyOnRead(EventEngine::Closure* on_read) { in NotifyOnRead()
|
D | windows_endpoint.cc | 127 bool WindowsEndpoint::Read(absl::AnyInvocable<void(absl::Status)> on_read, in Read()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/ |
H A D | win_socket.cc | 100 void WinSocket::NotifyOnRead(EventEngine::Closure* on_read) { in NotifyOnRead()
|
H A D | windows_endpoint.cc | 129 bool WindowsEndpoint::Read(absl::AnyInvocable<void(absl::Status)> on_read, in Read()
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/fuzzing_event_engine/ |
H A D | fuzzing_event_engine.h | 186 absl::AnyInvocable<void(absl::Status)> on_read; member
|
/aosp_15_r20/external/grpc-grpc/test/core/util/ |
H A D | mock_endpoint.cc | 42 grpc_closure* on_read; member
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/ |
H A D | bad_server_response_test.cc | 105 static grpc_closure on_read; variable
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/posix/ |
H A D | oracle_event_engine_posix.cc | 233 bool PosixOracleEndpoint::Read(absl::AnyInvocable<void(absl::Status)> on_read, in Read()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
D | posix_endpoint.h | 614 absl::AnyInvocable<void(absl::Status)> on_read, in Read()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
H A D | posix_endpoint.h | 616 absl::AnyInvocable<void(absl::Status)> on_read, in Read()
|