Home
last modified time | relevance | path

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

/system/bt/gd/hci/cert/
Dle_advertising_manager_test.py54 scan_parameters.le_scan_type = hci_packets.LeScanType.ACTIVE
Ddirect_hci_test.py128 phy_scan_params.le_scan_type = LeScanType.ACTIVE
/system/chre/apps/power_test/common/include/generated/
Dchre_power_test_generated.h108 ACTIVE = 0, enumerator
112 MIN = ACTIVE,
118 WifiScanType::ACTIVE, in EnumValuesWifiScanType()
138 if (flatbuffers::IsOutRange(e, WifiScanType::ACTIVE, WifiScanType::NO_PREFERENCE)) return ""; in EnumNameWifiScanType()
459 chre::power_test::WifiScanType scan_type = chre::power_test::WifiScanType::ACTIVE,
/system/bt/gd/hci/
Dhci_packets_test.cc111 ASSERT_EQ(LeScanType::ACTIVE, view.GetLeScanType()); in TEST()
175 ASSERT_EQ(LeScanType::ACTIVE, params[0].le_scan_type_); in TEST()
194 ASSERT_EQ(LeScanType::ACTIVE, params[0].le_scan_type_); in TEST()
Dle_scanning_manager.cc495 …hci::LeExtendedScanParamsBuilder::Create(LeScanType::ACTIVE, interval_ms_, window_ms_, own_address… in configure_scan()
502 …hci::LeSetScanParametersBuilder::Create(LeScanType::ACTIVE, interval_ms_, window_ms_, own_address_… in configure_scan()
614 if (scan_type != LeScanType::ACTIVE && scan_type != LeScanType::PASSIVE) { in set_scan_parameters()
1232 LeScanType le_scan_type_ = LeScanType::ACTIVE;
Dacl_manager_test.cc1060 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::ACTIVE, … in TEST_F()
1061 …_layer_->IncomingEvent(ModeChangeBuilder::Create(ErrorCode::SUCCESS, handle_, Mode::ACTIVE, 0x00)); in TEST_F()
Dhci_packets.pdl2988 ACTIVE = 0x01,
4976 ACTIVE = 0x00,
/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/core/fs_mgr/libdm/include/libdm/
Ddm.h48 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc371 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
417 .WillRepeatedly(Return(DmDeviceState::ACTIVE)); in TEST_P()
459 .WillRepeatedly(Return(DmDeviceState::ACTIVE)); in TEST_P()
512 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
520 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
Ddynamic_partition_control_android.cc219 if (state == DmDeviceState::ACTIVE) { in MapPartitionOnDeviceMapper()
1204 if (GetState(partition_name_suffix) != DmDeviceState::ACTIVE) { in GetDynamicPartitionDevice()
/system/core/fs_mgr/libdm/
Ddm_test.cpp148 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::ACTIVE); in TEST()
153 ASSERT_TRUE(dm.ChangeState(dev.name(), DmDeviceState::ACTIVE)); in TEST()
154 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::ACTIVE); in TEST()
Ddm.cpp243 return DmDeviceState::ACTIVE; in GetState()
249 if (state != DmDeviceState::SUSPENDED && state != DmDeviceState::ACTIVE) { in ChangeState()
/system/chre/apps/power_test/common/idl/
Dchre_power_test_generated.h117 ACTIVE = 0, enumerator
121 MIN = ACTIVE,
127 WifiScanType::ACTIVE, in EnumValuesWifiScanType()
147 if (flatbuffers::IsOutRange(e, WifiScanType::ACTIVE, WifiScanType::NO_PREFERENCE)) return ""; in EnumNameWifiScanType()
428 scan_type(chre::power_test::WifiScanType::ACTIVE), in WifiScanMessageT()
525 chre::power_test::WifiScanType scan_type = chre::power_test::WifiScanType::ACTIVE,
Dchre_power_test.fbs52 ACTIVE = 0,
/system/bt/gd/cert/
Dpy_hal.py164 phy_scan_params.le_scan_type = hci_packets.LeScanType.ACTIVE
/system/core/fs_mgr/tools/
Ddmctl.cpp502 if (!dm.ChangeState(argv[0], DmDeviceState::ACTIVE)) { in ResumeCmdHandler()
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc208 {"active", WifiScanType::ACTIVE},