Searched refs:Dump (Results 1 – 17 of 17) sorted by relevance
24 Dump::Dump(char *buf, int len) in Dump() function in android::intel::Dump31 Dump::~Dump() in ~Dump()36 void Dump::append(const char *fmt, ...) in append()
22 class Dump {24 Dump(char *buf, int len);25 ~Dump();
58 virtual void dump(Dump& d);
39 void dump(Dump& d);
99 virtual void dump(Dump& d) = 0;
71 virtual void dump(Dump& d);
75 virtual void dump(Dump& d);
46 virtual void dump(Dump& d);
369 Dump d(buff, buff_len); in dump()
930 void HwcLayerList::dump(Dump& d) in dump()
219 void DummyDevice::dump(Dump& d) in dump()
471 void PhysicalDevice::dump(Dump& d) in dump()
51 common/utils/Dump.cpp
114 void BufferManager::dump(Dump& d) in dump()
323 void DisplayPlaneManager::dump(Dump& d) in dump()
289 void Dump(void);
915 void RequestManager::Dump(void) in Dump() function in android::RequestManager