Searched refs:HALHANDLE (Results 1 – 13 of 13) sorted by relevance
/hardware/st/nfc/st21nfc/include/ |
D | halcore.h | 67 typedef void* HALHANDLE; typedef 69 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags); 71 void HalDestroy(HALHANDLE hHAL); 74 bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size); 77 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size, 79 bool HalSendDownstreamTimer(HALHANDLE hHAL, uint32_t duration); 80 bool HalSendDownstreamStopTimer(HALHANDLE hHAL); 83 bool HalSendUpstream(HALHANDLE hHAL, const uint8_t* data, size_t size);
|
/hardware/st/nfc/1.0/include/ |
D | halcore.h | 89 typedef void* HALHANDLE; typedef 91 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags); 93 void HalDestroy(HALHANDLE hHAL); 96 bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size); 99 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size, 101 bool HalSendDownstreamStopTimer(HALHANDLE hHAL); 104 bool HalSendUpstream(HALHANDLE hHAL, const uint8_t* data, size_t size);
|
/hardware/st/nfc/st21nfc/hal/ |
D | hal_fd.h | 69 void ExitHibernateHandler(HALHANDLE mHalHandle, uint16_t data_len, 71 void UpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t* p_data); 72 void ApplyCustomParamHandler(HALHANDLE mHalHandle, uint16_t data_len, 74 void ApplyUwbParamHandler(HALHANDLE mHalHandle, uint16_t data_len,
|
D | halcore.cc | 46 HALHANDLE hHAL; 164 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) { in HalCreate() 256 return (HALHANDLE)inst; in HalCreate() 265 void HalDestroy(HALHANDLE hHAL) { in HalDestroy() 298 */ bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size) in HalSendDownstream() 338 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size, in HalSendDownstreamTimer() 369 bool HalSendDownstreamTimer(HALHANDLE hHAL, uint32_t duration) { in HalSendDownstreamTimer() 389 bool HalSendDownstreamStopTimer(HALHANDLE hHAL) { in HalSendDownstreamStopTimer() 403 bool HalSendUpstream(HALHANDLE hHAL, const uint8_t* data, size_t size) { in HalSendUpstream()
|
D | hal_fd.cc | 67 void SendExitLoadMode(HALHANDLE mmHalHandle); 307 void ExitHibernateHandler(HALHANDLE mHalHandle, uint16_t data_len, in ExitHibernateHandler() 423 void UpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t *p_data) { in UpdateHandler() 532 void ApplyCustomParamHandler(HALHANDLE mHalHandle, uint16_t data_len, in ApplyCustomParamHandler() 645 void ApplyUwbParamHandler(HALHANDLE mHalHandle, uint16_t data_len, in ApplyUwbParamHandler() 733 void SendExitLoadMode(HALHANDLE mmHalHandle) { in SendExitLoadMode()
|
/hardware/st/nfc/1.0/ |
D | hal_wrapper.c | 29 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 37 HALHANDLE hHAL; 54 HALHANDLE mHalHandle = NULL; 58 HALHANDLE* pHandle) { in hal_wrapper_open()
|
D | nfc_nci_st21nfc.c | 34 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 42 HALHANDLE hHAL; 59 HALHANDLE* pHandle);
|
/hardware/st/nfc/1.0/hal/ |
D | halcore.c | 43 HALHANDLE hHAL; 144 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) in HalCreate() 238 return (HALHANDLE)inst; in HalCreate() 247 void HalDestroy(HALHANDLE hHAL) in HalDestroy() 280 */ bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size) in HalSendDownstream() 318 */ bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, in HalSendDownstreamTimer() 358 bool HalSendDownstreamStopTimer(HALHANDLE hHAL) in HalSendDownstreamStopTimer() 374 */ bool HalSendUpstream(HALHANDLE hHAL, const uint8_t* data, size_t size) in HalSendUpstream()
|
/hardware/st/nfc/1.0/adaptation/ |
D | i2clayer.c | 82 HALHANDLE hHAL = (HALHANDLE)arg; in I2cWorkerThread() 230 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); 40 HALHANDLE hHAL; 49 HALHANDLE mHalHandle = NULL; 96 HALHANDLE* pHandle) { in hal_wrapper_open()
|
/hardware/st/nfc/1.1/ |
D | hal_st21nfc.cc | 35 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 42 HALHANDLE hHAL; 64 HALHANDLE* pHandle);
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | i2clayer.cc | 89 HALHANDLE hHAL = (HALHANDLE)arg; in I2cWorkerThread() 263 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) { in I2cOpenLayer()
|
/hardware/st/nfc/1.2/ |
D | hal_st21nfc.cc | 39 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 48 HALHANDLE hHAL; 71 HALHANDLE* pHandle);
|