Searched refs:HAL_CALLBACK (Results 1 – 13 of 13) sorted by relevance
/hardware/st/nfc/st21nfc/include/ |
D | halcore.h | 62 typedef void (*HAL_CALLBACK)(void* context, uint32_t event, const void* data, typedef 69 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags);
|
/hardware/st/nfc/1.0/include/ |
D | halcore.h | 84 typedef void (*HAL_CALLBACK)(void* context, uint32_t event, const void* data, typedef 91 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags);
|
/hardware/st/nfc/st21nfc/hal/ |
D | halcore_private.h | 98 HAL_CALLBACK callback;
|
D | halcore.cc | 164 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) { in HalCreate()
|
/hardware/st/nfc/1.0/hal/ |
D | halcore_private.h | 97 HAL_CALLBACK callback;
|
D | halcore.c | 144 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) in HalCreate()
|
/hardware/st/nfc/1.0/ |
D | hal_wrapper.c | 29 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
|
D | nfc_nci_st21nfc.c | 34 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
|
/hardware/st/nfc/1.0/adaptation/ |
D | i2clayer.c | 230 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) in I2cOpenLayer()
|
/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()
|
/hardware/st/nfc/st21nfc/ |
D | hal_wrapper.cc | 32 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
|
/hardware/st/nfc/1.2/ |
D | hal_st21nfc.cc | 39 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
|