Searched refs:pbuf (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/include/ |
D | hidh_api.h | 176 UINT8 report_id, BT_HDR *pbuf);
|
/system/bt/stack/hid/ |
D | hidh_api.c | 447 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf ) in HID_HostWriteDev() argument 470 osi_free(pbuf); in HID_HostWriteDev() 472 status = hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); in HID_HostWriteDev()
|
/system/keymaster/ |
D | ocb.c | 1339 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);
|