Searched refs:tBTA_AG_RES (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/include/ |
D | bta_ag_api.h | 144 } tBTA_AG_RES; typedef 146 inline std::string bta_ag_result_text(const tBTA_AG_RES& result) { in bta_ag_result_text() 606 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result,
|
/system/bt/test/mock/ |
D | mock_bta_ag_api.cc | 57 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult()
|
/system/bt/bta/ag/ |
D | bta_ag_int.h | 137 tBTA_AG_RES result; 314 extern void bta_ag_api_result(uint16_t handle, tBTA_AG_RES result, 369 extern void bta_ag_send_call_inds(tBTA_AG_SCB* p_scb, tBTA_AG_RES result);
|
D | bta_ag_api.cc | 200 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult()
|
D | bta_ag_main.cc | 46 static const char* bta_ag_res_str(tBTA_AG_RES result) { in bta_ag_res_str() 504 void bta_ag_api_result(uint16_t handle, tBTA_AG_RES result, in bta_ag_api_result()
|
D | bta_ag_cmd.cc | 549 void bta_ag_send_call_inds(tBTA_AG_SCB* p_scb, tBTA_AG_RES result) { in bta_ag_send_call_inds()
|
/system/bt/btif/src/ |
D | btif_hf.cc | 1146 tBTA_AG_RES res = BTA_AG_UNKNOWN; in PhoneStateChange()
|