Home
last modified time | relevance | path

Searched refs:LogMetricReadTxPowerLevelResult (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.cc51 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()
Dmock_main_shim_metrics_api.h193 struct LogMetricReadTxPowerLevelResult { struct
203 extern struct LogMetricReadTxPowerLevelResult LogMetricReadTxPowerLevelResult; argument
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc106 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()
Dmetrics_api.h170 void LogMetricReadTxPowerLevelResult(const RawAddress& address, uint16_t handle,
/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc63 void LogMetricReadTxPowerLevelResult(const Address& /* address */, uint16_t /* handle */, in LogMetricReadTxPowerLevelResult() function
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc53 void LogMetricReadTxPowerLevelResult(const Address& address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult() function
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h204 void LogMetricReadTxPowerLevelResult(const hci::Address& address, uint16_t handle,
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc122 void LogMetricReadTxPowerLevelResult(const Address& address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult() function
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc266 void LogMetricReadTxPowerLevelResult(const Address& address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult() function
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc109 bluetooth::os::LogMetricReadTxPowerLevelResult(address_, connection_handle_, in OnReadTransmitPowerLevelComplete()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc1340 bluetooth::shim::LogMetricReadTxPowerLevelResult(result->rem_bda, in btm_read_tx_power_cb()