Home
last modified time | relevance | path

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

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