Home
last modified time | relevance | path

Searched refs:tBTA_AG_RES_DATA (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_hf.c265 tBTA_AG_RES_DATA ag_res; in send_at_result()
288 tBTA_AG_RES_DATA ag_res; in send_indicator_update()
290 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in send_indicator_update()
900 tBTA_AG_RES_DATA ag_res; in start_voice_recognition()
941 tBTA_AG_RES_DATA ag_res; in stop_voice_recognition()
979 tBTA_AG_RES_DATA ag_res; in volume_control()
980 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in volume_control()
1047 tBTA_AG_RES_DATA ag_res; in cops_response()
1085 tBTA_AG_RES_DATA ag_res; in cind_response()
1120 tBTA_AG_RES_DATA ag_res; in formatted_at_response()
[all …]
/system/bt/bta/include/
Dbta_ag_api.h221 } tBTA_AG_RES_DATA; typedef
508 void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data);
/system/bt/bta/ag/
Dbta_ag_api.c253 void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data) in BTA_AgResult()
Dbta_ag_int.h186 tBTA_AG_RES_DATA data;