Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/include/
Dhalcore.h67 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/
Dhalcore.h89 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/
Dhal_fd.h69 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,
Dhalcore.cc46 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()
Dhal_fd.cc67 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/
Dhal_wrapper.c29 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
37 HALHANDLE hHAL;
54 HALHANDLE mHalHandle = NULL;
58 HALHANDLE* pHandle) { in hal_wrapper_open()
Dnfc_nci_st21nfc.c34 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
42 HALHANDLE hHAL;
59 HALHANDLE* pHandle);
/hardware/st/nfc/1.0/hal/
Dhalcore.c43 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/
Di2clayer.c82 HALHANDLE hHAL = (HALHANDLE)arg; in I2cWorkerThread()
230 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);
40 HALHANDLE hHAL;
49 HALHANDLE mHalHandle = NULL;
96 HALHANDLE* pHandle) { in hal_wrapper_open()
/hardware/st/nfc/1.1/
Dhal_st21nfc.cc35 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
42 HALHANDLE hHAL;
64 HALHANDLE* pHandle);
/hardware/st/nfc/st21nfc/adaptation/
Di2clayer.cc89 HALHANDLE hHAL = (HALHANDLE)arg; in I2cWorkerThread()
263 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) { in I2cOpenLayer()
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc39 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
48 HALHANDLE hHAL;
71 HALHANDLE* pHandle);