HomeSort by relevance Sort by last modified time
    Searched refs:dump_impl (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
dump_impl.h 46 static void Register(DumpImpl *dump_impl);
47 static void Unregister(DumpImpl *dump_impl);
dump_impl.cpp 30 #include "dump_impl.h"
75 void DumpImpl::Register(DumpImpl *dump_impl) {
77 dump_list_[dump_count_] = dump_impl;
82 void DumpImpl::Unregister(DumpImpl *dump_impl) {
84 if (dump_list_[i] == dump_impl) {
Android.mk 35 dump_impl.cpp \
  /hardware/qcom/display/msm8996/sdm/libs/core/
dump_impl.h 46 static void Register(DumpImpl *dump_impl);
47 static void Unregister(DumpImpl *dump_impl);
dump_impl.cpp 30 #include "dump_impl.h"
75 void DumpImpl::Register(DumpImpl *dump_impl) {
77 dump_list_[dump_count_] = dump_impl;
82 void DumpImpl::Unregister(DumpImpl *dump_impl) {
84 if (dump_list_[i] == dump_impl) {
Android.mk 25 dump_impl.cpp \
  /hardware/qcom/display/msm8998/sdm/libs/core/
dump_impl.h 46 static void Register(DumpImpl *dump_impl);
47 static void Unregister(DumpImpl *dump_impl);
dump_impl.cpp 30 #include "dump_impl.h"
75 void DumpImpl::Register(DumpImpl *dump_impl) {
77 dump_list_[dump_count_] = dump_impl;
82 void DumpImpl::Unregister(DumpImpl *dump_impl) {
84 if (dump_list_[i] == dump_impl) {
Android.mk 38 dump_impl.cpp \
  /frameworks/base/cmds/statsd/src/
StatsService.h 165 void dump_impl(FILE* out, bool verbose, bool proto);
StatsService.cpp 267 dump_impl(out, verbose, proto);
276 void StatsService::dump_impl(FILE* out, bool verbose, bool proto) { function in class:android::os::statsd::StatsService
    [all...]

Completed in 354 milliseconds