Searched refs:LogMetricReadTxPowerLevelResult (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_metrics_api.cc | 51 struct LogMetricReadTxPowerLevelResult LogMetricReadTxPowerLevelResult; variable 149 void bluetooth::shim::LogMetricReadTxPowerLevelResult(const RawAddress& raw_address, in LogMetricReadTxPowerLevelResult() function in bluetooth::shim 153 test::mock::main_shim_metrics_api::LogMetricReadTxPowerLevelResult( in LogMetricReadTxPowerLevelResult()
|
D | mock_main_shim_metrics_api.h | 193 struct LogMetricReadTxPowerLevelResult { struct 203 extern struct LogMetricReadTxPowerLevelResult LogMetricReadTxPowerLevelResult; argument
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 106 void LogMetricReadTxPowerLevelResult(const RawAddress& raw_address, uint16_t handle, in LogMetricReadTxPowerLevelResult() function 109 bluetooth::os::LogMetricReadTxPowerLevelResult(address, handle, cmd_status, transmit_power_level); in LogMetricReadTxPowerLevelResult()
|
D | metrics_api.h | 170 void LogMetricReadTxPowerLevelResult(const RawAddress& address, uint16_t handle,
|
/packages/modules/Bluetooth/system/gd/os/host/ |
D | metrics.cc | 63 void LogMetricReadTxPowerLevelResult(const Address& /* address */, uint16_t /* handle */, in LogMetricReadTxPowerLevelResult() function
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 53 void LogMetricReadTxPowerLevelResult(const Address& address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult() function
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 204 void LogMetricReadTxPowerLevelResult(const hci::Address& address, uint16_t handle,
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 122 void LogMetricReadTxPowerLevelResult(const Address& address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult() function
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 266 void LogMetricReadTxPowerLevelResult(const Address& address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult() function
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 109 bluetooth::os::LogMetricReadTxPowerLevelResult(address_, connection_handle_, in OnReadTransmitPowerLevelComplete()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_source.cc | 1340 bluetooth::shim::LogMetricReadTxPowerLevelResult(result->rem_bda, in btm_read_tx_power_cb()
|