/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | VirtioGpuStream.cpp | 112 ERR("%s: failed with fd %d (%s)", __func__, m_fd, strerror(errno)); in connect() 131 ERR("%s: failed with %d allocating command response buffer (%s)", in connect() 137 ERR("%s: no handle when allocating command response buffer", in connect() 143 ERR("%s: command response buffer wrongly sized, create.size=%zu " in connect() 157 ERR("%s: failed with %d mapping command response buffer (%s)", in connect() 166 ERR("%s: failed with %d mmap'ing command response buffer (%s)", in connect() 199 ERR("%s: command flush failed", __func__); in allocBuffer() 231 ERR("%s: alloc (%zu) failed\n", __func__, allocSize); in allocBuffer() 267 ERR("%s: failed, buf=NULL, len %zu, lethal error, exiting", in writeFully() 277 ERR("%s: writeFully len %zu would overwrite command header, " in writeFully() [all …]
|
D | VirtioGpuPipeStream.cpp | 79 ERR("%s: failed with fd %d (%s)", __func__, m_fd, strerror(errno)); in connect() 99 ERR("%s: failed with %d allocating command buffer (%s)", in connect() 106 ERR("%s: no handle when allocating command buffer", in connect() 114 ERR("%s: command buffer wrongly sized, create.size=%zu " in connect() 129 ERR("%s: failed with %d mapping command response buffer (%s)", in connect() 139 ERR("%s: failed with %d mmap'ing command response buffer (%s)", in connect() 160 ERR("%s: failed with fd %d (%s)", __func__, fd, strerror(errno)); in openRendernode() 186 ERR("realloc (%zu) failed\n", allocSize); in allocBuffer() 209 ERR("VirtioGpuPipeStream::writeFully failed, buf=NULL, len %zu," in writeFully() 226 ERR("VirtioGpuPipeStream::writeFully failed: premature EOF\n"); in writeFully() [all …]
|
D | QemuPipeStream.cpp | 91 ERR("realloc (%zu) failed\n", allocSize); in allocBuffer() 215 ERR("QemuPipeStream::read failed, buf=NULL"); in read()
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 101 #define ERR(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro 106 ERR("Error: %s: %s\n", msg, arg); in fatalUsage() 108 ERR("Error: %s\n", msg); in fatalUsage() 110 …ERR("USAGE: %s [-v] [-k <key id>] [-a <app id>] [-r] [-n <layout name>] [-i <layout id>] <input fi… in fatalUsage() 155 ERR("Failed to allocate memory for packed relocs"); in packNanoRelocs() 180 ERR("Unaligned relocs are not possible!"); in packNanoRelocs() 285 ERR("Failed to write output file: %s\n", strerror(errno)); in finalizeAndWrite() 326 ERR("Error: invalid address 0x%08" PRIX32, *addr); in fixupAddress() 338 ERR("Reloc %zu %s", reloc - app->reloc, msg); in relocDiag() 339 ERR("INFO:"); in relocDiag() [all …]
|
D | postprocess_elf.c | 80 #define ERR(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro 83 #define ELF_ERR(fmt, ...) ERR(fmt ": %s\n", ##__VA_ARGS__, elf_errmsg(-1)) 631 ERR("Failed to open file %s for reading: %s", fileName, strerror(errno)); in loadNanoappElfFile() 642 ERR("Failed to parse ELF file"); in loadNanoappElfFile() 690 ERR(".data, .bss, or .got not in RAM address space!"); in fixupHeaderElf() 697 ERR(".data loadaddr, or .relocs not in flash address space!"); in fixupHeaderElf() 704 ERR("Entry point(s) not in flash address space!"); in fixupHeaderElf() 728 ERR("Couldn't allocate memory for nano relocs! Needed %zu bytes", in genElfNanoRelocs() 751 ERR("Reloc for .data not in RAM address range!"); in genElfNanoRelocs() 764 ERR("Error: Unexpected reloc type %" PRIu32 " at index %zu", in genElfNanoRelocs() [all …]
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | ErrorLog.h | 21 # define ERR(...) ALOGE(__VA_ARGS__) macro 29 # define ERR(...) fprintf(stderr, __VA_ARGS__) macro
|
D | SocketStream.cpp | 76 ERR("%s: realloc (%zu) failed\n", __FUNCTION__, allocSize); in allocBuffer() 103 ERR("%s: failed: %s\n", __FUNCTION__, strerror(errno)); in writeFully()
|
D | glUtils.cpp | 509 ERR("glUtilsPixelBitSize: unknown pixel type %d - assuming pixel data 0\n", type); in glUtilsPixelBitSize() 543 ERR("glUtilsPixelBitSize: unknown pixel format %d\n", format); in glUtilsPixelBitSize()
|
D | GLClientState.h | 633 ERR("unknown vertex-attrib parameter param %d\n", param); in getVertexAttribParameter()
|
/device/generic/goldfish-opengl/host/include/libOpenglRender/ |
D | IOStream.h | 53 ERR("Failed to flush in alloc\n"); in alloc() 62 ERR("Alloc (%u bytes) failed\n", allocLen); in alloc()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 935 ERR("gralloc_free: invalid handle %p", handle); in gralloc_free() 1025 ERR("gralloc_register_buffer(%p): invalid buffer", cb); in gralloc_register_buffer() 1047 ERR("gralloc_register_buffer(%p): map failed: %s", cb, strerror(-err)); in gralloc_register_buffer() 1081 ERR("gralloc_unregister_buffer(%p): invalid buffer", cb); in gralloc_unregister_buffer() 1116 ERR("gralloc_unregister_buffer(%p): unmap failed", cb); in gralloc_unregister_buffer()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 582 ERR("%s: failed with %d executing command buffer (%s)", __func__, in createNativeSync_virtioGpu()
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 30 Diag_LSM_test.c:ERR Iter %d uid %d num_iter %d
|