Home
last modified time | relevance | path

Searched refs:ReadAsync (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/card/
Dhash.h103 MIDeviceReadFunction ReadAsync; member
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c211 if ((*context->ReadAsync)(context->userdata, buffer, offset, length) == 0) in CARDi_StartLoading()
446 context->ReadAsync = async; in CARD_InitRomHashContext()
529 if (context->ReadAsync && (position + available < end)) in CARDi_ReadRomHashImageDirect()
531 …(void)(*context->ReadAsync)(context->userdata, NULL, position + available, end - (position + avail… in CARDi_ReadRomHashImageDirect()