Searched refs:HalSendDownstreamTimer (Results 1 – 7 of 7) sorted by relevance
/hardware/st/nfc/st21nfc/include/ |
D | halcore.h | 77 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size, 79 bool HalSendDownstreamTimer(HALHANDLE hHAL, uint32_t duration);
|
/hardware/st/nfc/st21nfc/ |
D | hal_wrapper.cc | 134 if (!HalSendDownstreamTimer(mHalHandle, propNfcModeSetCmdQb, in hal_wrapper_close() 162 if (!HalSendDownstreamTimer(mHalHandle, ConfigBuffer, retlen, 500)) { in hal_wrapper_send_core_config_prop() 177 if (!HalSendDownstreamTimer(mHalHandle, nciPropGetFwDbgTracesConfig, in hal_wrapper_send_vs_config() 246 if (!HalSendDownstreamTimer(mHalHandle, ApduGetAtr, in halWrapperDataCallback() 305 if (!HalSendDownstreamTimer(mHalHandle, propNfcModeSetCmdOn, in halWrapperDataCallback() 464 HalSendDownstreamTimer(mHalHandle, 5000); in halWrapperDataCallback() 481 HalSendDownstreamTimer(mHalHandle, 1); in halWrapperDataCallback() 551 HalSendDownstreamTimer(mHalHandle, 5000); in halWrapperDataCallback()
|
/hardware/st/nfc/st21nfc/hal/ |
D | hal_fd.cc | 334 if (!HalSendDownstreamTimer(mHalHandle, NciPropNfcFwUpdate, in ExitHibernateHandler() 432 if (!HalSendDownstreamTimer(mHalHandle, (uint8_t *)mApduAuthent, in UpdateHandler() 452 if (!HalSendDownstreamTimer(mHalHandle, ApduEraseNfcKeepAppliAndNdef, in UpdateHandler() 479 if (!HalSendDownstreamTimer(mHalHandle, mBinData, mBinData[2] + 3, in UpdateHandler() 494 if (!HalSendDownstreamTimer(mHalHandle, mBinData, mBinData[2] + 3, in UpdateHandler() 736 if (!HalSendDownstreamTimer(mmHalHandle, ApduExitLoadMode, in SendExitLoadMode()
|
D | halcore.cc | 338 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size, in HalSendDownstreamTimer() function 369 bool HalSendDownstreamTimer(HALHANDLE hHAL, uint32_t duration) { in HalSendDownstreamTimer() function
|
/hardware/st/nfc/1.0/include/ |
D | halcore.h | 99 bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, size_t size,
|
/hardware/st/nfc/1.0/ |
D | hal_wrapper.c | 123 if (!HalSendDownstreamTimer(mHalHandle, propNfcModeSetCmdOn, in halWrapperDataCallback()
|
/hardware/st/nfc/1.0/hal/ |
D | halcore.c | 318 */ bool HalSendDownstreamTimer(HALHANDLE hHAL, const uint8_t* data, in HalSendDownstreamTimer() function
|