OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpstateDevice
(Results
1 - 19
of
19
) 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"
48
void
DumpstateDevice
::dumpModem(int fd, int fdModem)
119
Return<void>
DumpstateDevice
::dumpstateBoard(const hidl_handle& handle) {
/device/google/bonito/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"
64
void
DumpstateDevice
::dumpLogs(int fd, std::string srcDir, std::string destDir,
110
void
DumpstateDevice
::dumpModem(int fd, int fdModem)
310
Return<void>
DumpstateDevice
::dumpstateBoard(const hidl_handle& handle) {
/device/google/crosshatch/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"
64
void
DumpstateDevice
::dumpLogs(int fd, std::string srcDir, std::string destDir,
110
void
DumpstateDevice
::dumpModem(int fd, int fdModem)
325
Return<void>
DumpstateDevice
::dumpstateBoard(const hidl_handle& handle) {
/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"
57
void
DumpstateDevice
::dumpDiagLogs(int fd, std::string srcDir, std::string destDir) {
103
void
DumpstateDevice
::dumpModem(int fd, int fdModem)
231
Return<void>
DumpstateDevice
::dumpstateBoard(const hidl_handle& handle) {
Completed in 308 milliseconds