Home
last modified time | relevance | path

Searched defs:HandleData (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fastboot/device/
H A Dfastboot_device.cpp140 bool FastbootDevice::HandleData(bool read, std::vector<char>* data) { in HandleData() function in FastbootDevice
144 bool FastbootDevice::HandleData(bool read, char* data, uint64_t size) { in HandleData() function in FastbootDevice
/aosp12/system/logging/logd/
H A DLogListener.cpp54 void LogListener::HandleData() { in HandleData() function in LogListener