Searched refs:HandleData (Results 1 – 3 of 3) sorted by relevance
42 bool HandleData(bool read, std::vector<char>* data);
139 bool FastbootDevice::HandleData(bool read, std::vector<char>* data) { in HandleData() function in FastbootDevice
279 if (device->HandleData(true, &device->download_data())) { in DownloadHandler()