Searched refs:tBTA_AG_RES (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_ag_api.h | 146 } tBTA_AG_RES; typedef 148 inline std::string bta_ag_result_text(const tBTA_AG_RES& result) { in bta_ag_result_text() 605 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result,
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_int.h | 144 tBTA_AG_RES result; 330 void bta_ag_api_result(uint16_t handle, tBTA_AG_RES result, 378 void bta_ag_send_call_inds(tBTA_AG_SCB* p_scb, tBTA_AG_RES result);
|
D | bta_ag_api.cc | 205 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult()
|
D | bta_ag_main.cc | 50 static const char* bta_ag_res_str(tBTA_AG_RES result) { in bta_ag_res_str() 511 void bta_ag_api_result(uint16_t handle, tBTA_AG_RES result, in bta_ag_api_result()
|
D | bta_ag_cmd.cc | 560 void bta_ag_send_call_inds(tBTA_AG_SCB* p_scb, tBTA_AG_RES result) { in bta_ag_send_call_inds()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_ag_api.cc | 59 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf.cc | 1269 tBTA_AG_RES res = BTA_AG_UNKNOWN; in PhoneStateChange()
|