Home
last modified time | relevance | path

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

/system/core/logd/
DLogListener.cpp50 HandleData(); in ThreadFunction()
54 void LogListener::HandleData() { in HandleData() function in LogListener
DLogListener.h28 void HandleData();
/system/core/fastboot/device/
Dfastboot_device.h42 bool HandleData(bool read, std::vector<char>* data);
Dfastboot_device.cpp139 bool FastbootDevice::HandleData(bool read, std::vector<char>* data) { in HandleData() function in FastbootDevice
Dcommands.cpp230 if (device->HandleData(true, &device->download_data())) { in DownloadHandler()