Searched refs:I2cWriteCmd (Results 1 – 4 of 4) sorted by relevance
/hardware/st/nfc/1.0/hal/ |
D | halcore.c | 30 extern int I2cWriteCmd(const uint8_t* x, size_t len); 96 I2cWriteCmd(&cmd, sizeof(cmd)); in HalCoreCallback() 97 I2cWriteCmd((const uint8_t*)&length, sizeof(length)); in HalCoreCallback() 98 I2cWriteCmd(data, length); in HalCoreCallback() 124 I2cWriteCmd(&cmd, sizeof(cmd)); in HalCoreCallback()
|
/hardware/st/nfc/st21nfc/hal/ |
D | halcore.cc | 31 extern int I2cWriteCmd(const uint8_t* x, size_t len); 115 I2cWriteCmd(&cmd, sizeof(cmd)); in HalCoreCallback() 116 I2cWriteCmd((const uint8_t*)&length, sizeof(length)); in HalCoreCallback() 117 I2cWriteCmd(data, length); in HalCoreCallback() 146 I2cWriteCmd(&cmd, sizeof(cmd)); in HalCoreCallback()
|
/hardware/st/nfc/1.0/adaptation/ |
D | i2clayer.c | 219 int I2cWriteCmd(const uint8_t* x, size_t len) in I2cWriteCmd() function 275 I2cWriteCmd(&cmd, sizeof(cmd)); in I2cCloseLayer()
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | i2clayer.cc | 253 int I2cWriteCmd(const uint8_t* x, size_t len) { in I2cWriteCmd() function 341 I2cWriteCmd(&cmd, sizeof(cmd)); in I2cCloseLayer()
|