Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/include/
Dhalcore.h69 typedef void* HALHANDLE; typedef
71 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags);
73 void HalDestroy(HALHANDLE hHAL);
76 bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size);
79 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size,
81 bool HalSendDownstreamTimer(HALHANDLE hHAL, uint32_t duration);
82 bool HalSendDownstreamStopTimer(HALHANDLE hHAL);
85 bool HalSendUpstream(HALHANDLE hHAL, const uint8_t* data, size_t size);
Dst21nfc_dev.h25 HALHANDLE hHAL;
/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.h86 void ExitHibernateHandler(HALHANDLE mHalHandle, uint16_t data_len,
88 void FwUpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t* p_data);
89 void ApplyCustomParamHandler(HALHANDLE mHalHandle, uint16_t data_len,
91 void ApplyUwbParamHandler(HALHANDLE mHalHandle, uint16_t data_len,
Dhal_fd.cc113 void SendExitLoadMode(HALHANDLE mmHalHandle);
114 void SendSwitchToUserMode(HALHANDLE mmHalHandle);
440 void ExitHibernateHandler(HALHANDLE mHalHandle, uint16_t data_len, in ExitHibernateHandler()
579 void UpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t *p_data) { in UpdateHandler()
701 static void UpdateHandlerST54L(HALHANDLE mHalHandle, uint16_t data_len, in UpdateHandlerST54L()
851 void FwUpdateHandler(HALHANDLE mHalHandle, uint16_t data_len, uint8_t* p_data) { in FwUpdateHandler()
859 void ApplyCustomParamHandler(HALHANDLE mHalHandle, uint16_t data_len, in ApplyCustomParamHandler()
972 void ApplyUwbParamHandler(HALHANDLE mHalHandle, uint16_t data_len, in ApplyUwbParamHandler()
1060 void SendExitLoadMode(HALHANDLE mmHalHandle) { in SendExitLoadMode()
1070 void SendSwitchToUserMode(HALHANDLE mmHalHandle) { in SendSwitchToUserMode()
Dhalcore.cc172 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) { in HalCreate()
264 return (HALHANDLE)inst; in HalCreate()
273 void HalDestroy(HALHANDLE hHAL) { in HalDestroy()
306 */ bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size) in HalSendDownstream()
346 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size, in HalSendDownstreamTimer()
377 bool HalSendDownstreamTimer(HALHANDLE hHAL, uint32_t duration) { in HalSendDownstreamTimer()
397 bool HalSendDownstreamStopTimer(HALHANDLE hHAL) { in HalSendDownstreamStopTimer()
411 bool HalSendUpstream(HALHANDLE hHAL, const uint8_t* data, size_t size) { in HalSendUpstream()
/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.c45 HALHANDLE hHAL;
146 HALHANDLE HalCreate(void* context, HAL_CALLBACK callback, uint32_t flags) in HalCreate()
240 return (HALHANDLE)inst; in HalCreate()
249 void HalDestroy(HALHANDLE hHAL) in HalDestroy()
282 */ bool HalSendDownstream(HALHANDLE hHAL, const uint8_t* data, size_t size) in HalSendDownstream()
320 */ bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, in HalSendDownstreamTimer()
360 bool HalSendDownstreamStopTimer(HALHANDLE hHAL) in HalSendDownstreamStopTimer()
376 */ 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.cc92 HALHANDLE hHAL = (HALHANDLE)arg; in I2cWorkerThread()
275 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);
42 HALHANDLE hHAL;
64 HALHANDLE* pHandle);
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc35 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
45 HALHANDLE mHalHandle = NULL;
100 HALHANDLE* pHandle) { in hal_wrapper_open()
/hardware/st/nfc/aidl/
Dhal_st21nfc.cc45 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
63 HALHANDLE* pHandle);
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc44 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle);
67 HALHANDLE* pHandle);