/system/bt/gd/hci/cert/ |
D | le_advertising_manager_test.py | 54 scan_parameters.le_scan_type = hci_packets.LeScanType.ACTIVE
|
D | direct_hci_test.py | 128 phy_scan_params.le_scan_type = LeScanType.ACTIVE
|
/system/chre/apps/power_test/common/include/generated/ |
D | chre_power_test_generated.h | 108 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/ |
D | hci_packets_test.cc | 111 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()
|
D | le_scanning_manager.cc | 495 …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;
|
D | acl_manager_test.cc | 1060 …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()
|
D | hci_packets.pdl | 2988 ACTIVE = 0x01, 4976 ACTIVE = 0x00,
|
/system/bt/doc/ |
D | power_management.md | 40 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/ |
D | dm.h | 48 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
|
/system/update_engine/aosp/ |
D | dynamic_partition_control_android_unittest.cc | 371 .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()
|
D | dynamic_partition_control_android.cc | 219 if (state == DmDeviceState::ACTIVE) { in MapPartitionOnDeviceMapper() 1204 if (GetState(partition_name_suffix) != DmDeviceState::ACTIVE) { in GetDynamicPartitionDevice()
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 148 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()
|
D | dm.cpp | 243 return DmDeviceState::ACTIVE; in GetState() 249 if (state != DmDeviceState::SUSPENDED && state != DmDeviceState::ACTIVE) { in ChangeState()
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test_generated.h | 117 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,
|
D | chre_power_test.fbs | 52 ACTIVE = 0,
|
/system/bt/gd/cert/ |
D | py_hal.py | 164 phy_scan_params.le_scan_type = hci_packets.LeScanType.ACTIVE
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 502 if (!dm.ChangeState(argv[0], DmDeviceState::ACTIVE)) { in ResumeCmdHandler()
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 208 {"active", WifiScanType::ACTIVE},
|