Home
last modified time | relevance | path

Searched defs:DmDeviceState (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h51 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enum
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h132 using DmDeviceState = android::dm::DmDeviceState; variable