/external/syslinux/com32/modules/ |
zzjson.c | 12 static void myerror(void *ehandle, const char *format, ...) { 14 fprintf(ehandle, "error: "); 16 vfprintf(ehandle, format, ap); 18 fputc('\n', ehandle);
|
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.cpp | 72 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL; 155 if (pContext->eHandle[SUB_FX_HOST]) 156 pContext->aeli[SUB_FX_HOST]->release_effect(pContext->eHandle[SUB_FX_HOST]); 157 if (pContext->eHandle[SUB_FX_OFFLOAD]) 158 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]); 190 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index], 211 if (pContext->eHandle[SUB_FX_HOST] == NULL) { 216 &(pContext->eHandle[SUB_FX_HOST])) [all...] |
EffectProxy.h | 70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects
|
/external/syslinux/com32/gplinclude/zzjson/ |
zzjson.h | 40 void *ehandle; // pa pr c member in struct:ZZJSON_CONFIG 41 void (*error)(void *ehandle, const char *format, ...); // pa pr c
|
/external/e2fsprogs/e2fsck/ |
extents.c | 419 ext2_extent_handle_t ehandle; local 436 retval = ext2fs_extent_open2(fs, ino, inode, &ehandle); 440 retval = ext2fs_extent_get_info(ehandle, &top_info); 447 pctx->blk2 = ext2fs_max_extent_depth(ehandle); 461 retval = ext2fs_extent_get(ehandle, EXT2_EXTENT_ROOT, &extent); 466 retval = ext2fs_extent_get_info(ehandle, &info); 497 retval = ext2fs_extent_get(ehandle, 504 retval = ext2fs_extent_get(ehandle, EXT2_EXTENT_NEXT, &extent); 507 ext2fs_extent_free(ehandle);
|
pass1.c | 2910 ext2_extent_handle_t ehandle; local [all...] |
/external/syslinux/com32/gpllib/zzjson/ |
zzjson_print.c | 107 if (retval < 0) config->error(config->ehandle, "print: unable to print");
|
zzjson_create.c | 14 #define ERROR(x...) config->error(config->ehandle, ##x)
|
zzjson_parse.c | 18 #define ERROR(x...) config->error(config->ehandle, ##x)
|
/external/syslinux/bios/com32/gpllib/ |
libgpl.elf | |
/external/syslinux/efi32/com32/gpllib/ |
libgpl.elf | |