Searched refs:I2cOpenLayer (Results 1 – 7 of 7) sorted by relevance
/hardware/st/nfc/1.0/ |
D | hal_wrapper.c | 29 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 71 result = I2cOpenLayer(dev, HalCoreCallback, pHandle); in hal_wrapper_open()
|
D | nfc_nci_st21nfc.c | 34 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
|
/hardware/st/nfc/st21nfc/ |
D | hal_wrapper.cc | 32 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 116 result = I2cOpenLayer(dev, HalCoreCallback, pHandle); in hal_wrapper_open()
|
/hardware/st/nfc/1.0/adaptation/ |
D | i2clayer.c | 230 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) in I2cOpenLayer() function
|
/hardware/st/nfc/1.1/ |
D | hal_st21nfc.cc | 35 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | i2clayer.cc | 263 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) { in I2cOpenLayer() function
|
/hardware/st/nfc/1.2/ |
D | hal_st21nfc.cc | 39 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
|