Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_graphics.c166 …onvertYuvToRgbCore(const void* src, void* dst, u32 size, DSP_GraphicsCallback callback, BOOL async) in DSPi_ConvertYuvToRgbCore() argument
182 isAsync = async; in DSPi_ConvertYuvToRgbCore()
184 if (async) in DSPi_ConvertYuvToRgbCore()
208 if (async) in DSPi_ConvertYuvToRgbCore()
242 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async) in DSPi_ScalingCore() argument
258 isAsync = async; in DSPi_ScalingCore()
259 if (async) in DSPi_ScalingCore()
320 … u16 x, u16 y, u16 width, u16 height, DSP_GraphicsCallback callback, BOOL async) in DSPi_ScalingFxCore() argument
336 isAsync = async; in DSPi_ScalingFxCore()
338 if (async) in DSPi_ScalingFxCore()
/TwlSDK-5.1.0/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.c406 MIDeviceReadFunction sync, MIDeviceReadFunction async, in CARD_InitRomHashContext() argument
446 context->ReadAsync = async; in CARD_InitRomHashContext()
/TwlSDK-5.1.0/build/demos/fs/
DMakefile28 async \
/TwlSDK-5.1.0/include/nitro/card/
Dhash.h148 MIDeviceReadFunction sync, MIDeviceReadFunction async,
/TwlSDK-5.1.0/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.1.0/build/libraries/card/common/include/
Dcard_common.h183 BOOL CARDi_ExecuteOldTypeTask(void (*task) (CARDiCommon *), BOOL async);
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c1003 BOOL async = ((file->stat & FS_FILE_STATUS_BLOCKING) == 0); in FSi_FATFS_ReadFile() local
1027 async &= ((dst == buffer) && (len == rest)); in FSi_FATFS_ReadFile()
1028 if (async) in FSi_FATFS_ReadFile()
1034 if (async) in FSi_FATFS_ReadFile()
1077 BOOL async = ((file->stat & FS_FILE_STATUS_BLOCKING) == 0); in FSi_FATFS_WriteFile() local
1103 async &= ((dst == buffer) && (len == rest)); in FSi_FATFS_WriteFile()
1104 if (async) in FSi_FATFS_WriteFile()
1110 if (async) in FSi_FATFS_WriteFile()