Searched refs:HandleData (Results 1 – 5 of 5) sorted by relevance
/system/core/fastboot/device/ |
D | fastboot_device.h | 42 bool HandleData(bool read, std::vector<char>* data); 43 bool HandleData(bool read, char* data, uint64_t size);
|
D | fastboot_device.cpp | 140 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
|
D | commands.cpp | 280 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/ |
D | LogListener.h | 28 void HandleData();
|
D | LogListener.cpp | 50 HandleData(); in ThreadFunction() 54 void LogListener::HandleData() { in HandleData() function in LogListener
|