/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_properties.cc | 39 struct osi_property_get_bool osi_property_get_bool; variable 53 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool() function 55 return test::mock::osi_properties::osi_property_get_bool(key, default_value); in osi_property_get_bool()
|
D | mock_osi_properties.h | 54 struct osi_property_get_bool { struct 64 extern struct osi_property_get_bool osi_property_get_bool; argument
|
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/ |
D | audio_a2dp_hw_utils.cc | 43 return !osi_property_get_bool("persist.bluetooth.disabledelayreports", false); in delay_reporting_enabled()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | properties.h | 54 bool osi_property_get_bool(const char* key, bool default_value);
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hfp_hal.cc | 60 return osi_property_get_bool("bluetooth.hfp.swb.supported", false); in get_swb_supported()
|
D | btm_sco.cc | 343 !osi_property_get_bool(kPropertyDisableEnhancedConnection, in btm_esco_conn_rsp() 672 !osi_property_get_bool(kPropertyDisableEnhancedConnection, in btm_send_connect_request() 1566 !osi_property_get_bool(kPropertyDisableEnhancedConnection, in BTM_ChangeEScoLinkParms()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | sysprop.rs | 95 unsafe { bindings::osi_property_get_bool(key_cptr.into(), default_value) } in get_bool()
|
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.h | 126 return osi_property_get_bool("bluetooth.profile.avrcp.target.enabled", false); in is_new_avrcp_enabled()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | properties.cc | 67 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool() function
|
D | stack_power_telemetry.cc | 156 log_per_channel_ = osi_property_get_bool( in PowerTelemetryImpl() 158 power_telemetry_enabled_property_ = osi_property_get_bool( in PowerTelemetryImpl()
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_dm_test.cc | 493 test::mock::osi_properties::osi_property_get_bool.body = in TEST_F_WITH_FLAGS() 515 test::mock::osi_properties::osi_property_get_bool.body = in TEST_F_WITH_FLAGS()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | codec_manager.cc | 100 offload_enable_ = osi_property_get_bool( in codec_manager_impl() 102 !osi_property_get_bool( in codec_manager_impl() 129 dual_bidirection_swb_supported_ = osi_property_get_bool( in start() 344 osi_property_get_bool( in IsUsingCodecExtensibility()
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_utils_test.cc | 313 test::mock::osi_properties::osi_property_get_bool.body = in SetUp() 330 test::mock::osi_properties::osi_property_get_bool = {}; in TearDown() 645 test::mock::osi_properties::osi_property_get_bool.body = in TEST_F()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | hearing_aid_software_encoding_hidl.cc | 169 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_2_0_force_disabled()
|
D | a2dp_encoding_hidl.cc | 333 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_2_0_force_disabled()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | hearing_aid_software_encoding_aidl.cc | 175 osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_force_disabled()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_server.cc | 149 !(osi_property_get_bool("vendor.bt.pts.certification", false))) { in sdp_dynamic_change_hfp_version() 377 bool running_pts = osi_property_get_bool(SDP_ENABLE_PTS_PBAP, false); in sdp_upgrade_pse_record() 734 bool running_pts = osi_property_get_bool(SDP_ENABLE_PTS_PBAP, false); in sdp_pbap_pse_dynamic_attributes_len_update()
|
D | sdp_utils.cc | 1514 if (!osi_property_get_bool(AVRC_DYNAMIC_AVRCP_ENABLE_PROPERTY, true)) { in sdpu_set_avrc_target_version() 1594 if (!osi_property_get_bool(AVRC_DYNAMIC_AVRCP_ENABLE_PROPERTY, false)) { in sdpu_set_avrc_target_features()
|
/packages/modules/Bluetooth/system/device/src/ |
D | device_iot_config_int.cc | 317 return osi_property_get_bool(PROPERTY_FACTORY_RESET, false); in device_iot_config_is_factory_reset()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_api.cc | 107 if (osi_property_get_bool(PROPERTY_BLE_PRIVACY_OWN_ADDRESS_ENABLED, in ACL_ConfigureLePrivacy()
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | hfp_client_interface.cc | 101 return !osi_property_get_bool(BLUETOOTH_AUDIO_HAL_PROP_DISABLED, false); in is_hal_enabled()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 237 osi_property_get_bool("bluetooth.gatt.delay_close.enabled", true)); in BTA_dm_on_hw_on() 301 osi_property_get_bool(kPropertySniffOffloadEnabled, false)) { in BTA_dm_on_hw_on()
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 548 bool osi_property_get_bool(const char* key, bool default_value) { in osi_property_get_bool() function
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | connection_handler.cc | 547 if (osi_property_get_bool(AVRC_DYNAMIC_AVRCP_ENABLE_PROPERTY, true)) { in SdpCb()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_at.cc | 338 const bool exit_sniff_while_ring = osi_property_get_bool( in bta_hf_client_handle_ring() 1893 if (osi_property_get_bool(kPropertyEnhancedDrivingIndicatorEnabled, in bta_hf_client_send_at_bind()
|