Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_reader.h83 virtual bool ReadData(const CowOperation& op, IByteSink* sink) = 0;
140 bool ReadData(const CowOperation& op, IByteSink* sink) override;
/system/core/fs_mgr/libsnapshot/
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 …]
Dinspect_cow.cpp126 if (!reader.ReadData(op, &sink)) { in Inspect()
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
768 ret = ReadData(sector + num_sectors_read, read_size); in DmuserReadRequest()
Dsnapshot_reader.cpp275 if (!cow_->ReadData(*op, &partial_sink)) { in ReadBlock()
Dsnapuserd.h183 int ReadData(sector_t sector, size_t size);
Dcow_reader.cpp540 bool CowReader::ReadData(const CowOperation& op, IByteSink* sink) { in ReadData() function in android::snapshot::CowReader
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.h129 size_t ReadData(void* buffer, size_t bytes) const;
Ddevice_port_proxy.cc486 size_t BluetoothAudioPortIn::ReadData(void* buffer, size_t bytes) const { in ReadData() function in android::bluetooth::audio::BluetoothAudioPortIn
Dstream_apis.cc1031 totalRead = in->bluetooth_input_.ReadData(buffer, bytes); in in_read()