Searched refs:async (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_graphics.c | 166 …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/ |
| 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 | 406 MIDeviceReadFunction sync, MIDeviceReadFunction async, in CARD_InitRomHashContext() argument 446 context->ReadAsync = async; in CARD_InitRomHashContext()
|
| /TwlSDK-5.1.0/build/demos/fs/ |
| D | Makefile | 28 async \
|
| /TwlSDK-5.1.0/include/nitro/card/ |
| D | hash.h | 148 MIDeviceReadFunction sync, MIDeviceReadFunction async,
|
| /TwlSDK-5.1.0/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.1.0/build/libraries/card/common/include/ |
| D | card_common.h | 183 BOOL CARDi_ExecuteOldTypeTask(void (*task) (CARDiCommon *), BOOL async);
|
| /TwlSDK-5.1.0/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 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()
|