Searched refs:HandleData (Results 1 – 5 of 5) sorted by relevance
50 HandleData(); in ThreadFunction()54 void LogListener::HandleData() { in HandleData() function in LogListener
28 void HandleData();
42 bool HandleData(bool read, std::vector<char>* data);
139 bool FastbootDevice::HandleData(bool read, std::vector<char>* data) { in HandleData() function in FastbootDevice
230 if (device->HandleData(true, &device->download_data())) { in DownloadHandler()