Home
last modified time | relevance | path

Searched refs:HAL_CALLBACK (Results 1 – 13 of 13) sorted by relevance

/hardware/st/nfc/st21nfc/include/
Dhalcore.h62 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/
Dhalcore.h84 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/
Dhalcore_private.h98 HAL_CALLBACK callback;
Dhalcore.cc164 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) { in HalCreate()
/hardware/st/nfc/1.0/hal/
Dhalcore_private.h97 HAL_CALLBACK callback;
Dhalcore.c144 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) in HalCreate()
/hardware/st/nfc/1.0/
Dhal_wrapper.c29 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
Dnfc_nci_st21nfc.c34 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
/hardware/st/nfc/1.0/adaptation/
Di2clayer.c230 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) in I2cOpenLayer()
/hardware/st/nfc/1.1/
Dhal_st21nfc.cc35 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
/hardware/st/nfc/st21nfc/adaptation/
Di2clayer.cc263 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) { in I2cOpenLayer()
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc32 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc39 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);