Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/include/
Dhalcore.h65 typedef void* HALHANDLE; typedef
67 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags);
69 void HalDestroy(HALHANDLE hHAL);
72 bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size);
75 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size,
77 bool HalSendDownstreamTimer(HALHANDLE hHAL, uint32_t duration);
78 bool HalSendDownstreamStopTimer(HALHANDLE hHAL);
81 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.h65 void ExitHibernateHandler(HALHANDLE mHalHandle, uint16_t data_len,
67 void UpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t* p_data);
68 void ApplyCustomParamHandler(HALHANDLE mHalHandle, uint16_t data_len,
Dhalcore.cc42 HALHANDLE hHAL;
141 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) { in HalCreate()
233 return (HALHANDLE)inst; in HalCreate()
242 void HalDestroy(HALHANDLE hHAL) { in HalDestroy()
275 */ bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size) in HalSendDownstream()
315 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size, in HalSendDownstreamTimer()
346 bool HalSendDownstreamTimer(HALHANDLE hHAL, uint32_t duration) { in HalSendDownstreamTimer()
366 bool HalSendDownstreamStopTimer(HALHANDLE hHAL) { in HalSendDownstreamStopTimer()
380 bool HalSendUpstream(HALHANDLE hHAL, const uint8_t* data, size_t size) { in HalSendUpstream()
Dhal_fd.cc56 void SendExitLoadMode(HALHANDLE mmHalHandle);
279 void ExitHibernateHandler(HALHANDLE mHalHandle, uint16_t data_len, in ExitHibernateHandler()
355 void UpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t *p_data) { in UpdateHandler()
464 void ApplyCustomParamHandler(HALHANDLE mHalHandle, uint16_t data_len, in ApplyCustomParamHandler()
542 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/adaptation/
Di2clayer.cc81 HALHANDLE hHAL = (HALHANDLE)arg; in I2cWorkerThread()
229 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) { in I2cOpenLayer()
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc31 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
39 HALHANDLE hHAL;
48 HALHANDLE mHalHandle = NULL;
93 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/1.2/
Dhal_st21nfc.cc35 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
42 HALHANDLE hHAL;
65 HALHANDLE* pHandle);