Searched refs:p_energy_info_cback (Results 1 – 4 of 4) sorted by relevance
237 std::function<void(tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback)> body{238 [](tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) {}};239 void operator()(tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in operator()240 body(p_energy_info_cback); in operator()
171 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in bta_dm_ble_get_energy_info() argument173 test::mock::bta_dm_act::bta_dm_ble_get_energy_info(p_energy_info_cback); in bta_dm_ble_get_energy_info()
328 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback; member
3950 if (bta_dm_cb.p_energy_info_cback) in bta_ble_energy_info_cmpl()3951 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, in bta_ble_energy_info_cmpl()3957 tBTA_BLE_ENERGY_INFO_CBACK* p_energy_info_cback) { in bta_dm_ble_get_energy_info() argument3958 bta_dm_cb.p_energy_info_cback = p_energy_info_cback; in bta_dm_ble_get_energy_info()