Searched refs:energy_used (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_dm_test.cc | 54 tBTM_BLE_ENERGY_USED energy_used, 68 constexpr tBTM_BLE_ENERGY_USED energy_used = 0x13579bdf; variable 107 tx_time, rx_time, idle_time, energy_used, BTM_CONTRL_UNKNOWN, in TEST_F() 134 tx_time, rx_time, idle_time, energy_used, BTM_CONTRL_UNKNOWN, in TEST_F()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api_types.h | 509 tBTM_BLE_ENERGY_USED energy_used,
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_api.h | 307 tBTM_BLE_ENERGY_USED energy_used,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 2490 tBTM_BLE_ENERGY_USED energy_used, in bta_energy_info_cb() argument 2496 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb() 2505 energy_info.energy_used = energy_used; in bta_energy_info_cb() 4246 tBTM_BLE_ENERGY_USED energy_used, in bta_energy_info_cb() argument 4248 ::bta_energy_info_cb(tx_time, rx_time, idle_time, energy_used, ctrl_state, in bta_energy_info_cb()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 174 uint64_t energy_used; /* a product of mA, V and ms */ member
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 1556 tBTM_BLE_ENERGY_USED energy_used, in bta_ble_energy_info_cmpl() argument 1568 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, in bta_ble_energy_info_cmpl()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 849 p_energy_info->idle_time, p_energy_info->energy_used, array.get()); in energy_info_recv_callback()
|