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

1 2 3

  /hardware/interfaces/dumpstate/1.0/
IDumpstateDevice.hal 17 package android.hardware.dumpstate@1.0;
  /device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
service.cpp 23 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) {
dumpstate.cpp 21 #include <dumpstate.h>
26 void dumpstate_board() { Dumpstate& ds = Dumpstate::GetInstance(); };
dumpstate_device.h 18 #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
dumpstate_device.cpp 21 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
Android.mk 21 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/
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) {
Android.mk 19 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 \
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.
47 } // namespace dumpstate
DumpstateDevice.cpp 17 #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
  /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
  /device/google/wahoo/dumpstate/
service.cpp 16 #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();
Android.mk 19 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 \
DumpstateDevice.h 19 #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
DumpstateDevice.cpp 17 #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
  /test/vts-testcase/hal/dumpstate/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/dumpstate/V1_0/target
  /frameworks/base/packages/Shell/
Android.mk 9 ../../../native/cmds/dumpstate/binder/android/os/IDumpstate.aidl \
10 ../../../native/cmds/dumpstate/binder/android/os/IDumpstateListener.aidl \
11 ../../../native/cmds/dumpstate/binder/android/os/IDumpstateToken.aidl
13 LOCAL_AIDL_INCLUDES = frameworks/native/cmds/dumpstate/binder
  /hardware/interfaces/dumpstate/1.0/vts/functional/
VtsHalDumpstateV1_0TargetTest.cpp 22 #include <android/hardware/dumpstate/1.0/IDumpstateDevice.h>
29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
33 // Test environment for Dumpstate HIDL HAL.
48 dumpstate = ::testing::VtsHalHidlTargetTestBase::getService<IDumpstateDevice>(
50 ASSERT_NE(dumpstate, nullptr) << "Could not get HIDL instance";
53 sp<IDumpstateDevice> dumpstate; member in class:DumpstateHidlTest
58 Return<void> status = dumpstate->dumpstateBoard(nullptr);
68 Return<void> status = dumpstate->dumpstateBoard(handle);
86 Return<void> status = dumpstate->dumpstateBoard(handle);
108 Return<void> status = dumpstate->dumpstateBoard(handle)
    [all...]
  /frameworks/native/cmds/dumpstate/
DumpstateSectionReporter.cpp 17 #define LOG_TAG "dumpstate"
23 namespace dumpstate { namespace in namespace:android::os
40 } // namespace dumpstate
DumpstateSectionReporter.h 25 namespace dumpstate { namespace in namespace:android::os
61 } // namespace dumpstate
dumpstate.h 42 // TODO: and then remove explicitly android::os::dumpstate:: prefixes
45 namespace dumpstate { namespace in namespace:android::os
50 } // namespace dumpstate
86 * Each `dumpstate` section contributes to the total weight by an individual weight, so the overall
90 * it's adjusted after each dumpstate run by storing the average duration in a file.
94 friend class android::os::dumpstate::ProgressTest;
95 friend class android::os::dumpstate::DumpstateTest;
180 * that are spread accross utils.cpp and dumpstate.cpp will be moved to it.
182 class Dumpstate {
186 static android::os::dumpstate::CommandOptions DEFAULT_DUMPSYS
    [all...]
  /system/sepolicy/prebuilts/api/27.0/private/
app.te 152 # additional permissions to dumpstate pipes for other aspects of bug report
156 allow appdomain dumpstate:fifo_file append;
158 # Allow apps to send dump information to dumpstate
159 allow appdomain dumpstate:fd use;
160 allow appdomain dumpstate:unix_stream_socket { read write getopt getattr shutdown };
161 allow appdomain dumpstate:fifo_file { write getattr };
  /system/sepolicy/prebuilts/api/28.0/public/
app.te 148 # additional permissions to dumpstate pipes for other aspects of bug report
152 allow appdomain dumpstate:fifo_file append;
155 # Allow apps to send dump information to dumpstate
156 allow appdomain dumpstate:fd use;
157 allow appdomain dumpstate:unix_stream_socket { read write getopt getattr shutdown };
158 allow appdomain dumpstate:fifo_file { write getattr };

Completed in 243 milliseconds

1 2 3