Searched refs:I2cWriteCmd (Results 1 – 4 of 4) sorted by relevance
/hardware/st/nfc/1.0/hal/ |
D | halcore.c | 32 extern int I2cWriteCmd(const uint8_t* x, size_t len); 98 I2cWriteCmd(&cmd, sizeof(cmd)); in HalCoreCallback() 99 I2cWriteCmd((const uint8_t*)&length, sizeof(length)); in HalCoreCallback() 100 I2cWriteCmd(data, length); in HalCoreCallback() 126 I2cWriteCmd(&cmd, sizeof(cmd)); in HalCoreCallback()
|
/hardware/st/nfc/st21nfc/hal/ |
D | halcore.cc | 34 extern int I2cWriteCmd(const uint8_t* x, size_t len); 121 I2cWriteCmd(&cmd, sizeof(cmd)); in HalCoreCallback() 122 I2cWriteCmd((const uint8_t*)&length, sizeof(length)); in HalCoreCallback() 123 I2cWriteCmd(data, length); in HalCoreCallback() 154 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 | 265 int I2cWriteCmd(const uint8_t* x, size_t len) { in I2cWriteCmd() function 353 I2cWriteCmd(&cmd, sizeof(cmd)); in I2cCloseLayer()
|