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

  /device/asus/fugu/dumpstate/
service.cpp 16 #define LOG_TAG "android.hardware.dumpstate@1.0-service.fugu"
24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; local
33 if (dumpstate->registerAsService() != OK) {
DumpstateDevice.h 19 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
25 namespace dumpstate { namespace in namespace:android::hardware
29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
39 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
46 } // namespace dumpstate
DumpstateDevice.cpp 17 #define LOG_TAG "dumpstate"
34 using android::os::dumpstate::CommandOptions;
35 using android::os::dumpstate::DumpFileToFd;
36 using android::os::dumpstate::RunCommandToFd;
40 namespace dumpstate { namespace in namespace:android::hardware
112 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
137 } // namespace dumpstate
  /device/google/dragon/dumpstate/
service.cpp 16 #define LOG_TAG "android.hardware.dumpstate@1.0-service.dragon"
24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; local
33 if (dumpstate->registerAsService() != OK) {
DumpstateDevice.cpp 17 #define LOG_TAG "dumpstate"
26 using android::os::dumpstate::CommandOptions;
27 using android::os::dumpstate::DumpFileToFd;
28 using android::os::dumpstate::RunCommandToFd;
32 namespace dumpstate { namespace in namespace:android::hardware
36 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
69 } // namespace dumpstate
DumpstateDevice.h 19 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
25 namespace dumpstate { namespace in namespace:android::hardware
29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
39 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
46 } // namespace dumpstate
  /device/google/marlin/dumpstate/
service.cpp 16 #define LOG_TAG "android.hardware.dumpstate@1.0-service.marlin"
24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; local
33 if (dumpstate->registerAsService() != OK) {
DumpstateDevice.h 19 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
25 namespace dumpstate { namespace in namespace:android::hardware
29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
39 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
45 } // namespace dumpstate
DumpstateDevice.cpp 17 #define LOG_TAG "dumpstate"
34 using android::os::dumpstate::CommandOptions;
35 using android::os::dumpstate::DumpFileToFd;
36 using android::os::dumpstate::PropertiesHelper;
37 using android::os::dumpstate::RunCommandToFd;
41 namespace dumpstate { namespace in namespace:android::hardware
95 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
141 } // namespace dumpstate
  /device/huawei/angler/dumpstate/
service.cpp 16 #define LOG_TAG "android.hardware.dumpstate@1.0-service.angler"
24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; local
33 if (dumpstate->registerAsService() != OK) {
DumpstateDevice.cpp 17 #define LOG_TAG "dumpstate"
25 using android::os::dumpstate::CommandOptions;
26 using android::os::dumpstate::DumpFileToFd;
27 using android::os::dumpstate::RunCommandToFd;
31 namespace dumpstate { namespace in namespace:android::hardware
35 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
74 } // namespace dumpstate
DumpstateDevice.h 19 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
25 namespace dumpstate { namespace in namespace:android::hardware
29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
39 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
46 } // namespace dumpstate
  /device/lge/bullhead/dumpstate/
service.cpp 16 #define LOG_TAG "android.hardware.dumpstate@1.0-service.bullhead"
24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; local
33 if (dumpstate->registerAsService() != OK) {
DumpstateDevice.cpp 17 #define LOG_TAG "dumpstate"
25 using android::os::dumpstate::CommandOptions;
26 using android::os::dumpstate::DumpFileToFd;
27 using android::os::dumpstate::RunCommandToFd;
31 namespace dumpstate { namespace in namespace:android::hardware
35 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
72 } // namespace dumpstate
DumpstateDevice.h 19 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
25 namespace dumpstate { namespace in namespace:android::hardware
29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
39 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
46 } // namespace dumpstate
  /hardware/interfaces/dumpstate/1.0/default/
service.cpp 16 #define LOG_TAG "android.hardware.dumpstate@1.0-service"
24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; local
33 if (dumpstate->registerAsService() != OK) {
DumpstateDevice.cpp 17 #define LOG_TAG "dumpstate"
25 using android::os::dumpstate::DumpFileToFd;
26 using android::os::dumpstate::RunCommandToFd;
30 namespace dumpstate { namespace in namespace:android::hardware
34 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
38 // be called by dumpstate.
51 ALOGI("Dumpstate HIDL not provided by device\n");
52 dprintf(fd, "Dumpstate HIDL not provided by device; providing bogus data.\n");
63 } // namespace dumpstate
DumpstateDevice.h 19 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
25 namespace dumpstate { namespace in namespace:android::hardware
29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
39 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
46 } // namespace dumpstate
  /frameworks/native/cmds/dumpstate/
DumpstateUtil.h 24 namespace dumpstate { namespace in namespace:android::os
142 * Useful when debugging dumpstate or other bugreport-related activities.
144 * Dry-run mode is enabled by setting the system property `dumpstate.dry_run` to true.
182 } // namespace dumpstate
DumpstateUtil.cpp 17 #define LOG_TAG "dumpstate"
39 namespace dumpstate { namespace in namespace:android::os
173 dry_run_ = android::base::GetBoolProperty("dumpstate.dry_run", false) ? 1 : 0;
290 /* make sure the child dies when dumpstate dies */
301 // if it failed, it's safer to exit dumpstate.
382 } // namespace dumpstate
dumpstate.h 40 // TODO: and then remove explicitly android::os::dumpstate:: prefixes
43 namespace dumpstate { namespace in namespace:android::os
48 } // namespace dumpstate
82 * Each `dumpstate` section contributes to the total weight by an individual weight, so the overall
86 * it's adjusted after each dumpstate run by storing the average duration in a file.
90 friend class android::os::dumpstate::ProgressTest;
91 friend class android::os::dumpstate::DumpstateTest;
162 * that are spread accross utils.cpp and dumpstate.cpp will be moved to it.
164 class Dumpstate {
168 static android::os::dumpstate::CommandOptions DEFAULT_DUMPSYS
    [all...]
dumpstate.cpp 17 #define LOG_TAG "dumpstate"
44 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
53 #include "dumpstate.h"
55 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
58 using android::os::dumpstate::CommandOptions;
59 using android::os::dumpstate::DumpFileToFd;
60 using android::os::dumpstate::PropertiesHelper;
61 using android::os::dumpstate::GetPidByName;
67 // TODO: variables and functions below should be part of dumpstate object
96 static Dumpstate& ds = Dumpstate::GetInstance()
944 static void dumpstate() { function
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 17 #define LOG_TAG "dumpstate"
23 #include "dumpstate.h"
42 namespace dumpstate { namespace in namespace:android::os
199 Dumpstate& ds = Dumpstate::GetInstance();
499 EXPECT_THAT(out, StrEq("I AM LINE1\n")); // dumpstate adds missing newline
549 EXPECT_THAT(out, StrEq("I AM LINE1\n")); // dumpstate adds missing newline
577 EXPECT_THAT(Dumpstate::GetInstance().listener_name_, StrEq("whatever"));
582 EXPECT_THAT(Dumpstate::GetInstance().listener_name_, StrEq("whatever"));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 306 dumpstate(labellist *ll, nfa *nf, int istate) function
336 dumpstate(ll, nf, i);
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 107 * Service used to keep progress of bugreport processes ({@code dumpstate}).
111 * <li>When {@code dumpstate} starts, it sends a {@code BUGREPORT_STARTED} with a sequential id,
117 * <li>Polls the {@link SystemProperties} for updates on the {@code dumpstate} progress.
120 * <li>As {@code dumpstate} progresses, it updates the system property.
121 * <li>When {@code dumpstate} finishes, it sends a {@code BUGREPORT_FINISHED} intent.
126 * <li>Stops monitoring that {@code dumpstate} process.
139 // External intents sent by dumpstate.
189 /** System properties used to communicate with dumpstate progress. */
190 private static final String DUMPSTATE_PREFIX = "dumpstate.";
193 /** System property (and value) used to stop dumpstate. *
1919 final IDumpstate dumpstate = IDumpstate.Stub.asInterface(service); local
    [all...]

Completed in 1661 milliseconds