Searched refs:bta_hf_client_parse_uint32 (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.c | 631 static char *bta_hf_client_parse_uint32(char *buffer, void (*handler_callback)(UINT32)) in bta_hf_client_parse_uint32() function 655 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_brsf); in bta_hf_client_parse_brsf() 845 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bcs); in bta_hf_client_parse_bcs() 852 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bsir); in bta_hf_client_parse_bsir() 859 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_cmeerror); in bta_hf_client_parse_cmeerror() 866 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgm); in bta_hf_client_parse_vgm() 873 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgm); in bta_hf_client_parse_vgme() 880 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgs); in bta_hf_client_parse_vgs() 887 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgs); in bta_hf_client_parse_vgse() 894 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bvra); in bta_hf_client_parse_bvra()
|