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

12

/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/msm8909/sdm/libs/hwc2/
H A Ddisplay_null.h100 std::string Dump() { return ""; } function in class:sdm::DisplayNull
H A Dhwc_display.cpp327 void HWCColorMode::Dump(std::ostringstream* os) { function in class:sdm::HWCColorMode
1476 DLOGI("Dump layer[%d] of %d pvt_handle %x pvt_handle->base %x", i, layer_stack_.layers.size(),
1512 DLOGI("Frame Dump %s: is %s", dump_file_name, result ? "Successful" : "Failed");
1555 DLOGI("Frame Dump of %s is %s", dump_file_name, result ? "Successful" : "Failed");
1981 std::string HWCDisplay::Dump() { function in class:sdm::HWCDisplay
2006 color_mode_->Dump(&os);
2011 os << display_intf_->Dump();
H A Dhwc_session.cpp393 void HWCSession::Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer) { function in class:sdm::HWCSession
408 s += hwc_session->hwc_display_[id]->Dump();
790 case HWC2::FunctionDescriptor::Dump:
791 return AsFP<HWC2_PFN_DUMP>(HWCSession::Dump);
/hardware/qcom/display/msm8909/gralloc/
H A Dgr_device_impl.cpp123 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, function in class:gralloc1::GrallocImpl
191 dev->buf_mgr_->Dump(&os);
H A Dgr_priv_handle.h171 static void Dump(const private_handle_t *hnd) { function in struct:private_handle_t
H A Dgr_buf_mgr.cpp540 private_handle_t::Dump(hnd);
908 gralloc1_error_t BufferManager::Dump(std::ostringstream *os) { function in class:gralloc1::BufferManager
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_device_impl.cpp123 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, function in class:gralloc1::GrallocImpl
191 dev->buf_mgr_->Dump(&os);
H A Dgr_priv_handle.h172 static void Dump(const private_handle_t *hnd) { function in struct:private_handle_t
H A Dgr_buf_mgr.cpp537 private_handle_t::Dump(hnd);
907 gralloc1_error_t BufferManager::Dump(std::ostringstream *os) { function in class:gralloc1::BufferManager
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_device_impl.cpp123 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, function in class:gralloc1::GrallocImpl
H A Dgr_priv_handle.h166 static void Dump(const private_handle_t *hnd) { function in struct:private_handle_t
H A Dgr_buf_mgr.cpp545 private_handle_t::Dump(hnd);
840 gralloc1_error_t BufferManager::Dump(std::ostringstream *os) { function in class:gralloc1::BufferManager
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_priv_handle.h168 static void Dump(const private_handle_t *hnd) { function in struct:private_handle_t
H A Dgr_buf_mgr.cpp533 private_handle_t::Dump(hnd);
828 gralloc1_error_t BufferManager::Dump(std::ostringstream *os) { function in class:gralloc1::BufferManager
H A Dgr_device_impl.cpp129 return reinterpret_cast<gralloc1_function_pointer_t>(Dump);
182 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, function in class:gralloc1::GrallocImpl
197 dev->buf_mgr_->Dump(&os);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_session.cpp107 hwc_composer_device_1_t::dump = Dump;
520 void HWCSession::Dump(hwc_composer_device_1 *device, char *buffer, int length) { function in class:sdm::HWCSession
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_base.cpp518 std::string DisplayBase::Dump() { function in class:sdm::DisplayBase
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_session.cpp110 hwc_composer_device_1_t::dump = Dump;
537 void HWCSession::Dump(hwc_composer_device_1 *device, char *buffer, int length) { function in class:sdm::HWCSession
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_session.cpp110 hwc_composer_device_1_t::dump = Dump;
537 void HWCSession::Dump(hwc_composer_device_1 *device, char *buffer, int length) { function in class:sdm::HWCSession
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display.cpp316 void HWCColorMode::Dump(std::ostringstream* os) { function in class:sdm::HWCColorMode
1432 DLOGI("Frame Dump %s: is %s", dump_file_name, result ? "Successful" : "Failed");
1476 DLOGI("Frame Dump of %s is %s", dump_file_name, result ? "Successful" : "Failed");
1887 std::string HWCDisplay::Dump() { function in class:sdm::HWCDisplay
1910 color_mode_->Dump(&os);
H A Dhwc_session.cpp385 void HWCSession::Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer) { function in class:sdm::HWCSession
402 s += hwc_session->hwc_display_[id]->Dump();
738 case HWC2::FunctionDescriptor::Dump:
739 return AsFP<HWC2_PFN_DUMP>(HWCSession::Dump);

Completed in 508 milliseconds

12