/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_properties.cc | 40 struct osi_property_get_int32 osi_property_get_int32; variable 57 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() function 59 return test::mock::osi_properties::osi_property_get_int32(key, default_value); in osi_property_get_int32()
|
D | mock_osi_properties.h | 69 struct osi_property_get_int32 { struct 79 extern struct osi_property_get_int32 osi_property_get_int32; argument
|
/packages/modules/Bluetooth/system/osi/test/ |
D | properties_test.cc | 45 int32_t rvalue = osi_property_get_int32("very.useful.test", value); in TEST_F() 55 int32_t received = osi_property_get_int32("very.useful.set.test", 84); in TEST_F()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_cfg.cc | 130 osi_property_get_int32("bluetooth.bta_hs_sniff_delay_ms.config", 7000)); in get_bta_dm_pm_spec() 132 uint16_t(osi_property_get_int32( in get_bta_dm_pm_spec() 136 osi_property_get_int32("bluetooth.bta_ftc_idle_to_sniff_delay_ms.config", in get_bta_dm_pm_spec()
|
D | bta_dm_act.cc | 268 osi_property_get_int32(PROPERTY_PAGE_TIMEOUT, in BTA_dm_on_hw_on()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | properties.h | 47 int32_t osi_property_get_int32(const char* key, int32_t default_value);
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | sysprop.rs | 60 unsafe { bindings::osi_property_get_int32(key_cptr.into(), default_value) } in get_i32()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | properties.cc | 58 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() function
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_inq.cc | 316 osi_property_get_int32(PROPERTY_INQ_SCAN_WINDOW, BTM_DEFAULT_DISC_WINDOW); in BTM_SetDiscoverability() 317 const uint16_t interval = osi_property_get_int32(PROPERTY_INQ_SCAN_INTERVAL, in BTM_SetDiscoverability() 360 osi_property_get_int32(PROPERTY_INQ_SCAN_TYPE, BTM_SCAN_TYPE_INTERLACED); in BTM_EnableInterlacedInquiryScan() 385 osi_property_get_int32(PROPERTY_PAGE_SCAN_TYPE, BTM_SCAN_TYPE_INTERLACED); in BTM_EnableInterlacedPageScan() 477 const uint16_t window = osi_property_get_int32(PROPERTY_PAGE_SCAN_WINDOW, in BTM_SetConnectability() 479 const uint16_t interval = osi_property_get_int32(PROPERTY_PAGE_SCAN_INTERVAL, in BTM_SetConnectability() 735 const uint8_t inq_length = osi_property_get_int32( in BTM_StartInquiry()
|
D | btm_ble_gap.cc | 504 uint16_t scan_interval = osi_property_get_int32(kPropertyInquiryScanInterval, in get_low_latency_scan_params() 506 uint16_t scan_window = osi_property_get_int32(kPropertyInquiryScanWindow, in get_low_latency_scan_params()
|
D | btm_sec.cc | 4774 osi_property_get_int32("bluetooth.btm.sec.delay_auth_ms.value", 0); in btm_sec_wait_and_start_authentication()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 1072 (uint16_t)osi_property_get_int32( in gatt_send_srv_chg_ind() 1075 static const uint16_t sGATT_LAST_HANDLE = (uint16_t)osi_property_get_int32( in gatt_send_srv_chg_ind()
|
D | gatt_utils.cc | 111 std::max(osi_property_get_int32( in gatt_get_max_phy_channel()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 306 osi_property_get_int32("bluetooth.core.le.min_connection_interval", in l2cble_process_sig_cmd() 1396 phone_min_interval = (uint16_t)osi_property_get_int32( in L2CA_AdjustConnectionIntervals()
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 296 default_data_interval_ms = (uint16_t)osi_property_get_int32( in HearingAidImpl() 307 (int16_t)osi_property_get_int32(PERSIST_MIN_CE_LEN_NAME.c_str(), -1); in HearingAidImpl() 309 (int16_t)osi_property_get_int32(PERSIST_MAX_CE_LEN_NAME.c_str(), -1); in HearingAidImpl()
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 567 int32_t osi_property_get_int32(const char* key, int32_t default_value) { in osi_property_get_int32() function
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 1388 osi_property_get_int32(PROPERTY_LINK_SUPERVISION_TIMEOUT, 8000); in btm_acl_role_changed() 2354 osi_property_get_int32(PROPERTY_LINK_SUPERVISION_TIMEOUT, 8000); in on_acl_br_edr_connected()
|
/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_at.cc | 2200 const int32_t position = osi_property_get_int32( in bta_hf_client_send_at_bia()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.cc | 1342 osi_property_get_int32(kStateTransitionTimeoutMsProp, timeoutMs); in SetTargetState()
|
D | client.cc | 4037 timeoutMs = osi_property_get_int32(kAudioSuspentKeepIsoAliveTimeoutMsProp, in OnAudioSuspend()
|