/system/bt/gd/hci/ |
D | controller_test.cc | 394 ASSERT_TRUE(controller_->IsSupported(OpCode::INQUIRY)); in TEST_F() 395 ASSERT_TRUE(controller_->IsSupported(OpCode::REJECT_CONNECTION_REQUEST)); in TEST_F() 396 ASSERT_TRUE(controller_->IsSupported(OpCode::ACCEPT_CONNECTION_REQUEST)); in TEST_F() 397 ASSERT_FALSE(controller_->IsSupported(OpCode::LE_REMOVE_ADVERTISING_SET)); in TEST_F() 398 ASSERT_FALSE(controller_->IsSupported(OpCode::LE_CLEAR_ADVERTISING_SETS)); in TEST_F() 399 ASSERT_FALSE(controller_->IsSupported(OpCode::LE_SET_PERIODIC_ADVERTISING_PARAM)); in TEST_F() 404 EXPECT_TRUE(controller_->IsSupported(OpCode::LE_MULTI_ADVT)); in TEST_F() 405 EXPECT_FALSE(controller_->IsSupported(OpCode::LE_TRACK_ADV)); in TEST_F() 406 EXPECT_FALSE(controller_->IsSupported(OpCode::CONTROLLER_DEBUG_INFO)); in TEST_F() 407 EXPECT_FALSE(controller_->IsSupported(OpCode::CONTROLLER_A2DP_OPCODE)); in TEST_F() [all …]
|
D | controller.h | 110 virtual bool IsSupported(OpCode op_code) const;
|
D | le_scanning_manager.cc | 61 if (controller_->IsSupported(OpCode::LE_SET_EXTENDED_SCAN_PARAMETERS)) { in start() 63 } else if (controller_->IsSupported(OpCode::LE_EXTENDED_SCAN_PARAMS)) { in start()
|
D | le_advertising_manager.cc | 98 if (controller_->IsSupported(hci::OpCode::LE_SET_EXTENDED_ADVERTISING_PARAMETERS)) { in start() 100 } else if (controller_->IsSupported(hci::OpCode::LE_MULTI_ADVT)) { in start()
|
D | le_scanning_manager_test.cc | 52 bool IsSupported(OpCode op_code) const override { in IsSupported() function in bluetooth::hci::__anone6f257030111::TestController
|
D | le_advertising_manager_test.cc | 53 bool IsSupported(OpCode op_code) const override { in IsSupported() function in bluetooth::hci::__anon003212320111::TestController
|
D | controller.cc | 925 bool Controller::IsSupported(bluetooth::hci::OpCode op_code) const { in IsSupported() function in bluetooth::hci::Controller
|
/system/extras/profcollectd/libprofcollectd/ |
D | simpleperf_etm_provider.cpp | 51 static bool IsSupported(); 59 bool SimpleperfETMProvider::IsSupported() { in IsSupported() function in android::profcollectd::SimpleperfETMProvider 96 if (SimpleperfETMProvider::IsSupported()) { in REGISTER_SIMPLEPERF_ETM_PROVIDER()
|
/system/bt/main/shim/ |
D | controller.cc | 135 return GetController()->IsSupported( in supports_reading_remote_extended_features() 160 return GetController()->IsSupported( in supports_enhanced_setup_synchronous_connection() 165 return GetController()->IsSupported( in supports_enhanced_accept_synchronous_connection() 222 return GetController()->IsSupported( in supports_ble_set_privacy_mode()
|
/system/vold/model/ |
D | PublicVolume.cpp | 98 if (mFsType == "vfat" && vfat::IsSupported()) { in doMount() 103 } else if (mFsType == "exfat" && exfat::IsSupported()) { in doMount() 256 bool useVfat = vfat::IsSupported(); in doFormat() 257 bool useExfat = exfat::IsSupported(); in doFormat()
|
D | PrivateVolume.cpp | 183 IsVirtioBlkDevice(major(mRawDevice))) && f2fs::IsSupported()) { in doFormat()
|
/system/vold/fs/ |
D | F2fs.h | 28 bool IsSupported();
|
D | Exfat.h | 28 bool IsSupported();
|
D | Vfat.h | 28 bool IsSupported();
|
D | Ext4.h | 28 bool IsSupported();
|
D | Exfat.cpp | 36 bool IsSupported() { in IsSupported() function
|
D | F2fs.cpp | 39 bool IsSupported() { in IsSupported() function
|
D | Vfat.cpp | 54 bool IsSupported() { in IsSupported() function
|
D | Ext4.cpp | 58 bool IsSupported() { in IsSupported() function
|
/system/memory/libmeminfo/vts/ |
D | vts_meminfo_test.cpp | 28 TEST(SmapsRollup, IsSupported) { in TEST() argument
|
/system/bt/audio_hal_interface/ |
D | client_interface.cc | 194 if (IsSupported()) { in BluetoothAudioClientInterface() 215 bool BluetoothAudioClientInterface::IsSupported() { in IsSupported() function in bluetooth::audio::BluetoothAudioClientInterface 239 if (!IsSupported()) return capabilities; in GetAudioCapabilities()
|
D | client_interface.h | 169 static bool IsSupported();
|