Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhidh_api.h176 uint8_t report_id, BT_HDR* pbuf);
/system/bt/stack/hid/
Dhidh_api.cc412 uint16_t data, uint8_t report_id, BT_HDR* pbuf) { in HID_HostWriteDev() argument
432 osi_free(pbuf); in HID_HostWriteDev()
435 hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); in HID_HostWriteDev()
/system/keymaster/key_blob_utils/
Docb.c1340 static void pbuf(void *p, unsigned len, const void *s)
1358 printf("P=%d,A=%d: ",len,len); pbuf(ct, i, NULL);
1360 printf("P=%d,A=%d: ",0,len); pbuf(ct, i, NULL);
1362 printf("P=%d,A=%d: ",len,0); pbuf(ct, i, NULL);
1437 pbuf(tag,OCB_TAG_LEN,0);