Home
last modified time | relevance | path

Searched refs:tBTA_AG_RES (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/include/
Dbta_ag_api.h144 } 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/
Dmock_bta_ag_api.cc57 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult()
/system/bt/bta/ag/
Dbta_ag_int.h137 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);
Dbta_ag_api.cc200 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult()
Dbta_ag_main.cc46 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()
Dbta_ag_cmd.cc549 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/
Dbtif_hf.cc1146 tBTA_AG_RES res = BTA_AG_UNKNOWN; in PhoneStateChange()