/system/bt/test/mock/ |
D | mock_main_shim_metrics_api.cc | 78 const RawAddress* raw_address, uint32_t connection_handle, in LogMetricLinkLayerConnectionEvent() 88 const RawAddress& raw_address, uint64_t encoding_interval_millis, in LogMetricA2dpAudioUnderrunEvent() 95 const RawAddress& raw_address, uint64_t encoding_interval_millis, in LogMetricA2dpAudioOverrunEvent() 103 void bluetooth::shim::LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, in LogMetricA2dpPlaybackEvent() 110 void bluetooth::shim::LogMetricReadRssiResult(const RawAddress& raw_address, in LogMetricReadRssiResult() 119 const RawAddress& raw_address, uint16_t handle, uint32_t cmd_status, in LogMetricReadFailedContactCounterResult() 126 const RawAddress& raw_address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult() 133 const RawAddress& raw_address, uint8_t smp_cmd, in LogMetricSmpPairingEvent() 140 const RawAddress& raw_address, uint16_t handle, uint32_t hci_cmd, in LogMetricClassicPairingEvent() 148 void bluetooth::shim::LogMetricSdpAttribute(const RawAddress& raw_address, in LogMetricSdpAttribute() [all …]
|
D | mock_main_shim_metric_id_api.cc | 57 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address) { in SaveDeviceOnMetricIdAllocator() 61 int AllocateIdFromMetricIdAllocator(const RawAddress& raw_address) { in AllocateIdFromMetricIdAllocator() 65 void ForgetDeviceFromMetricIdAllocator(const RawAddress& raw_address) { in ForgetDeviceFromMetricIdAllocator()
|
D | mock_main_shim_acl_api.cc | 38 const RawAddress& raw_address) { in ACL_CreateClassicConnection() 42 const RawAddress& raw_address) { in ACL_CancelClassicConnection()
|
D | mock_main_shim_btm_api.cc | 110 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink() 162 const RawAddress& raw_address, tBTM_CMPL_CB* callback, in BTM_ReadRemoteDeviceName() 416 void bluetooth::shim::SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest() 419 void btm_api_process_extended_inquiry_result(RawAddress raw_address, in btm_api_process_extended_inquiry_result() 427 void btm_api_process_inquiry_result(const RawAddress& raw_address, in btm_api_process_inquiry_result() 433 void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address, in btm_api_process_inquiry_result_with_rssi()
|
D | mock_stack_btm_inq.cc | 55 void SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
|
D | mock_main_shim_l2cap_api.cc | 127 const RawAddress& raw_address) { in L2CA_ConnectReq()
|
/system/bt/main/shim/ |
D | metrics_api.cc | 28 const RawAddress* raw_address, uint32_t connection_handle, in LogMetricLinkLayerConnectionEvent() 41 void LogMetricA2dpAudioUnderrunEvent(const RawAddress& raw_address, in LogMetricA2dpAudioUnderrunEvent() 49 void LogMetricA2dpAudioOverrunEvent(const RawAddress& raw_address, in LogMetricA2dpAudioOverrunEvent() 60 void LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, in LogMetricA2dpPlaybackEvent() 67 void LogMetricReadRssiResult(const RawAddress& raw_address, uint16_t handle, in LogMetricReadRssiResult() 73 void LogMetricReadFailedContactCounterResult(const RawAddress& raw_address, in LogMetricReadFailedContactCounterResult() 82 void LogMetricReadTxPowerLevelResult(const RawAddress& raw_address, in LogMetricReadTxPowerLevelResult() 90 void LogMetricSmpPairingEvent(const RawAddress& raw_address, uint8_t smp_cmd, in LogMetricSmpPairingEvent() 98 void LogMetricClassicPairingEvent(const RawAddress& raw_address, in LogMetricClassicPairingEvent() 108 void LogMetricSdpAttribute(const RawAddress& raw_address, in LogMetricSdpAttribute() [all …]
|
D | metric_id_api.cc | 60 int AllocateIdFromMetricIdAllocator(const RawAddress& raw_address) { in AllocateIdFromMetricIdAllocator() 65 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address) { in SaveDeviceOnMetricIdAllocator() 70 void ForgetDeviceFromMetricIdAllocator(const RawAddress& raw_address) { in ForgetDeviceFromMetricIdAllocator()
|
D | acl_api.cc | 30 const RawAddress& raw_address) { in ACL_CreateClassicConnection() 36 const RawAddress& raw_address) { in ACL_CancelClassicConnection()
|
D | btm.h | 241 bool CheckClassicAclLink(const RawAddress& raw_address) { return true; } in CheckClassicAclLink() 242 bool CheckLeAclLink(const RawAddress& raw_address) { return true; } in CheckLeAclLink()
|
D | btm.cc | 85 bool Btm::ReadRemoteName::Start(RawAddress raw_address) { in Start() 118 RawAddress raw_address; in OnScanResult() local 464 BtmStatus Btm::ReadClassicRemoteDeviceName(const RawAddress& raw_address, in ReadClassicRemoteDeviceName() 486 RawAddress raw_address = ToRawAddress(address); in ReadClassicRemoteDeviceName() local 507 BtmStatus Btm::ReadLeRemoteDeviceName(const RawAddress& raw_address, in ReadLeRemoteDeviceName()
|
D | le_scanning_manager.cc | 246 RawAddress raw_address = ToRawAddress(address); in OnScanResult() local 272 RawAddress raw_address = in OnTrackAdvFoundLost() local 479 const RawAddress& raw_address = remote_bdaddr_cache_ordered_.front(); in add_address_cache() local
|
D | btm_api.cc | 79 void btm_api_process_inquiry_result(const RawAddress& raw_address, in btm_api_process_inquiry_result() 122 void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address, in btm_api_process_inquiry_result_with_rssi() 180 void btm_api_process_extended_inquiry_result(RawAddress raw_address, in btm_api_process_extended_inquiry_result() 826 const RawAddress& raw_address, tBTM_CMPL_CB* callback, in BTM_ReadRemoteDeviceName() 1053 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink() 1290 void bluetooth::shim::SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
|
D | controller.cc | 62 RawAddress raw_address; member
|
D | l2c_api.cc | 756 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& raw_address) { in L2CA_ConnectReq()
|
/system/bt/test/headless/pairing/ |
D | pairing.cc | 41 RawAddress raw_address = options_.device_.front(); in Run() local
|
/system/bt/test/headless/read/ |
D | name.cc | 48 const RawAddress& raw_address = options_.device_.front(); in Run() local
|
/system/bt/test/headless/sdp/ |
D | sdp.cc | 81 int sdp_query_uuid(unsigned int num_loops, const RawAddress& raw_address, in sdp_query_uuid()
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 114 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink() 166 const RawAddress& raw_address, tBTM_CMPL_CB* callback, in BTM_ReadRemoteDeviceName() 420 void bluetooth::shim::SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest() 423 void btm_api_process_extended_inquiry_result(RawAddress raw_address, in btm_api_process_extended_inquiry_result() 431 void btm_api_process_inquiry_result(const RawAddress& raw_address, in btm_api_process_inquiry_result() 437 void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address, in btm_api_process_inquiry_result_with_rssi()
|
D | mock_main_shim_l2c_api.cc | 146 const RawAddress& raw_address) { in L2CA_ConnectReq()
|
/system/bt/stack/acl/ |
D | btm_pm.cc | 384 const RawAddress raw_address = pm_mode_db[pm_pend_link].bda_; in btm_pm_reset() local
|
/system/bt/btif/src/ |
D | btif_ble_scanner.cc | 78 const RawAddress& raw_address = remote_bdaddr_cache_ordered.front(); in btif_address_cache_add() local
|
D | btif_hf.cc | 1119 const RawAddress raw_address(*bd_addr); in PhoneStateChange() local
|
D | bluetooth.cc | 743 Octet16 r, RawAddress raw_address, in invoke_oob_data_request_cb()
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 153 void SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
|