/hardware/st/nfc/st21nfc/include/ |
D | halcore.h | 69 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);
|
D | st21nfc_dev.h | 25 HALHANDLE hHAL;
|
/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 | 86 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,
|
D | hal_fd.cc | 113 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()
|
D | halcore.cc | 172 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/ |
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 | 45 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/ |
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/adaptation/ |
D | i2clayer.cc | 92 HALHANDLE hHAL = (HALHANDLE)arg; in I2cWorkerThread() 275 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) { in I2cOpenLayer()
|
/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/ |
D | hal_wrapper.cc | 35 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/ |
D | hal_st21nfc.cc | 45 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 63 HALHANDLE* pHandle);
|
/hardware/st/nfc/1.2/ |
D | hal_st21nfc.cc | 44 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 67 HALHANDLE* pHandle);
|