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 | 653 static char *bta_hf_client_parse_uint32(char *buffer, void (*handler_callback)(UINT32)) in bta_hf_client_parse_uint32() function 677 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_brsf); in bta_hf_client_parse_brsf() 855 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bcs); in bta_hf_client_parse_bcs() 862 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bsir); in bta_hf_client_parse_bsir() 869 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_cmeerror); in bta_hf_client_parse_cmeerror() 876 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgm); in bta_hf_client_parse_vgm() 883 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgm); in bta_hf_client_parse_vgme() 890 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgs); in bta_hf_client_parse_vgs() 897 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgs); in bta_hf_client_parse_vgse() 904 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bvra); in bta_hf_client_parse_bvra()
|