Home
last modified time | relevance | path

Searched refs:hsp (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-ascii.c83 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; in hex_and_ascii_print_with_offset() local
88 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()
92 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset()
94 hsp += HEXDUMP_HEXSTUFF_PER_SHORT; in hex_and_ascii_print_with_offset()
99 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
103 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()
109 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset()
111 hsp += 3; in hex_and_ascii_print_with_offset()
116 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
/external/bluetooth/bluez/audio/
Dipctest-hsp-a2dp-switch.test15 profile hsp
39 profile hsp
Dipctest-hsp-easy.test1 profile hsp
Dipctest.c103 struct hsp_info hsp; member
256 codec.length != sizeof(u->hsp.pcm_capabilities)) in parse_caps()
261 memcpy(&u->hsp.pcm_capabilities, in parse_caps()
262 &codec, sizeof(u->hsp.pcm_capabilities)); in parse_caps()
265 YES_NO(u->hsp.pcm_capabilities.flags & BT_PCM_FLAG_NREC)); in parse_caps()