Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_int.h134 tBTA_AG_RES result;
300 extern void bta_ag_api_result(uint16_t handle, tBTA_AG_RES result,
355 extern void bta_ag_send_call_inds(tBTA_AG_SCB* p_scb, tBTA_AG_RES result);
Dbta_ag_api.cc202 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult()
Dbta_ag_main.cc84 static const char* bta_ag_res_str(tBTA_AG_RES result) { in bta_ag_res_str()
694 void bta_ag_api_result(uint16_t handle, tBTA_AG_RES result, in bta_ag_api_result()
Dbta_ag_cmd.cc555 void bta_ag_send_call_inds(tBTA_AG_SCB* p_scb, tBTA_AG_RES result) { in bta_ag_send_call_inds()
/system/bt/bta/include/
Dbta_ag_api.h153 typedef uint8_t tBTA_AG_RES; typedef
584 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result,
/system/bt/btif/src/
Dbtif_hf.cc1081 tBTA_AG_RES res = 0xFF; in PhoneStateChange()