Home
last modified time | relevance | path

Searched refs:IsSupported (Results 1 – 22 of 22) sorted by relevance

/system/bt/gd/hci/
Dcontroller_test.cc394 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 …]
Dcontroller.h110 virtual bool IsSupported(OpCode op_code) const;
Dle_scanning_manager.cc61 if (controller_->IsSupported(OpCode::LE_SET_EXTENDED_SCAN_PARAMETERS)) { in start()
63 } else if (controller_->IsSupported(OpCode::LE_EXTENDED_SCAN_PARAMS)) { in start()
Dle_advertising_manager.cc98 if (controller_->IsSupported(hci::OpCode::LE_SET_EXTENDED_ADVERTISING_PARAMETERS)) { in start()
100 } else if (controller_->IsSupported(hci::OpCode::LE_MULTI_ADVT)) { in start()
Dle_scanning_manager_test.cc52 bool IsSupported(OpCode op_code) const override { in IsSupported() function in bluetooth::hci::__anone6f257030111::TestController
Dle_advertising_manager_test.cc53 bool IsSupported(OpCode op_code) const override { in IsSupported() function in bluetooth::hci::__anon003212320111::TestController
Dcontroller.cc925 bool Controller::IsSupported(bluetooth::hci::OpCode op_code) const { in IsSupported() function in bluetooth::hci::Controller
/system/extras/profcollectd/libprofcollectd/
Dsimpleperf_etm_provider.cpp51 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/
Dcontroller.cc135 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/
DPublicVolume.cpp98 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()
DPrivateVolume.cpp183 IsVirtioBlkDevice(major(mRawDevice))) && f2fs::IsSupported()) { in doFormat()
/system/vold/fs/
DF2fs.h28 bool IsSupported();
DExfat.h28 bool IsSupported();
DVfat.h28 bool IsSupported();
DExt4.h28 bool IsSupported();
DExfat.cpp36 bool IsSupported() { in IsSupported() function
DF2fs.cpp39 bool IsSupported() { in IsSupported() function
DVfat.cpp54 bool IsSupported() { in IsSupported() function
DExt4.cpp58 bool IsSupported() { in IsSupported() function
/system/memory/libmeminfo/vts/
Dvts_meminfo_test.cpp28 TEST(SmapsRollup, IsSupported) { in TEST() argument
/system/bt/audio_hal_interface/
Dclient_interface.cc194 if (IsSupported()) { in BluetoothAudioClientInterface()
215 bool BluetoothAudioClientInterface::IsSupported() { in IsSupported() function in bluetooth::audio::BluetoothAudioClientInterface
239 if (!IsSupported()) return capabilities; in GetAudioCapabilities()
Dclient_interface.h169 static bool IsSupported();