Home
last modified time | relevance | path

Searched refs:ACTIVE (Results 1 – 6 of 6) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h45 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
/system/bt/doc/
Dpower_management.md40 states it wants ACTIVE, the power management code will change to ACTIVE.
143 is made, which calls `BTM_SetPowerMode` to set the link into ACTIVE
166 - If the status is `BTM_PM_STS_ACTIVE` (still in the ACTIVE power mode),
/system/update_engine/
Ddynamic_partition_control_android.cc91 if (state == DmDeviceState::ACTIVE) { in MapPartitionOnDeviceMapper()
Dboot_control_android_unittest.cc547 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
590 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
597 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
Dboot_control_android.cc157 DmDeviceState::ACTIVE) { in GetDynamicPartitionDevice()
/system/core/fs_mgr/libdm/
Ddm.cpp108 return DmDeviceState::ACTIVE; in GetState()