Home
last modified time | relevance | path

Searched defs:OnRead (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/openscreen/osp/impl/quic/testing/
H A Dfake_quic_connection_factory.cc179 void FakeClientQuicConnectionFactory::OnRead(UdpSocket* socket, in OnRead() function in openscreen::osp::FakeClientQuicConnectionFactory
217 void FakeServerQuicConnectionFactory::OnRead(UdpSocket* socket, in OnRead() function in openscreen::osp::FakeServerQuicConnectionFactory
H A Dfake_quic_connection.cc65 void FakeQuicConnection::OnRead(UdpSocket* socket, ErrorOr<UdpPacket> data) { in OnRead() function in openscreen::osp::FakeQuicConnection
/aosp_15_r20/external/openscreen/platform/test/
H A Dmock_tls_connection.h37 void OnRead(std::vector<uint8_t> block) { in OnRead() function
H A Dfake_udp_socket.h29 void OnRead(UdpSocket* socket, ErrorOr<UdpPacket> packet) override { in OnRead() function
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/libuv/callbacks/
H A Dcallbacks.cc49 void OnRead(uv_fs_t* req) { in OnRead() function
/aosp_15_r20/external/openscreen/discovery/mdns/
H A Dmdns_receiver.cc59 void MdnsReceiver::OnRead(UdpSocket* socket, in OnRead() function in openscreen::discovery::MdnsReceiver
H A Dmdns_service_impl.cc151 void MdnsServiceImpl::OnRead(UdpSocket* socket, ErrorOr<UdpPacket> packet) { in OnRead() function in openscreen::discovery::MdnsServiceImpl
/aosp_15_r20/external/cronet/components/metrics/structured/lib/
H A Dkey_data_file_delegate.cc65 void KeyDataFileDelegate::OnRead(ReadStatus status) { in OnRead() function in metrics::structured::KeyDataFileDelegate
H A Dpersistent_proto_unittest.cc85 void OnRead(const ReadStatus status) { in OnRead() function in metrics::structured::__anon1ec35cdd0111::TestCase
/aosp_15_r20/external/openscreen/cast/common/channel/
H A Dcast_socket.cc75 void CastSocket::OnRead(TlsConnection* connection, std::vector<uint8_t> block) { in OnRead() function in openscreen::cast::CastSocket
/aosp_15_r20/external/openscreen/cast/streaming/
H A Denvironment.cc115 void Environment::OnRead(UdpSocket* socket, in OnRead() function in openscreen::cast::Environment
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli.h196 static void OnRead(void* user_data, grpc_error_handle error) { in OnRead() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/
H A Dhttpcli.h193 static void OnRead(void* user_data, grpc_error_handle error) { in OnRead() function
/aosp_15_r20/external/openscreen/osp/impl/quic/
H A Dquic_connection_impl.cc79 void QuicConnectionImpl::OnRead(UdpSocket* socket, ErrorOr<UdpPacket> data) { in OnRead() function in openscreen::osp::QuicConnectionImpl
H A Dquic_connection_factory_impl.cc103 void QuicConnectionFactoryImpl::OnRead(UdpSocket* socket, in OnRead() function in openscreen::osp::QuicConnectionFactoryImpl
/aosp_15_r20/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc66 void OnRead(uint64_t seq, uint64_t inode, uint64_t offset ATTRIBUTE_UNUSED, in OnRead() function in android::fuse::__anon29fbbeff0111::Callback
/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc311 void PeerConnectionClient::OnRead(rtc::Socket* socket) { in OnRead() function in PeerConnectionClient
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_os_FuseAppLoop.cpp84 void OnRead(uint64_t unique, uint64_t inode, uint64_t offset, uint32_t size) override { in OnRead() function in android::__anon2f81a6510111::Callback
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_basic_stream.cc140 void WebSocketBasicStream::BufferSizeManager::OnRead(base::TimeTicks now) { in OnRead() function in net::WebSocketBasicStream::BufferSizeManager
/aosp_15_r20/external/cronet/net/socket/
H A Dsocket_test_util.cc338 MockRead StaticSocketDataProvider::OnRead() { in OnRead() function in net::StaticSocketDataProvider
489 MockRead SequencedSocketData::OnRead() { in OnRead() function in net::SequencedSocketData
/aosp_15_r20/external/cronet/net/base/
H A Delements_upload_data_stream_unittest.cc117 int OnRead(IOBuffer* buf, int buf_length, CompletionOnceCallback* callback) { in OnRead() function in net::__anoneaa339590111::MockUploadElementReader
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbackend_impl.cc1018 void BackendImpl::OnRead(int32_t bytes) { in OnRead() function in disk_cache::BackendImpl