Searched defs:Dump (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/utils/
H A DDump.cpp19 #include <Dump.h>
24 Dump::Dump(char *buf, int len) function in class:android::intel::Dump
31 Dump::~Dump()
36 void Dump::append(const char *fmt, ...)
H A DDump.h22 class Dump { class in namespace:android::intel
24 Dump(char *buf, int len);
25 ~Dump();
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
H A DDump.cpp19 #include <common/utils/Dump.h>
24 Dump::Dump(char *buf, int len) function in class:android::intel::Dump
31 Dump::~Dump()
36 void Dump::append(const char *fmt, ...)
H A DDump.h22 class Dump { class in namespace:android::intel
24 Dump(char *buf, int len);
25 ~Dump();
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_session.cpp105 hwc_composer_device_1_t::dump = Dump;
477 void HWCSession::Dump(hwc_composer_device_1 *device, char *buffer, int length) { function in class:sdm::HWCSession
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h403 case HWC2_FUNCTION_DUMP: return "Dump";
597 Dump = HWC2_FUNCTION_DUMP, member in class:HWC2::FunctionDescriptor

Completed in 5418 milliseconds