OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpstateDevice
(Results
1 - 15
of
15
) sorted by null
/device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
service.cpp
24
using ::android::hardware::dumpstate::V1_0::implementation::
DumpstateDevice
;
29
sp<IDumpstateDevice> dumpstate = new
DumpstateDevice
;
dumpstate_device.cpp
30
Return<void>
DumpstateDevice
::dumpstateBoard(const hidl_handle& handle) {
dumpstate_device.h
37
struct
DumpstateDevice
: public IDumpstateDevice {
/device/google/marlin/dumpstate/
service.cpp
21
#include "
DumpstateDevice
.h"
25
using ::android::hardware::dumpstate::V1_0::implementation::
DumpstateDevice
;
31
sp<IDumpstateDevice> dumpstate = new
DumpstateDevice
;
Android.mk
24
DumpstateDevice
.cpp \
DumpstateDevice.h
38
struct
DumpstateDevice
: public IDumpstateDevice {
DumpstateDevice.cpp
19
#include "
DumpstateDevice
.h"
46
void
DumpstateDevice
::dumpModem(int fd, int fdModem)
117
Return<void>
DumpstateDevice
::dumpstateBoard(const hidl_handle& handle) {
/hardware/interfaces/dumpstate/1.0/default/
service.cpp
21
#include "
DumpstateDevice
.h"
25
using ::android::hardware::dumpstate::V1_0::implementation::
DumpstateDevice
;
31
sp<IDumpstateDevice> dumpstate = new
DumpstateDevice
;
DumpstateDevice.cpp
19
#include "
DumpstateDevice
.h"
35
Return<void>
DumpstateDevice
::dumpstateBoard(const hidl_handle& handle) {
50
ALOGD("
DumpstateDevice
::dumpstateBoard() FD: %d\n", fd);
DumpstateDevice.h
38
struct
DumpstateDevice
: public IDumpstateDevice {
/device/google/wahoo/dumpstate/
service.cpp
21
#include "
DumpstateDevice
.h"
25
using ::android::hardware::dumpstate::V1_0::implementation::
DumpstateDevice
;
31
sp<IDumpstateDevice> dumpstate = new
DumpstateDevice
;
38
ALOGE("Could not register
DumpstateDevice
service (%d).", status);
Android.mk
24
DumpstateDevice
.cpp \
DumpstateDevice.h
39
struct
DumpstateDevice
: public IDumpstateDevice {
DumpstateDevice.cpp
19
#include "
DumpstateDevice
.h"
54
void
DumpstateDevice
::dumpDiagLogs(int fd, std::string srcDir, std::string destDir) {
100
void
DumpstateDevice
::dumpModem(int fd, int fdModem)
212
Return<void>
DumpstateDevice
::dumpstateBoard(const hidl_handle& handle) {
/test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk
63
android.hardware.dumpstate@1.0-vts.func_fuzzer.
DumpstateDevice
\
Completed in 315 milliseconds