Searched refs:pbuf (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/include/ |
D | hidh_api.h | 176 uint8_t report_id, BT_HDR* pbuf);
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 412 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/ |
D | ocb.c | 1342 static void pbuf(void *p, unsigned len, const void *s) 1360 printf("P=%d,A=%d: ",len,len); pbuf(ct, i, NULL); 1362 printf("P=%d,A=%d: ",0,len); pbuf(ct, i, NULL); 1364 printf("P=%d,A=%d: ",len,0); pbuf(ct, i, NULL); 1439 pbuf(tag,OCB_TAG_LEN,0);
|