Searched refs:BTA_AgResult (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf.cc | 220 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, ag_res); in send_at_result() 237 BTA_AgResult(control_block.handle, BTA_AG_IND_RES, ag_res); in send_indicator_update() 886 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_BVRA_RES, ag_res); in StartVoiceRecognition() 910 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_BVRA_RES, ag_res); in StopVoiceRecognition() 929 BTA_AgResult(btif_hf_cb[idx].handle, in VolumeControl() 981 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_COPS_RES, ag_res); in CopsResponse() 1013 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_CIND_RES, ag_res); in CindResponse() 1033 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, ag_res); in FormattedAtResponse() 1105 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_CLCC_RES, ag_res); in ClccResponse() 1156 BTA_AgResult(control_block.handle, BTA_AG_END_CALL_RES, in PhoneStateChange() [all …]
|
/system/bt/test/mock/ |
D | mock_bta_ag_api.cc | 57 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult() function
|
/system/bt/bta/ag/ |
D | bta_ag_api.cc | 200 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result, in BTA_AgResult() function
|
/system/bt/bta/include/ |
D | bta_ag_api.h | 606 void BTA_AgResult(uint16_t handle, tBTA_AG_RES result,
|