Home
last modified time | relevance | path

Searched defs:ReadAsync (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Dasync_api.rs27 pub trait ReadAsync { trait
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dattribute.cc61 bool Attribute::ReadAsync(PeerId peer_id, in ReadAsync() function in bt::att::Attribute
H A Dattribute_test.cc174 TEST(AttributeTest, ReadAsync) { in TEST() argument
/aosp_15_r20/external/cronet/net/base/
H A Dfile_stream_context_win.cc190 void FileStream::Context::ReadAsync( in ReadAsync() function in net::FileStream::Context
H A Delements_upload_data_stream_unittest.cc488 TEST_F(ElementsUploadDataStreamTest, ReadAsync) { in TEST_F() argument
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.cpp122 std::future<std::vector<char>> VsockConnection::ReadAsync(size_t size) { in ReadAsync() function in cuttlefish::VsockConnection
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dstream.cc27 bool Stream::ReadAsync(void* buffer, in ReadAsync() function in brillo::Stream
H A Dstream_test.cc117 TEST(Stream, ReadAsync) { in TEST() argument
H A Dfake_stream_test.cc267 TEST_F(FakeStreamTest, ReadAsync) { in TEST_F() argument
H A Dfile_stream_test.cc386 TEST_F(FileStreamTest, ReadAsync) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/socket/
H A Dsocket_bio_adapter_unittest.cc208 TEST_P(SocketBIOAdapterTest, ReadAsync) { in TEST_P() argument