Searched refs:i2cWrite (Results 1 – 2 of 2) sorted by relevance
/hardware/st/nfc/1.0/adaptation/ |
D | i2clayer.c | 66 static int i2cWrite(int fd, const uint8_t* pvBuffer, int length); 184 i2cWrite(fidI2c, buffer, length); in I2cWorkerThread() 346 static int i2cWrite(int fid, const uint8_t* pvBuffer, int length) in i2cWrite() function
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | i2clayer.cc | 74 static int i2cWrite(int fd, const uint8_t* pvBuffer, int length); 200 i2cWrite(fidI2c, buffer, length); in I2cWorkerThread() 422 static int i2cWrite(int fid, const uint8_t* pvBuffer, int length) { in i2cWrite() function
|