Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 25 of 45) sorted by relevance

12

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp24 printf("%s: not implemented\n", __func__); in glDeleteFencesNV()
28 printf("%s: not implemented\n", __func__); in glDisableDriverControlQCOM()
32 printf("%s: not implemented\n", __func__); in glDiscardFramebufferEXT()
36 printf("%s: not implemented\n", __func__); in glEnableDriverControlQCOM()
40 printf("%s: not implemented\n", __func__); in glEndTilingQCOM()
44 printf("%s: not implemented\n", __func__); in glExtGetBufferPointervQCOM()
48 printf("%s: not implemented\n", __func__); in glExtGetBuffersQCOM()
52 printf("%s: not implemented\n", __func__); in glExtGetFramebuffersQCOM()
56 printf("%s: not implemented\n", __func__); in glExtGetProgramBinarySourceQCOM()
60 printf("%s: not implemented\n", __func__); in glExtGetProgramsQCOM()
[all …]
DGLESv3.cpp27 printf("%s: not implemented\n", __func__); in glDeleteFencesNV()
31 printf("%s: not implemented\n", __func__); in glDisableDriverControlQCOM()
35 printf("%s: not implemented\n", __func__); in glDiscardFramebufferEXT()
39 printf("%s: not implemented\n", __func__); in glEnableDriverControlQCOM()
43 printf("%s: not implemented\n", __func__); in glEndTilingQCOM()
47 printf("%s: not implemented\n", __func__); in glExtGetBufferPointervQCOM()
51 printf("%s: not implemented\n", __func__); in glExtGetBuffersQCOM()
55 printf("%s: not implemented\n", __func__); in glExtGetFramebuffersQCOM()
59 printf("%s: not implemented\n", __func__); in glExtGetProgramBinarySourceQCOM()
63 printf("%s: not implemented\n", __func__); in glExtGetProgramsQCOM()
[all …]
DAVDVirglRenderer.cpp144 printf("AVDVIRGLRENDERER GLOBAL STATE\n\n"); in dump_global_state()
146 printf("Resources:\n"); in dump_global_state()
150 printf( in dump_global_state()
161 printf(" Context %u, pid=%d, tid=%d\n", ctx->handle, ctx->pid, ctx->tid); in dump_global_state()
165 printf("Contexts:\n"); in dump_global_state()
169 printf(" Context %u: %s pid=%u tid=%u\n", ctx->handle, ctx->name.c_str(), ctx->pid, in dump_global_state()
175 printf(" Resource %u\n", res->args.handle); in dump_global_state()
318 printf("Failed to open default EGL display\n"); in virgl_renderer_init()
323 printf("Failed to initialize EGL display\n"); in virgl_renderer_init()
330 printf("Failed to retrieve number of EGL configs\n"); in virgl_renderer_init()
[all …]
DRenderControl.cpp86 printf("%s: not implemented\n", __func__); in setSwapInterval()
99 printf("%s: not implemented\n", __func__); in lockBuffer_DEPRECATED()
104 printf("%s: not implemented\n", __func__); in queueBuffer_DEPRECATED()
120 printf("%s: not implemented\n", __func__); in perform()
125 printf("%s: not implemented\n", __func__); in cancelBuffer_DEPRECATED()
360 printf("%s: not implemented\n", __func__); in rcGetFBParam()
479 printf("%s: not implemented\n", __func__); in rcOpenColorBuffer()
483 printf("%s: not implemented\n", __func__); in rcCloseColorBuffer()
601 printf("%s: not implemented\n", __func__); in rcFBPost()
686 printf("%s: not implemented\n", __func__); in rcColorBufferCacheFlush()
[all …]
DChecksumCalculatorThreadInfo.h42 printf("%s\n", message); in validOrDie()
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c54 printf(fmt "\n", ##__VA_ARGS__); \
200 printf("Terminating...\n"); in sig_handle()
347 printf("Updating nanohub OS [if required]..."); in downloadNanohub()
350 printf("done\n"); in downloadNanohub()
372 printf("%s is not a valid app name\n", arg); in halCmd()
378 printf("Couldn't find nanoapp '%s' in napp_list.cfg\n", arg); in halCmd()
381 printf("Loading "); in halCmd()
383 printf("Unloading "); in halCmd()
385 printf("Deleting "); in halCmd()
387 printf("Unrecognized cmd: %d\n", cmd); in halCmd()
[all …]
/device/google/contexthub/util/stm32_flash/
Dflash.c96 printf("Usage: %s\n", argv[0]); in main()
97 printf(" -s (use spi. default)\n"); in main()
98 printf(" -i (use i2c)\n"); in main()
99 printf(" -u (use uart)\n"); in main()
100 printf(" -g <gpio> (reset gpio. default: %d)\n", gpio_nreset); in main()
101 printf(" -d <device> (device. default: %s)\n", device); in main()
102 printf(" -e <sector> (sector to erase)\n"); in main()
103 printf(" -w <filename> (filename to write to flash)\n"); in main()
104 printf(" -r <filename> (filename to read from flash)\n"); in main()
105 printf(" -l <length> (length to read/write)\n"); in main()
[all …]
/device/google/contexthub/firmware/os/platform/stm32/misc/
Dshowsizes.sh35 printf " BSS SIZE: %6d bytes\n" $bss_sz
36 printf " DATA SIZE: %6d bytes\n" $data_sz
37 printf " STACK SIZE: %6d bytes\n" $stack_sz
38 printf " HEAP SIZE: %6d bytes\n" $heap_sz
39 printf " CODE SIZE: %6d bytes\n" $code_sz
45 printf " OS RAM USE: %6d bytes\n" $ram_use
46 printf " OS FLASH USE: %6d bytes\n" $flash_use
/device/google/contexthub/util/sensortest/
Dsensortest.cpp43printf("Usage: sensortest [-h] [-l] [-e <type> <rate_usecs>] [-b <type> <rate_usecs> <batch_usecs>… in showHelp()
52 printf("[Type] - Name\n"); in printSensorList()
65 printf("[%d] = \"%s\"\n", currMinType, ASensor_getName(mSensorList[currMinIndex])); in printSensorList()
109 printf ("Not enough arguments for enable option\n"); in parseArguments()
114 printf ("No sensor found with type \"%d\"\n", atoi(argv[currArgumentIndex+1])); in parseArguments()
121printf("Replacing previous config for sensor type %d\n", atoi(argv[currArgumentIndex+1])); in parseArguments()
142 printf ("Not enough arguments for batch option\n"); in parseArguments()
147 printf ("No sensor found with type \"%d\"\n", atoi(argv[currArgumentIndex+1])); in parseArguments()
154printf("Replacing previous config for sensor type %d\n", atoi(argv[currArgumentIndex+1])); in parseArguments()
177 printf("Invalid argument \"%s\"\n", argv[currArgumentIndex]); in parseArguments()
[all …]
/device/linaro/dragonboard/qcom/tqftpserv/
Dtqftpserv.c94 printf("[TQFTP] failed to read data\n"); in tftp_send_data()
228 printf("[TQFTP] not octet, reject\n"); in handle_rrq()
232 printf("[TQFTP] RRQ: %s (%s)\n", filename, mode); in handle_rrq()
257 printf("[TQFTP] Ignoring unknown option '%s'\n", opt); in handle_rrq()
265 printf("[TQFTP] unable to create new qrtr socket, reject\n"); in handle_rrq()
272 printf("[TQFTP] unable to connect new qrtr socket to remote\n"); in handle_rrq()
278 printf("[TQFTP] unable to open %s (%d), reject\n", filename, errno); in handle_rrq()
326 printf("[TQFTP] not octet, reject\n"); in handle_wrq()
330 printf("[TQFTP] WRQ: %s (%s)\n", filename, mode); in handle_wrq()
335 printf("[TQFTP] unable to open %s (%d), reject\n", filename, errno); in handle_wrq()
[all …]
/device/linaro/hikey/wpan/uim/
Duim.h79 #define UIM_ERR(fmt, arg...) printf("uim:"fmt"\n" , ##arg)
81 #define UIM_START_FUNC() printf("uim: Inside %s", __FUNCTION__)
82 #define UIM_DBG(fmt, arg...) printf("uim:"fmt"\n" , ## arg)
85 #define UIM_START_FUNC() printf("uim:@ %s\n", __FUNCTION__)
86 #define UIM_DBG(fmt, arg...) printf("uim:"fmt"\n" , ## arg)
87 #define UIM_VER(fmt, arg...) printf("uim:"fmt"\n" , ## arg)
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/
Delftobin.sh69 printf "0: %.8x" $size_total_img | sed -e 's/0\: \(..\)\(..\)\(..\)\(..\)/0\: \4\3\2\1/' | xxd -r -…
70 printf "0: %.8x" $total_sections | sed -e 's/0\: \(..\)\(..\)\(..\)\(..\)/0\: \4\3\2\1/' | xxd -r -…
77printf "0: %.8x" ${ID_Sec[${i}]} | sed -e 's/0\: \(..\)\(..\)\(..\)\(..\)/0\: \4\3\2\1/' | xxd -r …
78printf "0: %.8x" $cnt1 | sed -e 's/0\: \(..\)\(..\)\(..\)\(..\)/0\: \4\3\2\1/' | xxd -r -g0 >> $OU…
79printf "0: %.8x" 0x$DST_ADDR | sed -e 's/0\: \(..\)\(..\)\(..\)\(..\)/0\: \4\3\2\1/' | xxd -r -g0 …
80printf "0: %.8x" ${size_sec[${i}]} | sed -e 's/0\: \(..\)\(..\)\(..\)\(..\)/0\: \4\3\2\1/' | xxd -…
/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp180 printf("format error, use RGB, NV21, YV12 or YU12"); in main()
196 printf("device error, use web or virtual"); in main()
222 printf("Failed to connect device\n"); in main()
227 printf("Connected to device\n"); in main()
229 printf("Failed to connect device\n"); in main()
240 printf("Failed to configure device for query\n"); in main()
255 printf("GraphicBufferAllocator::allocate failed\n"); in main()
279 printf("offset is 0x%llx\n", offset); in main()
318 printf("Report for reading %d frames\n", repeated); in main()
319 printf("\ttime total: %lld\n", sum); in main()
[all …]
/device/google/contexthub/util/nanotool/
Dlog.h63 __attribute__((__format__ (printf, 1, 2)))
66 __attribute__((__format__ (printf, 1, 2)))
69 __attribute__((__format__ (printf, 1, 2)))
72 __attribute__((__format__ (printf, 1, 2)))
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h563 printf("x = %.21Lg; ", (long double)*xp); \
566 printf("y = %.21Lg; z = 0; show(x, y, z);\n", (long double)(v))
568 printf("y = %.21Lg; z = %.21Lg; show(x, y, z);\n", \
579 printf("x = %.21Lg; ", (long double)*xp); \
582 printf("y = %.21Lg; z = 0; show(x, y, z);\n", (long double)(v))
584 printf("y = %.21Lg; z = %.21Lg; show(x, y, z);\n", \
595 printf("x = %.21Lg; ", (long double)*xp); \
598 printf("y = %.21Lg; z = 0; show(x, y, z);\n", (long double)(v))
600 printf("y = %.21Lg; z = %.21Lg; show(x, y, z);\n", \
617 printf("x = %.36Lg; ", (long double)*xp); \
[all …]
/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.c88 printf("%stid=0x%x: %s: ", prefix, tid, in android_tid_function_print()
91 printf("%stid=0x%x: ", prefix, tid); in android_tid_function_print()
95 printf("\n"); in android_tid_function_print()
/device/linaro/dragonboard/qcom/qrtr/src/
Dlookup.c186 printf(" Service Version Instance Node Port\n"); in main()
223 printf("%9d %7s %8d %4d %5d %s (%s)\n", in main()
226 printf("%9d %7d %8d %4d %5d %s\n", in main()
/device/google/contexthub/firmware/os/algos/util/
Dnano_log.h8 #define LOG_FUNC(level, ...) printf(__VA_ARGS__)
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidThreadStore.cpp30 # define D(...) do { printf("%s:%d: ", __FUNCTION__, __LINE__); printf(__VA_ARGS__); fflush(stdo…
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
DGLESv3Dispatch.cpp35 printf("Failed to open %s\n", dlerror()); in gles3_dispatch_init()
DGLESv1Dispatch.cpp35 printf("Failed to open %s\n", dlerror()); in gles1_dispatch_init()
DEGLDispatch.cpp42 printf("Failed to open %s\n", dlerror()); in egl_dispatch_init()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenglRender/
DIOStream.h30 printf("Command response is too large.\n"); in alloc()
/device/generic/goldfish-opengl/
Djson-dump.mk7 …$(foreach obj,$3,$(eval _args+=$(obj))$(if $(word $2,$(_args)),@printf "%s" $(subst ",\",$(_args))…
/device/linaro/hikey/hifi/debug-hifi/
Ddebug-hifi.c63 printf("%s\n", ret > 0 ? buffer : "Buffer is empty"); in main()

12