/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_interface.cc | 57 tBT_TRANSPORT /* transport */) -> bool { in __anondf8b21f10b02() 60 .BTM_ReadRemoteFeatures = [](const RawAddress& /* addr */) -> uint8_t* { in __anondf8b21f10c02() 66 .BTM_GetMaxPacketSize = [](const RawAddress& /* bd_addr */) -> uint16_t { in __anondf8b21f10e02() 74 .BTM_GetPeerDeviceTypeFromFeatures = [](const RawAddress& /* bd_addr */) 75 -> tBT_DEVICE_TYPE { return BT_DEVICE_TYPE_DUMO; }, in __anondf8b21f11002() 79 .BTM_GetPeerSCA = [](const RawAddress& /* remote_bda */, 81 .BTM_IsPhy2mSupported = [](const RawAddress& /* remote_bda */, 83 .BTM_GetHCIConnHandle = [](const RawAddress& /* remote_bda */, 87 .BTM_GetRole = [](const RawAddress& /* remote_bd_addr */, tHCI_ROLE* /* p_role */) 89 .BTM_SetPowerMode = [](uint8_t /* pm_id */, const RawAddress& /* remote_bda */, [all …]
|
D | mock_stack_connection_manager.cc | 31 tAPP_ID /* app_id */, const RawAddress& /* address */) { in background_connect_targeted_announcement_add() 37 const RawAddress& /* address */) { in background_connect_add() 42 const RawAddress& /* address */) { in background_connect_remove() 47 bool connection_manager::direct_connect_add(uint8_t /* app_id */, const RawAddress& /* address */, in direct_connect_add() 53 const RawAddress& /* address */, in direct_connect_remove() 58 bool connection_manager::remove_unconditional(const RawAddress& /* address */) { in remove_unconditional() 62 std::set<tAPP_ID> connection_manager::get_apps_connecting_to(const RawAddress& /* address */) { in get_apps_connecting_to() 70 void connection_manager::on_connection_complete(const RawAddress& /* address */) { in on_connection_complete() 74 void connection_manager::on_connection_timed_out_from_shim(const RawAddress& /* address */) { in on_connection_timed_out_from_shim() 80 bool connection_manager::is_background_connection(const RawAddress& /* address */) { in is_background_connection()
|
D | mock_btif_dm.cc | 41 bool btif_check_cod_hid(const RawAddress& /* remote_bdaddr */) { in btif_check_cod_hid() 45 bool is_device_le_audio_capable(const RawAddress /* bd_addr */) { in is_device_le_audio_capable() 49 bool is_le_audio_capable_during_service_discovery(const RawAddress& /* bd_addr */) { in is_le_audio_capable_during_service_discovery() 53 uint16_t btif_dm_get_connection_state(const RawAddress& /* bd_addr */) { in btif_dm_get_connection_state() 72 void btif_dm_cancel_bond(const RawAddress /* bd_addr */) { inc_func_call_count(__func__); } in btif_dm_cancel_bond() 75 void btif_dm_create_bond(const RawAddress /* bd_addr */, tBT_TRANSPORT /* transport */) { in btif_dm_create_bond() 78 void btif_dm_create_bond_le(const RawAddress /* bd_addr */, tBLE_ADDR_TYPE /* addr_type */) { in btif_dm_create_bond_le() 81 void btif_dm_create_bond_out_of_band(const RawAddress /* bd_addr */, tBT_TRANSPORT /* transport */, in btif_dm_create_bond_out_of_band() 93 void btif_dm_get_remote_services(RawAddress /* remote_addr */, tBT_TRANSPORT /* transport */) { in btif_dm_get_remote_services() argument 96 void btif_dm_hh_open_failed(RawAddress* /* bdaddr */) { inc_func_call_count(__func__); } in btif_dm_hh_open_failed() argument [all …]
|
D | mock_stack_smp_api.cc | 26 bool SMP_PairCancel(const RawAddress& /* bd_addr */) { in SMP_PairCancel() 34 tSMP_STATUS SMP_BR_PairWith(const RawAddress& /* bd_addr */) { in SMP_BR_PairWith() 38 tSMP_STATUS SMP_Pair(const RawAddress& /* bd_addr */, tBLE_ADDR_TYPE /* addr_type */) { in SMP_Pair() 42 tSMP_STATUS SMP_Pair(const RawAddress& /* bd_addr */) { in SMP_Pair() 46 void SMP_ConfirmReply(const RawAddress& /* bd_addr */, uint8_t /* res */) { in SMP_ConfirmReply() 50 void SMP_OobDataReply(const RawAddress& /* bd_addr */, tSMP_STATUS /* res */, uint8_t /* len */, in SMP_OobDataReply() 54 void SMP_PasskeyReply(const RawAddress& /* bd_addr */, uint8_t /* res */, uint32_t /* passkey */) { in SMP_PasskeyReply() 58 void SMP_SecurityGrant(const RawAddress& /* bd_addr */, tSMP_STATUS /* res */) { in SMP_SecurityGrant() 69 void SMP_SirkConfirmDeviceReply(const RawAddress& /* bd_addr */, uint8_t /* res */) { in SMP_SirkConfirmDeviceReply()
|
D | mock_stack_btm_sco.cc | 39 tBTM_STATUS BTM_CreateSco(const RawAddress* /* remote_bda */, bool /* is_orig */, in BTM_CreateSco() 57 void BTM_RemoveScoByBdaddr(const RawAddress& /* bd_addr */) { inc_func_call_count(__func__); } in BTM_RemoveScoByBdaddr() 58 void btm_sco_acl_removed(const RawAddress* /* bda */) { inc_func_call_count(__func__); } in btm_sco_acl_removed() 63 void btm_sco_conn_req(const RawAddress& /* bda */, const DEV_CLASS& /* dev_class */, in btm_sco_conn_req() 67 void btm_sco_connected(const RawAddress& /* bda */, uint16_t /* hci_handle */, in btm_sco_connected() 71 void btm_sco_connection_failed(tHCI_STATUS /* hci_status */, const RawAddress& /* bda */, in btm_sco_connection_failed() 81 void btm_sco_on_esco_connect_request(const RawAddress& /* bda */, in btm_sco_on_esco_connect_request() 85 void btm_sco_on_sco_connect_request(const RawAddress& /* bda */, in btm_sco_on_sco_connect_request() 89 bool btm_peer_supports_esco_2m_phy(RawAddress /* bd_addr */) { in btm_peer_supports_esco_2m_phy() argument 93 bool btm_peer_supports_esco_3m_phy(RawAddress /* bd_addr */) { in btm_peer_supports_esco_3m_phy() argument [all …]
|
D | mock_stack_btm_dev.cc | 49 void BTM_SecAddDevice(const RawAddress& /* bd_addr */, const DEV_CLASS /* dev_class */, in BTM_SecAddDevice() 53 bool BTM_SecDeleteDevice(const RawAddress& /* bd_addr */) { in BTM_SecDeleteDevice() 57 bool btm_set_bond_type_dev(const RawAddress& /* bd_addr */, tBTM_BOND_TYPE /* bond_type */) { in btm_set_bond_type_dev() 61 const char* BTM_SecReadDevName(const RawAddress& /* bd_addr */) { in BTM_SecReadDevName() 65 DEV_CLASS BTM_SecReadDevClass(const RawAddress& /* bd_addr */) { in BTM_SecReadDevClass() 77 tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& /* bd_addr */) { in btm_find_or_alloc_dev() 81 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& /* bd_addr */) { in btm_sec_alloc_dev() 89 tBTM_BOND_TYPE btm_get_bond_type_dev(const RawAddress& /* bd_addr */) { in btm_get_bond_type_dev() 93 void BTM_SecClearSecurityFlags(const RawAddress& /* bd_addr */) { inc_func_call_count(__func__); } in BTM_SecClearSecurityFlags() 95 void btm_dev_consolidate_existing_connections(const RawAddress& /* bd_addr */) { in btm_dev_consolidate_existing_connections()
|
D | mock_bta_sys_conn.cc | 30 const RawAddress& /* peer_addr */) { in bta_sys_app_close() 34 const RawAddress& /* peer_addr */) { in bta_sys_app_open() 37 void bta_sys_busy(tBTA_SYS_ID /* id */, uint8_t /* app_id */, const RawAddress& /* peer_addr */) { in bta_sys_busy() 44 const RawAddress& /* peer_addr */) { in bta_sys_conn_close() 48 const RawAddress& /* peer_addr */) { in bta_sys_conn_open() 51 void bta_sys_idle(tBTA_SYS_ID /* id */, uint8_t /* app_id */, const RawAddress& /* peer_addr */) { in bta_sys_idle() 54 void bta_sys_notify_collision(const RawAddress& /* peer_addr */) { inc_func_call_count(__func__); } in bta_sys_notify_collision() 55 void bta_sys_notify_role_chg(const RawAddress& /* peer_addr */, tHCI_ROLE /* new_role */, in bta_sys_notify_role_chg() 62 const RawAddress& /* peer_addr */) { in bta_sys_reset_sniff() 70 const RawAddress& /* peer_addr */) { in bta_sys_sco_close() [all …]
|
D | mock_stack_l2cap_link.cc | 37 tBTM_STATUS l2cu_ConnectAclForSecurity(const RawAddress& /* bd_addr */) { in l2cu_ConnectAclForSecurity() 41 void l2c_OnHciModeChangeSendPendingPackets(RawAddress /* remote */) { in l2c_OnHciModeChangeSendPendingPackets() argument 52 const RawAddress& /* p_bda */) { in l2c_link_hci_conn_comp() 56 void l2c_link_role_changed(const RawAddress* /* bd_addr */, tHCI_ROLE /* new_role */, in l2c_link_role_changed() 60 void l2c_link_sec_comp(const RawAddress /* bda */, tBT_TRANSPORT /* transport */, in l2c_link_sec_comp() 69 void l2c_pin_code_request(const RawAddress& /* bd_addr */) { inc_func_call_count(__func__); } in l2c_pin_code_request() 70 void l2cble_update_sec_act(const RawAddress& /* bd_addr */, uint16_t /* sec_act */) { in l2cble_update_sec_act()
|
D | mock_bluetooth_interface.cc | 29 void invoke_remote_device_properties_cb(bt_status_t /* status */, RawAddress /* bd_addr */, in invoke_remote_device_properties_cb() argument 34 void invoke_pin_request_cb(RawAddress /* bd_addr */, bt_bdname_t /* bd_name */, uint32_t /* cod */, in invoke_pin_request_cb() argument 36 void invoke_ssp_request_cb(RawAddress /* bd_addr */, bt_ssp_variant_t /* pairing_variant */, in invoke_ssp_request_cb() argument 39 Octet16 /* r */, RawAddress /* raw_address */, in invoke_oob_data_request_cb() argument 41 void invoke_bond_state_changed_cb(bt_status_t /* status */, RawAddress /* bd_addr */, in invoke_bond_state_changed_cb() argument 43 void invoke_address_consolidate_cb(RawAddress /* main_bd_addr */, in invoke_address_consolidate_cb() argument 45 void invoke_le_address_associate_cb(RawAddress /* main_bd_addr */, in invoke_le_address_associate_cb() argument 48 void invoke_acl_state_changed_cb(bt_status_t /* status */, RawAddress /* bd_addr */, in invoke_acl_state_changed_cb() argument 62 void invoke_key_missing_cb(const RawAddress /* bd_addr */) {} in invoke_key_missing_cb()
|
D | mock_stack_gatt_attr.cc | 31 uint16_t gatt_profile_find_conn_id_by_bd_addr(const RawAddress& /* remote_bda */) { in gatt_profile_find_conn_id_by_bd_addr() 35 bool gatt_profile_get_eatt_support(const RawAddress& /* remote_bda */) { in gatt_profile_get_eatt_support() 47 void GATT_ConfigServiceChangeCCC(const RawAddress& /* remote_bda */, bool /* enable */, in GATT_ConfigServiceChangeCCC() 56 bool gatt_cl_read_sirk_req(const RawAddress& /* peer_bda */, in gatt_cl_read_sirk_req()
|
D | mock_stack_gap_ble.cc | 29 bool GAP_BleCancelReadPeerDevName(const RawAddress& /* peer_bda */) { in GAP_BleCancelReadPeerDevName() 33 bool GAP_BleReadPeerDevName(const RawAddress& /* peer_bda */, tGAP_BLE_CMPL_CBACK* /* p_cback */) { in GAP_BleReadPeerDevName() 37 bool GAP_BleReadPeerAppearance(const RawAddress& /* peer_bda */, in GAP_BleReadPeerAppearance() 42 bool GAP_BleReadPeerPrefConnParams(const RawAddress& /* peer_bda */) { in GAP_BleReadPeerPrefConnParams()
|
D | mock_main_shim_metric_id_api.cc | 29 bool InitMetricIdAllocator(const std::unordered_map<RawAddress, int>& /* paired_device_map */, in InitMetricIdAllocator() 47 bool SaveDeviceOnMetricIdAllocator(const RawAddress& /* raw_address */) { in SaveDeviceOnMetricIdAllocator() 51 int AllocateIdFromMetricIdAllocator(const RawAddress& /* raw_address */) { in AllocateIdFromMetricIdAllocator() 55 void ForgetDeviceFromMetricIdAllocator(const RawAddress& /* raw_address */) { in ForgetDeviceFromMetricIdAllocator()
|
D | mock_main_shim_acl_api.cc | 32 void bluetooth::shim::ACL_CreateClassicConnection(const RawAddress& /* raw_address */) { in ACL_CreateClassicConnection() 35 void bluetooth::shim::ACL_CancelClassicConnection(const RawAddress& /* raw_address */) { in ACL_CancelClassicConnection() 49 void bluetooth::shim::ACL_ReadConnectionAddress(uint16_t /* handle */, RawAddress& /* conn_addr */, in ACL_ReadConnectionAddress() argument 55 RawAddress& /* conn_addr */, in ACL_ReadPeerConnectionAddress() argument 61 const RawAddress& /* addr */) { in ACL_GetAdvertisingSetConnectedTo() 90 void bluetooth::shim::ACL_CancelRemoteNameRequest(const RawAddress& /* addr */) { in ACL_CancelRemoteNameRequest() 93 void bluetooth::shim::ACL_RemoteNameRequest(const RawAddress& /* addr */, in ACL_RemoteNameRequest()
|
D | mock_bta_leaudio.cc | 45 const RawAddress& /* addr */, bool /* autoconnect */, in AddFromStorage() 54 bool LeAudioClient::GetHandlesForStorage(const RawAddress& /* addr */, in GetHandlesForStorage() 60 bool LeAudioClient::GetSinkPacsForStorage(const RawAddress& /* addr */, in GetSinkPacsForStorage() 66 bool LeAudioClient::GetSourcePacsForStorage(const RawAddress& /* addr */, in GetSourcePacsForStorage() 72 bool LeAudioClient::GetAsesForStorage(const RawAddress& /* addr */, in GetAsesForStorage() 78 bool LeAudioClient::GetGmapForStorage(const RawAddress& /* addr */, in GetGmapForStorage()
|
D | mock_osi_stack_power_telemetry.cc | 59 const RawAddress& /* bd_addr */) { in LogChannelConnected() 65 const RawAddress& /* bd_addr */) { in LogChannelDisconnected() 70 const RawAddress& /* bd_addr */, in LogTxBytes() 76 const RawAddress& /* bd_addr */, in LogRxBytes() 88 const RawAddress& /* bdaddr */, in LogLinkDetails() 106 const RawAddress& /* bdaddr */) { in LogSniffStarted() 110 const RawAddress& /* bdaddr */) { in LogSniffStopped()
|
D | mock_stack_gatt_main.cc | 30 bool gatt_act_connect(tGATT_REG* /* p_reg */, const RawAddress& /* bd_addr */, in gatt_act_connect() 44 void gatt_add_a_bonded_dev_for_srv_chg(const RawAddress& /* bda */) { in gatt_add_a_bonded_dev_for_srv_chg() 51 void gatt_consolidate(const RawAddress& /* identity_addr */, const RawAddress& /* rpa */) { in gatt_consolidate() 56 void gatt_notify_conn_update(const RawAddress& /* remote */, uint16_t /* interval */, in gatt_notify_conn_update() 71 void gatt_send_srv_chg_ind(const RawAddress& /* peer_bda */) { inc_func_call_count(__func__); } in gatt_send_srv_chg_ind()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | vc.rs | 14 type RawAddress = crate::btif::RawAddress; typedef 34 fn connect(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in connect() 35 fn disconnect(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in disconnect() 36 fn remove_device(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in remove_device() 38 fn mute(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in mute() 39 fn unmute(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in unmute() 42 addr: RawAddress, in get_ext_audio_out_volume_offset() 47 addr: RawAddress, in set_ext_audio_out_volume_offset() 53 addr: RawAddress, in get_ext_audio_out_location() 58 addr: RawAddress, in set_ext_audio_out_location() [all …]
|
D | csis.rs | 16 type RawAddress = crate::btif::RawAddress; typedef 48 fn connect(self: Pin<&mut CsisClientIntf>, addr: RawAddress); in connect() 49 fn disconnect(self: Pin<&mut CsisClientIntf>, addr: RawAddress); in disconnect() 51 fn remove_device(self: Pin<&mut CsisClientIntf>, addr: RawAddress); in remove_device() 56 fn csis_connection_state_callback(addr: RawAddress, state: BtCsisConnectionState); in csis_connection_state_callback() 58 addr: RawAddress, in csis_device_available_callback() 64 fn csis_set_member_available_callback(addr: RawAddress, group_id: i32); in csis_set_member_available_callback() 191 pub fn connect(&mut self, addr: RawAddress) { in connect() 197 pub fn disconnect(&mut self, addr: RawAddress) { in disconnect() 209 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | metrics.rs | 11 type RawAddress = crate::btif::RawAddress; typedef 18 fn bond_create_attempt(bt_addr: RawAddress, device_type: u32); in bond_create_attempt() 20 bt_addr: RawAddress, in bond_state_changed() 27 bt_addr: RawAddress, in device_info_report() 37 bt_addr: RawAddress, in profile_connection_state_changed() 42 fn acl_connect_attempt(addr: RawAddress, acl_state: u32); in acl_connect_attempt() 44 bt_addr: RawAddress, in acl_connection_state_changed() 60 pub fn bond_create_attempt(addr: RawAddress, device_type: BtDeviceType) { in bond_create_attempt() 65 addr: RawAddress, in bond_state_changed() 81 addr: RawAddress, in device_info_report() [all …]
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_has_client.cc | 74 void SelectActivePreset(std::variant<RawAddress, int> addr_or_group_id, in SelectActivePreset() 80 void NextActivePreset(std::variant<RawAddress, int> addr_or_group_id) override { in NextActivePreset() 85 void PreviousActivePreset(std::variant<RawAddress, int> addr_or_group_id) override { in PreviousActivePreset() 95 void SetPresetName(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in SetPresetName() 127 void OnActivePresetSelected(std::variant<RawAddress, int> addr_or_group_id, in OnActivePresetSelected() 133 void OnActivePresetSelectError(std::variant<RawAddress, int> addr_or_group_id, in OnActivePresetSelectError() 139 void OnPresetInfo(std::variant<RawAddress, int> addr_or_group_id, PresetInfoReason change_id, in OnPresetInfo() 145 void OnPresetInfoError(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in OnPresetInfoError() 151 void OnSetPresetNameError(std::variant<RawAddress, int> addr_or_group_id, uint8_t preset_index, in OnSetPresetNameError()
|
/packages/modules/Bluetooth/system/stack/test/eatt/ |
D | eatt_test.cc | 58 void gatt_consolidate(const RawAddress& /*identity_addr*/, const RawAddress& /*rpa*/) {} in gatt_consolidate() 60 tGATT_TCB* gatt_find_tcb_by_addr(const RawAddress& /*bda*/, tBT_TRANSPORT /*transport*/) { in gatt_find_tcb_by_addr() 74 base::OnceCallback<void(const RawAddress&, uint8_t)> cb) { in ConnectDeviceEattSupported() 78 EXPECT_CALL(gatt_interface_, GetEattSupport).WillRepeatedly([](const RawAddress& /*addr*/) { in ConnectDeviceEattSupported() 136 base::OnceCallback<void(const RawAddress&, uint8_t)> cb) { in ConnectDeviceBothSides() 142 ON_CALL(gatt_interface_, GetEattSupport).WillByDefault([](const RawAddress& /*addr*/) { in ConnectDeviceBothSides() 292 [](const RawAddress& /*addr*/, tBT_TRANSPORT /*transport*/) { return true; }); in TEST_F() 308 [](const RawAddress& /*addr*/, tBT_TRANSPORT /*transport*/) { return true; }); in TEST_F() 311 base::OnceCallback<void(const RawAddress&, uint8_t)> cb) { in TEST_F() 315 ON_CALL(gatt_interface_, GetEattSupport).WillByDefault([](const RawAddress& /*addr*/) { in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 48 addr: RawAddress, in on_client_connection_state() 56 addr: RawAddress, in on_phy_update() 65 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read() 72 addr: RawAddress, in on_search_complete() 82 addr: RawAddress, in on_characteristic_read() 91 fn on_characteristic_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_characteristic_write() 96 fn on_execute_write(&mut self, addr: RawAddress, status: GattStatus) { in on_execute_write() 103 addr: RawAddress, in on_descriptor_read() 112 fn on_descriptor_write(&mut self, addr: RawAddress, status: GattStatus, handle: i32) { in on_descriptor_write() 117 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_service.rs | 86 remote_address: RawAddress, in on_battery_service_status_updated() 91 fn on_battery_info_updated(&mut self, remote_address: RawAddress, battery_info: BatterySet); in on_battery_info_updated() 274 fn set_battery_info(&mut self, remote_address: &RawAddress, value: &Vec<u8>) -> BatterySet { in set_battery_info() 299 pub(crate) fn init_device(&self, remote_address: RawAddress) { in init_device() 314 pub(crate) fn drop_device(&mut self, remote_address: RawAddress) { in drop_device() 335 remote_address: RawAddress, in get_battery_level_char() 476 addr: RawAddress, in on_client_connection_state() 490 addr: RawAddress, in on_search_complete() 506 addr: RawAddress, in on_characteristic_read() 521 fn on_notify(&mut self, addr: RawAddress, handle: i32, value: Vec<u8>) { in on_notify() [all …]
|
/packages/modules/Bluetooth/system/stack/test/sdp/ |
D | stack_sdp_api_test.cc | 102 [](const RawAddress& /* bd_addr */, tSDP_RESULT /* result */) {})); in TEST_F() 119 [](const RawAddress& /* bd_addr */, tSDP_RESULT /* result */) {})); in TEST_F() 136 base::BindRepeating([](const RawAddress& /* bd_addr */, in TEST_F() 137 tSDP_RESULT /* result */) {}))); in TEST_F()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_rc_test.cc | 54 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice(const RawAddress& /*bdaddr*/) { in ConnectDevice() 57 bool AvrcpService::ServiceInterfaceImpl::DisconnectDevice(const RawAddress& /*bdaddr*/) { in DisconnectDevice() 60 void AvrcpService::ServiceInterfaceImpl::SetBipClientStatus(const RawAddress& /*bdaddr*/, in SetBipClientStatus() 70 void AvrcpService::RegisterVolChanged(const RawAddress& /*bdaddr*/) { VolChanged++; } in RegisterVolChanged() 90 bool btif_av_is_connected_addr(const RawAddress& /*peer_address*/, in btif_av_is_connected_addr() 94 bool btif_av_peer_is_connected_sink(const RawAddress& /*peer_address*/) { return false; } in btif_av_peer_is_connected_sink() 95 bool btif_av_peer_is_connected_source(const RawAddress& /*peer_address*/) { return true; } in btif_av_peer_is_connected_source() 96 bool btif_av_peer_is_sink(const RawAddress& /*peer_address*/) { return false; } in btif_av_peer_is_sink() 97 bool btif_av_peer_is_source(const RawAddress& /*peer_address*/) { return true; } in btif_av_peer_is_source() 109 bool interop_match_addr(const interop_feature_t /*feature*/, const RawAddress* /*addr*/) { in interop_match_addr() [all …]
|