Searched refs:HALHANDLE (Results 1 – 13 of 13) sorted by relevance
/hardware/st/nfc/st21nfc/include/ |
D | halcore.h | 65 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/ |
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 | 65 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,
|
D | halcore.cc | 42 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()
|
D | hal_fd.cc | 56 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/ |
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/adaptation/ |
D | i2clayer.cc | 81 HALHANDLE hHAL = (HALHANDLE)arg; in I2cWorkerThread() 229 bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle) { in I2cOpenLayer()
|
/hardware/st/nfc/st21nfc/ |
D | hal_wrapper.cc | 31 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/ |
D | hal_st21nfc.cc | 35 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 42 HALHANDLE hHAL; 64 HALHANDLE* pHandle);
|
/hardware/st/nfc/1.2/ |
D | hal_st21nfc.cc | 35 extern bool I2cOpenLayer(void* dev, HAL_CALLBACK callb, HALHANDLE* pHandle); 42 HALHANDLE hHAL; 65 HALHANDLE* pHandle);
|