Home
last modified time | relevance | path

Searched refs:i2cWrite (Results 1 – 2 of 2) sorted by relevance

/hardware/st/nfc/1.0/adaptation/
Di2clayer.c66 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/
Di2clayer.cc74 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