Searched defs:pbuf (Results 1 - 2 of 2) sorted by relevance
/system/bt/stack/hid/ |
H A D | hidh_api.cc | 416 uint16_t data, uint8_t report_id, BT_HDR* pbuf) { 436 osi_free(pbuf); 439 hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); 415 HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, uint16_t data, uint8_t report_id, BT_HDR* pbuf) argument
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
H A D | userial_linux.c | 601 int my_read(int fd, uchar* pbuf, int len) { argument 612 "%s: enter, pbuf=%lx, len = %d\n", __func__, (unsigned long)pbuf, 614 memset(pbuf, 0, len); 650 ret = TEMP_FAILURE_RETRY(read(fd, pbuf + offset, (size_t)count)); 658 if (pbuf[offset] == HCIT_TYPE_NFC) 660 else if (pbuf[offset] == HCIT_TYPE_EVENT) 663 ALOGD("%s: unknown HCIT type header pbuf[%d] = %x\n", __func__, offset, 664 pbuf[offset]); 670 count = pbuf[offse [all...] |
Completed in 131 milliseconds