Searched refs:numstr (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 489 char* numstr, uint32_t type) { in bta_hf_client_handle_clip() argument 490 APPL_TRACE_DEBUG("%s: %u %s", __func__, type, numstr); in bta_hf_client_handle_clip() 492 bta_hf_client_clip(client_cb, numstr); in bta_hf_client_handle_clip() 496 char* numstr, uint32_t type) { in bta_hf_client_handle_ccwa() argument 497 APPL_TRACE_DEBUG("%s: %u %s", __func__, type, numstr); in bta_hf_client_handle_ccwa() 499 bta_hf_client_ccwa(client_cb, numstr); in bta_hf_client_handle_ccwa() 510 char* numstr) { in bta_hf_client_handle_binp() argument 511 APPL_TRACE_DEBUG("%s: %s", __func__, numstr); in bta_hf_client_handle_binp() 513 bta_hf_client_binp(client_cb, numstr); in bta_hf_client_handle_binp() 519 uint16_t mpty, char* numstr, in bta_hf_client_handle_clcc() argument [all …]
|