Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/errorprone/java/android/annotation/
H A DRequiresPermission.java120 @interface Read { annotation
/aosp14/system/core/init/
H A Dinterprocess_fifo.cpp70 Result<uint8_t> InterprocessFifo::Read() noexcept { in Read() function in android::init::InterprocessFifo
/aosp14/system/core/fastboot/device/
H A Dtcp_client.cpp55 ssize_t ClientTcpTransport::Read(void* data, size_t len) { in Read() function in ClientTcpTransport
H A Dusb_client.cpp249 ssize_t ClientUsbTransport::Read(void* data, size_t len) { in Read() function in ClientUsbTransport
/aosp14/system/core/trusty/fuzz/
H A Dutils.cpp92 Result<void> TrustyApp::Read(void* buf, size_t len) { in Read() function in android::trusty::fuzz::TrustyApp
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_reader.cpp51 ssize_t ReadFdFileDescriptor::Read(void* buf, size_t count) { in Read() function in android::snapshot::ReadFdFileDescriptor
162 ssize_t CompressedSnapshotReader::Read(void* buf, size_t count) { in Read() function in android::snapshot::CompressedSnapshotReader
/aosp14/system/core/fastboot/
H A Dtcp.cpp128 ssize_t TcpTransport::Read(void* data, size_t length) { in Read() function in tcp::TcpTransport
H A Dusb_windows.cpp195 ssize_t WindowsUsbTransport::Read(void* data, size_t len) { in Read() function in WindowsUsbTransport
H A Dtcp_test.cpp115 bool Read(const std::string& message) { in Read() function in TcpTest
H A Dudp.cpp328 ssize_t UdpTransport::Read(void* data, size_t length) { in Read() function in udp::UdpTransport
H A Dusb_osx.cpp511 ssize_t OsxUsbTransport::Read(void* data, size_t len) { in Read() function in OsxUsbTransport
H A Dusb_linux.cpp438 ssize_t LinuxUsbTransport::Read(void* _data, size_t len) in Read() function in LinuxUsbTransport
H A Dudp_test.cpp334 bool Read(const std::string& message) { in Read() function in UdpTest
H A Dvendor_boot_img_utils_test.cpp136 Result<std::string> Read() { in Read() function
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dtransport_sniffer.cpp19 ssize_t TransportSniffer::Read(void* data, size_t len) { in Read() function in fastboot::TransportSniffer
/aosp14/system/core/libappfuse/
H A DFuseBuffer.cc164 bool FuseMessage<T>::Read(int fd) { in Read() function in android::fuse::FuseMessage
/aosp14/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc277 TEST_F(FuseAppLoopTest, Read) { in TEST_F() argument
/aosp14/system/core/debuggerd/libdebuggerd/test/
H A Ddump_memory_test.cpp90 virtual size_t Read(uint64_t addr, void* buffer, size_t bytes) override { in Read() function in MemoryMock
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_reader.cpp750 bool Read(void* buffer, size_t length, size_t* read) override { in Read() function in android::snapshot::CowDataStream