Searched refs:ReadData (Results 1 – 10 of 10) sorted by relevance
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | cow_reader.h | 83 virtual bool ReadData(const CowOperation& op, IByteSink* sink) = 0; 140 bool ReadData(const CowOperation& op, IByteSink* sink) override;
|
/system/core/fs_mgr/libsnapshot/ |
D | cow_api_test.cpp | 115 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 …]
|
D | inspect_cow.cpp | 126 if (!reader.ReadData(op, &sink)) { in Inspect()
|
D | snapuserd_worker.cpp | 137 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()
|
D | snapshot_reader.cpp | 275 if (!cow_->ReadData(*op, &partial_sink)) { in ReadBlock()
|
D | snapuserd.h | 183 int ReadData(sector_t sector, size_t size);
|
D | cow_reader.cpp | 540 bool CowReader::ReadData(const CowOperation& op, IByteSink* sink) { in ReadData() function in android::snapshot::CowReader
|
/system/bt/audio_bluetooth_hw/ |
D | device_port_proxy.h | 129 size_t ReadData(void* buffer, size_t bytes) const;
|
D | device_port_proxy.cc | 486 size_t BluetoothAudioPortIn::ReadData(void* buffer, size_t bytes) const { in ReadData() function in android::bluetooth::audio::BluetoothAudioPortIn
|
D | stream_apis.cc | 1031 totalRead = in->bluetooth_input_.ReadData(buffer, bytes); in in_read()
|