HomeSort by relevance Sort by last modified time
    Searched defs:DumpImpl (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
dump_impl.h 32 class DumpImpl {
40 DumpImpl();
41 virtual ~DumpImpl();
46 static void Register(DumpImpl *dump_impl);
47 static void Unregister(DumpImpl *dump_impl);
49 static DumpImpl *dump_list_[kMaxDumpObjects];
dump_impl.cpp 34 DumpImpl* DumpImpl::dump_list_[] = { 0 };
35 uint32_t DumpImpl::dump_count_ = 0;
43 DumpImpl::AppendString(buffer, length, "\n-------- Snapdragon Display Manager --------");
44 for (uint32_t i = 0; i < DumpImpl::dump_count_; i++) {
45 DumpImpl::dump_list_[i]->AppendDump(buffer, length);
47 DumpImpl::AppendString(buffer, length, "\n\n");
52 DumpImpl::DumpImpl() {
56 DumpImpl::~DumpImpl()
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
dump_impl.h 32 class DumpImpl {
40 DumpImpl();
41 virtual ~DumpImpl();
46 static void Register(DumpImpl *dump_impl);
47 static void Unregister(DumpImpl *dump_impl);
49 static DumpImpl *dump_list_[kMaxDumpObjects];
dump_impl.cpp 34 DumpImpl* DumpImpl::dump_list_[] = { 0 };
35 uint32_t DumpImpl::dump_count_ = 0;
43 DumpImpl::AppendString(buffer, length, "\n-------- Snapdragon Display Manager --------");
44 for (uint32_t i = 0; i < DumpImpl::dump_count_; i++) {
45 DumpImpl::dump_list_[i]->AppendDump(buffer, length);
47 DumpImpl::AppendString(buffer, length, "\n\n");
52 DumpImpl::DumpImpl() {
56 DumpImpl::~DumpImpl()
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
dump_impl.h 32 class DumpImpl {
40 DumpImpl();
41 virtual ~DumpImpl();
46 static void Register(DumpImpl *dump_impl);
47 static void Unregister(DumpImpl *dump_impl);
49 static DumpImpl *dump_list_[kMaxDumpObjects];
dump_impl.cpp 34 DumpImpl* DumpImpl::dump_list_[] = { 0 };
35 uint32_t DumpImpl::dump_count_ = 0;
43 DumpImpl::AppendString(buffer, length, "\n-------- Snapdragon Display Manager --------");
44 for (uint32_t i = 0; i < DumpImpl::dump_count_; i++) {
45 DumpImpl::dump_list_[i]->AppendDump(buffer, length);
47 DumpImpl::AppendString(buffer, length, "\n\n");
52 DumpImpl::DumpImpl() {
56 DumpImpl::~DumpImpl()
    [all...]

Completed in 103 milliseconds