/hardware/interfaces/dumpstate/1.1/default/ |
D | Android.bp | 11 name: "android.hardware.dumpstate@1.1-service.example", 16 "android.hardware.dumpstate@1.1-service.example.rc", 19 "android.hardware.dumpstate@1.1-service.example.xml", 23 "android.hardware.dumpstate@1.0", 24 "android.hardware.dumpstate@1.1", 33 "-DLOG_TAG=\"android.hardware.dumpstate@1.1-service.example\"",
|
D | android.hardware.dumpstate@1.1-service.example.rc | 1 service dumpstate-1-1 /vendor/bin/hw/android.hardware.dumpstate@1.1-service.example 5 interface android.hardware.dumpstate@1.0::IDumpstateDevice default 6 interface android.hardware.dumpstate@1.1::IDumpstateDevice default
|
D | main.cpp | 32 using ::android::hardware::dumpstate::V1_1::DumpstateMode; 33 using ::android::hardware::dumpstate::V1_1::DumpstateStatus; 34 using ::android::hardware::dumpstate::V1_1::IDumpstateDevice; 36 using ::android::os::dumpstate::DumpFileToFd; 119 auto dumpstate = sp<DumpstateDevice>::make(); in main() local 122 if (serviceRegistrar.registerService(dumpstate) != ::android::OK) { in main()
|
/hardware/interfaces/dumpstate/1.0/vts/functional/ |
D | VtsHalDumpstateV1_0TargetTest.cpp | 29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice; 36 dumpstate = IDumpstateDevice::getService(GetParam()); in SetUp() 37 ASSERT_NE(dumpstate, nullptr) << "Could not get HIDL instance"; in SetUp() 40 sp<IDumpstateDevice> dumpstate; member in DumpstateHidlTest 45 Return<void> status = dumpstate->dumpstateBoard(nullptr); in TEST_P() 55 Return<void> status = dumpstate->dumpstateBoard(handle); in TEST_P() 73 Return<void> status = dumpstate->dumpstateBoard(handle); in TEST_P() 96 Return<void> status = dumpstate->dumpstateBoard(handle); in TEST_P()
|
D | Android.bp | 29 static_libs: ["android.hardware.dumpstate@1.0"],
|
/hardware/interfaces/dumpstate/1.1/vts/functional/ |
D | VtsHalDumpstateV1_1TargetTest.cpp | 39 using ::android::hardware::dumpstate::V1_1::DumpstateMode; 40 using ::android::hardware::dumpstate::V1_1::DumpstateStatus; 41 using ::android::hardware::dumpstate::V1_1::IDumpstateDevice; 42 using ::android::hardware::dumpstate::V1_1::toString; 54 dumpstate = IDumpstateDevice::getService(instance_name); in GetService() 55 ASSERT_NE(dumpstate, nullptr) << "Could not get HIDL instance " << instance_name; in GetService() 59 Return<void> status = dumpstate->setVerboseLoggingEnabled(enable); in ToggleVerboseLogging() 62 if (!dumpstate->ping().isOk()) { in ToggleVerboseLogging() 68 Return<bool> logging_enabled = dumpstate->getVerboseLoggingEnabled(); in ToggleVerboseLogging() 74 if (!dumpstate->ping().isOk()) { in ToggleVerboseLogging() [all …]
|
D | Android.bp | 31 "android.hardware.dumpstate@1.0", 32 "android.hardware.dumpstate@1.1",
|
/hardware/interfaces/dumpstate/1.0/default/ |
D | service.cpp | 29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice; 30 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice; 33 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; in main() local 37 if (registrar.registerService(dumpstate) != OK) { in main()
|
D | android.hardware.dumpstate@1.0-service.rc | 1 service vendor.dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.example 5 interface android.hardware.dumpstate@1.0::IDumpstateDevice default
|
D | DumpstateDevice.cpp | 26 using android::os::dumpstate::DumpFileToFd; 27 using android::os::dumpstate::RunCommandToFd; 31 namespace dumpstate { namespace
|
D | Android.bp | 11 name: "android.hardware.dumpstate@1.0-service.example", 12 init_rc: ["android.hardware.dumpstate@1.0-service.rc"], 25 "android.hardware.dumpstate@1.0",
|
D | DumpstateDevice.h | 25 namespace dumpstate { 29 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
|
/hardware/interfaces/dumpstate/1.1/ |
D | Android.bp | 13 name: "android.hardware.dumpstate@1.1", 20 "android.hardware.dumpstate@1.0",
|
D | IDumpstateDevice.hal | 17 package android.hardware.dumpstate@1.1; 32 * This method may still be called by the dumpstate routine even if getVerboseLoggingEnabled 57 * dumpstate routine, and essential information that does not identify the user may be included. 68 * dumpstate routine, and essential information that does not identify the user may be included.
|
D | types.hal | 17 package android.hardware.dumpstate@1.1; 55 * This mode MUST be supported if the dumpstate HAL is implemented.
|
/hardware/google/pixel-sepolicy/input/ |
D | dumpstate.te | 2 dontaudit dumpstate twoshay:binder call;
|
/hardware/interfaces/dumpstate/1.0/ |
D | Android.bp | 13 name: "android.hardware.dumpstate@1.0",
|
D | IDumpstateDevice.hal | 17 package android.hardware.dumpstate@1.0;
|
/hardware/interfaces/ |
D | current.txt | 71 f07b1ee3ba11a2fc9f200421b2e1afb7c1854ee987000e45c987fb9507795055 android.hardware.dumpstate@1.0::ID… 191 760485232f6cce07f8bb05e3475509956996b702f77415ee5bff05e2ec5a5bcc android.hardware.dumpstate@1.0::ID… 692 186bc152ae189ab48f3a761a44ddf5edd0d483073c5b6ca1f802f8b50488b754 android.hardware.dumpstate@1.1::ID… 693 d9df99be0f59d8f33a9699fe316c67bfd11818aa69440bb1123ba43e717cea85 android.hardware.dumpstate@1.1::ty…
|