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

  /frameworks/native/cmds/dumpsys/
dumpsys.h 64 status_t startDumpThread(const String16& serviceName, const Vector<String16>& args);
76 * {@code startDumpThread} to be called successfully otherwise the function will
112 * {@code startDumpThread} was called successfully.
dumpsys.cpp 243 if (startDumpThread(serviceName, args) == OK) {
310 status_t Dumpsys::startDumpThread(const String16& serviceName, const Vector<String16>& args) {
  /frameworks/native/cmds/dumpsys/tests/
dumpsys_test.cpp 197 status_t status = dump_.startDumpThread(serviceName, args);
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp     [all...]

Completed in 116 milliseconds