Home
last modified time | relevance | path

Searched refs:ReadData (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/adb/daemon/
H A Dproperty_monitor.cpp47 struct ReadData { in ReadProperty() struct
52 ReadData result; in ReadProperty()
56 ReadData* result = static_cast<ReadData*>(cookie); in ReadProperty()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dcow_api_test.cpp115 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
173 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
214 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
231 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
275 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
312 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_P()
387 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
403 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
562 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
571 ASSERT_TRUE(reader.ReadData(*op, &sink)); in TEST_F()
[all …]
H A Dsnapuserd_worker.cpp137 if (!reader_->ReadData(*cow_op, &bufsink_)) { in ProcessReplaceOp()
274 int WorkerThread::ReadData(sector_t sector, size_t size) { in ReadData() function in android::snapshot::WorkerThread
788 ret = ReadData(sector + num_sectors_read, read_size); in DmuserReadRequest()
H A Dinspect_cow.cpp126 if (!reader.ReadData(op, &sink)) { in Inspect()
H A Dsnapshot_reader.cpp275 if (!cow_->ReadData(*op, &partial_sink)) { in ReadBlock()
H A Dsnapuserd.h183 int ReadData(sector_t sector, size_t size);
H A Dcow_reader.cpp540 bool CowReader::ReadData(const CowOperation& op, IByteSink* sink) { in ReadData() function in android::snapshot::CowReader
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_reader.h83 virtual bool ReadData(const CowOperation& op, IByteSink* sink) = 0;
140 bool ReadData(const CowOperation& op, IByteSink* sink) override;
/aosp12/art/libdexfile/dex/
H A Dclass_accessor.h196 ReadData(); in DataIterator()
206 ReadData();
250 void ReadData() { in ReadData() function
/aosp12/art/dt_fd_forward/export/
H A Dfd_transport.h44 static FdSet ReadData(void* buf) { in ReadData() function
/aosp12/system/bt/audio_bluetooth_hw/
H A Ddevice_port_proxy.h129 size_t ReadData(void* buffer, size_t bytes) const;
H A Ddevice_port_proxy.cc486 size_t BluetoothAudioPortIn::ReadData(void* buffer, size_t bytes) const { in ReadData() function in android::bluetooth::audio::BluetoothAudioPortIn
H A Dstream_apis.cc1031 totalRead = in->bluetooth_input_.ReadData(buffer, bytes); in in_read()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp106 Status<size_t> ReadData(const iovec* vector, size_t vector_length) { in ReadData() function
694 return state->ReadData(vector, vector_length); in ReadMessageData()
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc326 FdSet out_fds = FdSet::ReadData(CMSG_DATA(cmsg)); in ReceiveFdsFromSocket()