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.c269 tBTA_AG_RES_DATA ag_res; in send_at_result()
292 tBTA_AG_RES_DATA ag_res; in send_indicator_update()
294 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in send_indicator_update()
919 tBTA_AG_RES_DATA ag_res; in start_voice_recognition()
960 tBTA_AG_RES_DATA ag_res; in stop_voice_recognition()
998 tBTA_AG_RES_DATA ag_res; in volume_control()
999 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in volume_control()
1066 tBTA_AG_RES_DATA ag_res; in cops_response()
1104 tBTA_AG_RES_DATA ag_res; in cind_response()
1145 tBTA_AG_RES_DATA ag_res; in bind_response()
[all …]
/system/bt/bta/include/
Dbta_ag_api.h265 } tBTA_AG_RES_DATA; typedef
567 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.h174 tBTA_AG_RES_DATA data;