Home
last modified time | relevance | path

Searched defs:dumpNormal (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/utils/include/serviceutils/
DPriorityDumper.h55 virtual status_t dumpNormal(int /*fd*/, const Vector<String16>& /*args*/, bool /*asProto*/) { in dumpNormal() function
/frameworks/base/services/core/java/com/android/server/utils/
DPriorityDump.java235 default void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal() method
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
DPriorityDumpTest.java272 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal() method in PriorityDumpTest.FakeDumper
/frameworks/native/services/utils/tests/
DPriorityDumper_test.cpp123 TEST_F(PriorityDumperTest, dumpNormal) { in TEST_F() argument