Searched refs:numstr (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 490 char* numstr, uint32_t type) { in bta_hf_client_handle_clip() argument 491 APPL_TRACE_DEBUG("%s: %u %s", __func__, type, numstr); in bta_hf_client_handle_clip() 493 bta_hf_client_clip(client_cb, numstr); in bta_hf_client_handle_clip() 497 char* numstr, uint32_t type) { in bta_hf_client_handle_ccwa() argument 498 APPL_TRACE_DEBUG("%s: %u %s", __func__, type, numstr); in bta_hf_client_handle_ccwa() 500 bta_hf_client_ccwa(client_cb, numstr); in bta_hf_client_handle_ccwa() 511 char* numstr) { in bta_hf_client_handle_binp() argument 512 APPL_TRACE_DEBUG("%s: %s", __func__, numstr); in bta_hf_client_handle_binp() 514 bta_hf_client_binp(client_cb, numstr); in bta_hf_client_handle_binp() 520 uint16_t mpty, char* numstr, in bta_hf_client_handle_clcc() argument [all …]
|