Searched refs:HalCreate (Results 1 – 6 of 6) sorted by relevance
/hardware/st/nfc/st21nfc/include/ |
D | halcore.h | 69 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags);
|
/hardware/st/nfc/1.0/include/ |
D | halcore.h | 91 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags);
|
/hardware/st/nfc/1.0/adaptation/ |
D | i2clayer.c | 249 *pHandle = HalCreate(dev, callb, NoDbgFlag); in I2cOpenLayer()
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | i2clayer.cc | 313 *pHandle = HalCreate(dev, callb, NoDbgFlag); in I2cOpenLayer()
|
/hardware/st/nfc/1.0/hal/ |
D | halcore.c | 144 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) in HalCreate() function
|
/hardware/st/nfc/st21nfc/hal/ |
D | halcore.cc | 164 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) { in HalCreate() function
|