Home
last modified time | relevance | path

Searched refs:async (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.3.1/build/libraries/dsp/ARM9.TWL/src/
Ddsp_graphics.c223 …onvertYuvToRgbCore(const void* src, void* dst, u32 size, DSP_GraphicsCallback callback, BOOL async) in DSPi_ConvertYuvToRgbCore() argument
239 isAsync = async; in DSPi_ConvertYuvToRgbCore()
241 if (async) in DSPi_ConvertYuvToRgbCore()
265 if (async) in DSPi_ConvertYuvToRgbCore()
299 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async) in DSPi_ScalingCore() argument
318 isAsync = async; in DSPi_ScalingCore()
319 if (async) in DSPi_ScalingCore()
380 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async) in DSPi_ScalingFxCore() argument
399 isAsync = async; in DSPi_ScalingFxCore()
401 if (async) in DSPi_ScalingFxCore()
/TwlSDK-5.3.1/build/demos/fs/
DMakefile28 async \
/TwlSDK-5.3.1/build/libraries/card/common/src/
Dcard_task.c225 BOOL CARDi_ExecuteOldTypeTask(void (*task) (CARDiCommon *), BOOL async) in CARDi_ExecuteOldTypeTask() argument
228 if (async) in CARDi_ExecuteOldTypeTask()
242 return async ? TRUE : (p->cmd->result == CARD_RESULT_SUCCESS); in CARDi_ExecuteOldTypeTask()
Dcard_hash.c416 MIDeviceReadFunction sync, MIDeviceReadFunction async, in CARD_InitRomHashContext() argument
456 context->ReadAsync = async; in CARD_InitRomHashContext()
/TwlSDK-5.3.1/include/nitro/card/
Dhash.h148 MIDeviceReadFunction sync, MIDeviceReadFunction async,
/TwlSDK-5.3.1/include/twl/dsp/common/
Dgraphics.h110 …nvertYuvToRgbCore(const void* src, void* dst, u32 size, DSP_GraphicsCallback callback, BOOL async);
112 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async);
114 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async);
/TwlSDK-5.3.1/build/libraries/card/common/include/
Dcard_common.h185 BOOL CARDi_ExecuteOldTypeTask(void (*task) (CARDiCommon *), BOOL async);
/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_archive_fatfs.c1003 BOOL async = ((file->stat & FS_FILE_STATUS_BLOCKING) == 0); in FSi_FATFS_ReadFile() local
1047 async &= ((dst == buffer) && (len == rest)); in FSi_FATFS_ReadFile()
1048 if (async) in FSi_FATFS_ReadFile()
1054 if (async) in FSi_FATFS_ReadFile()
1097 BOOL async = ((file->stat & FS_FILE_STATUS_BLOCKING) == 0); in FSi_FATFS_WriteFile() local
1144 async &= ((dst == buffer) && (len == rest)); in FSi_FATFS_WriteFile()
1145 if (async) in FSi_FATFS_WriteFile()
1151 if (async) in FSi_FATFS_WriteFile()