Home
last modified time | relevance | path

Searched refs:pbuf (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/hid/
Dhidh_api.c442 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf ) in HID_HostWriteDev() argument
466 if (pbuf) in HID_HostWriteDev()
467 GKI_freebuf ((void *)pbuf); in HID_HostWriteDev()
470 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ; in HID_HostWriteDev()
/system/bt/stack/include/
Dhidh_api.h176 UINT8 report_id, BT_HDR *pbuf);
/system/keymaster/
Docb.c1339 static void pbuf(void *p, unsigned len, const void *s)
1357 printf("P=%d,A=%d: ",len,len); pbuf(ct, i, NULL);
1359 printf("P=%d,A=%d: ",0,len); pbuf(ct, i, NULL);
1361 printf("P=%d,A=%d: ",len,0); pbuf(ct, i, NULL);
1436 pbuf(tag,OCB_TAG_LEN,0);