Home
last modified time | relevance | path

Searched refs:HandleData (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/device/
Dfastboot_device.h42 bool HandleData(bool read, std::vector<char>* data);
43 bool HandleData(bool read, char* data, uint64_t size);
Dfastboot_device.cpp140 bool FastbootDevice::HandleData(bool read, std::vector<char>* data) { in HandleData() function in FastbootDevice
141 return HandleData(read, data->data(), data->size()); in HandleData()
144 bool FastbootDevice::HandleData(bool read, char* data, uint64_t size) { in HandleData() function in FastbootDevice
Dcommands.cpp280 if (device->HandleData(true, &device->download_data())) { in DownloadHandler()
822 if (!device_->HandleData(false /* is read */, buf.data(), chunk_size)) { in Fetch()
/system/logging/logd/
DLogListener.h28 void HandleData();
DLogListener.cpp50 HandleData(); in ThreadFunction()
54 void LogListener::HandleData() { in HandleData() function in LogListener