Searched refs:BTA_AgResult (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf.cc | 222 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, ag_res); in send_at_result() 239 BTA_AgResult(control_block.handle, BTA_AG_IND_RES, ag_res); in send_indicator_update() 857 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_BVRA_RES, ag_res); in StartVoiceRecognition() 881 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_BVRA_RES, ag_res); in StopVoiceRecognition() 900 BTA_AgResult(btif_hf_cb[idx].handle, in VolumeControl() 952 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_COPS_RES, ag_res); in CopsResponse() 984 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_CIND_RES, ag_res); in CindResponse() 1004 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, ag_res); in FormattedAtResponse() 1076 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_CLCC_RES, ag_res); in ClccResponse() 1125 BTA_AgResult(control_block.handle, BTA_AG_END_CALL_RES, in PhoneStateChange() [all …]
|
/system/bt/bta/ag/ |
D | bta_ag_api.cc | 202 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult() function
|
/system/bt/bta/include/ |
D | bta_ag_api.h | 584 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result,
|