Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/include/
Ddevice.h30 int device_read(uint8_t* buffer, size_t len);
/hardware/samsung/nfc/halimpl/src/
Ddevice.cc212 int device_read(uint8_t* buffer, size_t len) { in device_read() function
298 ret = device_read(header, NCI_HDR_SIZE); in read_thread()
Dhal_nci.cc131 ret = device_read(NCI_PAYLOAD(pkt), NCI_LEN(pkt)); in nci_read_payload()