Searched refs:dumpstate (Results 1 - 20 of 20) sorted by relevance

/device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
H A Dservice.cpp23 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
24 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
29 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; local
32 if (dumpstate->registerAsService() != OK) {
H A Ddumpstate.cpp21 #include <dumpstate.h>
H A Ddumpstate_device.cpp21 using android::os::dumpstate::DumpFileToFd;
25 namespace dumpstate { namespace in namespace:android::hardware
29 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
49 } // namespace dumpstate
H A Ddumpstate_device.h18 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
24 namespace dumpstate { namespace in namespace:android::hardware
30 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
38 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
44 } // namespace dumpstate
H A DAndroid.mk21 LOCAL_CFLAGS := $(VSOC_VERSION_CFLAGS) -DLOG_TAG=\"VSoC-dumpstate\"
22 LOCAL_SRC_FILES := dumpstate.cpp
35 LOCAL_MODULE := android.hardware.dumpstate@1.0-service.cuttlefish
36 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.cuttlefish.rc
41 LOCAL_CFLAGS := $(VSOC_VERSION_CFLAGS) -DLOG_TAG=\"VSoC-dumpstate\"
43 android.hardware.dumpstate@1.0 \
54 frameworks/native/cmds/dumpstate
/device/google/marlin/dumpstate/
H A Dservice.cpp16 #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) {
H A DAndroid.mk19 LOCAL_MODULE := android.hardware.dumpstate@1.0-service.marlin
20 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.marlin.rc
28 android.hardware.dumpstate@1.0 \
H A DDumpstateDevice.h19 #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.
47 } // namespace dumpstate
H A DDumpstateDevice.cpp17 #define LOG_TAG "dumpstate"
35 using android::os::dumpstate::CommandOptions;
36 using android::os::dumpstate::DumpFileToFd;
37 using android::os::dumpstate::PropertiesHelper;
38 using android::os::dumpstate::RunCommandToFd;
42 namespace dumpstate { namespace in namespace:android::hardware
116 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
180 } // namespace dumpstate
/device/google/wahoo/dumpstate/
H A Dservice.cpp16 #define LOG_TAG "android.hardware.dumpstate@1.0-service.wahoo"
24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; local
34 android::status_t status = dumpstate->registerAsService();
H A DAndroid.mk19 LOCAL_MODULE := android.hardware.dumpstate@1.0-service.wahoo
20 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.wahoo.rc
28 android.hardware.dumpstate@1.0 \
H A DDumpstateDevice.h19 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
26 namespace dumpstate { namespace in namespace:android::hardware
30 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
40 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
49 } // namespace dumpstate
H A DDumpstateDevice.cpp17 #define LOG_TAG "dumpstate"
41 using android::os::dumpstate::CommandOptions;
42 using android::os::dumpstate::DumpFileToFd;
43 using android::os::dumpstate::PropertiesHelper;
44 using android::os::dumpstate::RunCommandToFd;
48 namespace dumpstate { namespace in namespace:android::hardware
211 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
273 } // namespace dumpstate
/device/google/cuttlefish/shared/sepolicy/
H A Dfile_contexts32 /vendor/bin/hw/android\.hardware\.dumpstate@1\.0-service\.cuttlefish u:object_r:hal_dumpstate_impl_exec:s0
/device/generic/qemu/
H A Dqemu_base.mk35 dumpstate \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dpgen.c306 dumpstate(labellist *ll, nfa *nf, int istate) function
336 dumpstate(ll, nf, i);
/device/google/cuttlefish/shared/
H A Ddevice.mk194 android.hardware.dumpstate@1.0-service.cuttlefish
/device/google/marlin/
H A Ddevice-common.mk228 android.hardware.dumpstate@1.0-service.marlin
/device/google/wahoo/
H A Ddevice.mk606 android.hardware.dumpstate@1.0-service.wahoo
H A Dinit.hardware.rc435 # dumpstate needs to read, vendor.health-hal needs to be able to RW
440 # dumpstate needs to read, vendor.health-hal needs to be able to RW
496 # Make the ftm4 command node writeable from dumpstate
611 # QCOM FG SRAM dump for dumpstate
812 service bugreport /system/bin/dumpstate -d -p -B -z \

Completed in 147 milliseconds