Searched refs:async (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.5/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_graphics.c | 223 …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.5/build/demos/fs/ |
| D | Makefile | 28 async \
|
| /TwlSDK-5.5/build/libraries/card/common/src/ |
| D | card_task.c | 225 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()
|
| D | card_hash.c | 416 MIDeviceReadFunction sync, MIDeviceReadFunction async, in CARD_InitRomHashContext() argument 456 context->ReadAsync = async; in CARD_InitRomHashContext()
|
| /TwlSDK-5.5/include/nitro/card/ |
| D | hash.h | 148 MIDeviceReadFunction sync, MIDeviceReadFunction async,
|
| /TwlSDK-5.5/include/twl/dsp/common/ |
| D | graphics.h | 110 …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.5/build/libraries/card/common/include/ |
| D | card_common.h | 185 BOOL CARDi_ExecuteOldTypeTask(void (*task) (CARDiCommon *), BOOL async);
|
| /TwlSDK-5.5/build/libraries/fs/common/src/ |
| D | fs_archive_fatfs.c | 1003 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()
|