Searched refs:stderr (Results 1 - 25 of 182) sorted by relevance

12345678

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
H A Dhmm_dflt_abort.c44 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
45 fputs(file, stderr);
46 fputs(" Line: ", stderr);
47 fputs(line, stderr);
48 fputs("\n\n", stderr);
49 fputs("hmm_dflt_abort: while(1)!!!\n", stderr);
50 fflush(stderr);
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
H A Ddebug.h44 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
45 fprintf(stderr, ##x); \
51 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
52 fprintf(stderr, ##msg); \
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h56 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
57 fprintf(stderr, ##x); \
63 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
64 fprintf(stderr, ##msg); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c67 fprintf(stderr, "%p %s ", (void *) ctx, sev);
70 vfprintf(stderr, fmt, ap);
73 fprintf(stderr, "\n");
114 fprintf(stderr, "media has %u tracks and duration %fs\n", tracks, duration / 1e9);
120 fprintf(stderr, "track %u: type: %d codec: %d", i,
127 fprintf(stderr, " (%p, %u)", codec_data, (unsigned int) length);
133 fprintf(stderr, " video: %ux%u (d: %ux%u %ux%ux%ux%u)",
141 fprintf(stderr, " audio: %.2fhz %u bit %u channels",
146 fprintf(stderr, "\n");
152 fprintf(stderr, "see
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c95 fprintf(stderr, "Aplay:Failed to allocate ALSA hardware parameters!");
119 fprintf(stderr, "Aplay:cannot set hw params\n");
129 fprintf (stderr,"period_cnt = %d\n", pcm->period_cnt);
130 fprintf (stderr,"period_size = %d\n", pcm->period_size);
131 fprintf (stderr,"buffer_size = %d\n", pcm->buffer_size);
135 fprintf(stderr, "Aplay:Failed to allocate ALSA software parameters!\n");
151 fprintf(stderr, "Aplay:cannot set sw params");
155 fprintf (stderr,"sparams->avail_min= %lu\n", sparams->avail_min);
156 fprintf (stderr," sparams->start_threshold= %lu\n", sparams->start_threshold);
157 fprintf (stderr," sparam
[all...]
H A Dalsaucm_test.c100 fprintf(stderr, "alsaucm_test: error reading cmd\n");
125 fprintf(stderr, "alsaucm_test: Failed to create server\n");
173 fprintf(stderr, "NULL pointer encountered. Invalid value for command");
183 fprintf(stderr, "Unknown command '%s'\n", command);
191 fprintf(stderr, "NULL pointer encountered. Invalid value for identifier");
208 fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->cmd_str, identifier, err);
217 fprintf(stderr, "%s: error failed to get card list: %d\n", cmd->cmd_str, err);
232 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
238 fprintf(stderr, "%s: error failed to reset sound card %d\n", cmd->cmd_str, err);
245 fprintf(stderr, "N
[all...]
H A Darec.c98 fprintf(stderr, "Arec:Failed to allocate ALSA hardware parameters!");
123 fprintf(stderr, "Arec:cannot set hw params");
133 fprintf (stderr,"period_size (%d)", pcm->period_size);
134 fprintf (stderr," buffer_size (%d)", pcm->buffer_size);
135 fprintf (stderr," period_cnt (%d)\n", pcm->period_cnt);
139 fprintf(stderr, "Arec:Failed to allocate ALSA software parameters!\n");
165 fprintf(stderr, "Arec:cannot set sw params");
169 fprintf (stderr,"avail_min (%lu)\n", sparams->avail_min);
170 fprintf (stderr,"start_threshold (%lu)\n", sparams->start_threshold);
171 fprintf (stderr,"stop_threshol
[all...]
H A Damix.c61 fprintf(stderr,"oops: %s: %d\n", strerror(errno), __LINE__);
76 fprintf(stderr,"can't find control\n");
86 fprintf(stderr,"oops: %s: %d\n", strerror(errno), __LINE__);
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Common.h79 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \
80 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Malloc Failed\n",__LINE__); \
81 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \
86 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: Malloced = %p\n",__LINE__,_ptr_);
103 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: [FREE] %p\n",__LINE__,_pStruct_); \
/hardware/intel/common/libva/va/
H A Dsysdeps.h61 fprintf(stderr, "libva error: %s", buffer); \
67 fprintf(stderr, "libva info: %s", buffer); \
/hardware/intel/img/libdrm/tests/
H A Ddrmtest.c67 fprintf(stderr, "failed to initialize udev context\n");
107 fprintf(stderr, "failed to open any drm device\n");
122 fprintf(stderr, "failed to open any drm device\n");
H A Ddristat.c251 fprintf( stderr, "Usage: dristat [options]\n\n" );
252 fprintf( stderr, "Displays DRM information. Use with no arguments to display available cards.\n\n" );
253 fprintf( stderr, " -a Show all available information\n" );
254 fprintf( stderr, " -b Show DRM bus ID's\n" );
255 fprintf( stderr, " -c Display information about DRM clients\n" );
256 fprintf( stderr, " -i [interval] Continuously display statistics every [interval] seconds\n" );
257 fprintf( stderr, " -v Display DRM module and card version information\n" );
258 fprintf( stderr, " -m Display memory use information\n" );
259 fprintf( stderr, " -s Display DRM statistics\n" );
260 fprintf( stderr, "
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
H A Dloc_api_rpcgen_cb_svc.c85 fprintf (stderr, "%s", "unable to free arguments");
89 fprintf (stderr, "%s", "unable to free results");
132 fprintf (stderr, "%s", "unable to free arguments");
136 fprintf (stderr, "%s", "unable to free results");
179 fprintf (stderr, "%s", "unable to free arguments");
183 fprintf (stderr, "%s", "unable to free results");
226 fprintf (stderr, "%s", "unable to free arguments");
230 fprintf (stderr, "%s", "unable to free results");
273 fprintf (stderr, "%s", "unable to free arguments");
277 fprintf (stderr, "
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c346 fprintf(stderr, "Could not determine size of %s: %s\n",
378 fprintf(stderr,
419 fprintf(stderr, "%s\n\t%s\n\n", cmd->name, cmd->help);
421 fprintf(stderr, "%s\t%s\n\n", cmd->name, cmd->help);
446 fprintf(stderr, "Failed to allocate buffer of %d bytes\n", len);
502 fprintf(stderr,
506 fprintf(stderr, "\n");
507 fprintf(stderr, " -h this message\n");
508 fprintf(stderr, " -a, -i adapter name or number\n");
509 fprintf(stderr, "
[all...]
H A Ddhdu_nl80211.c71 fprintf(stderr, "netlink connection failed\n");
77 fprintf(stderr, "'nl80211' netlink not found\n");
91 fprintf(stderr, "nl80211 connection failed\n");
135 fprintf(stderr, "setting netlink attribute failed\n");
H A Dminiopt.c96 fprintf(stderr,
108 fprintf(stderr,
119 fprintf(stderr,
130 fprintf(stderr,
/hardware/intel/img/libdrm/tests/modetest/
H A Dmodetest.c126 fprintf(stderr, "could not get encoder %i: %s\n",
180 fprintf(stderr, "could not get connector %i: %s\n",
221 fprintf(stderr, "could not get crtc %i: %s\n",
248 fprintf(stderr, "could not get fb %i: %s\n",
288 fprintf(stderr, "could not get connector %i: %s\n",
318 fprintf(stderr, "failed to find mode \"%s\"\n", c->mode_str);
327 fprintf(stderr, "could not get encoder %i: %s\n",
399 fprintf(stderr, "failed to alloc buffer: %s\n",
431 fprintf(stderr, "failed to alloc buffer: %s\n",
438 fprintf(stderr, "faile
[all...]
/hardware/intel/common/libva/test/common/
H A Dva_display_drm.c42 fprintf(stderr, "error: can't open DRM connection!\n");
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dlog.h37 fprintf(stderr, _p "/" LOG_TAG ": " __VA_ARGS__)
/hardware/intel/img/psb_video/fw/msvdx/
H A Dmsvdx_bin.c79 fprintf(stderr, "Create msvdx_fw_mfld_DE2.0.bin failed\n");
95 fprintf(stderr, "Create unsigned_msvdx_fw failed\n");
100 fprintf(stderr, "Cannot open linked_list_struct failed %d\n", __LINE__);
130 fprintf(stderr, "Create unsigned_msvdx_fw failed\n");
135 fprintf(stderr, "Cannot open linked_list_sturct_56k failed\n");
165 fprintf(stderr, "Create unsigned_msvdx_fw_mrfl.bin failed\n");
170 fprintf(stderr, "Cannot open linked_list_sturct_mrfld failed\n");
208 fprintf(stderr, "Create unsigned_msvdx_fw_mrfl.bin failed\n");
213 fprintf(stderr, "Cannot open linked_list_sturct_mrfld failed\n");
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c153 On Linux, traces and logs go either to the console (stderr) or to the syslog.
157 On other systems, traces and logs go systematically to stderr
180 fprintf(stderr, "ERROR: ");
181 vfprintf(stderr, format, ap);
182 fprintf(stderr, "\n");
201 fprintf(stderr, "WARNING: ");
202 vfprintf(stderr, format, ap);
203 fprintf(stderr, "\n");
221 vfprintf(stderr, format, ap);
222 fprintf(stderr, "\
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c134 On Linux, traces and logs go either to the console (stderr) or to the syslog.
138 On other systems, traces and logs go systematically to stderr
158 fprintf(stderr, "ERROR: ");
159 vfprintf(stderr, format, ap);
160 fprintf(stderr, "\n");
175 fprintf(stderr, "WARNING: ");
176 vfprintf(stderr, format, ap);
177 fprintf(stderr, "\n");
191 vfprintf(stderr, format, ap);
192 fprintf(stderr, "\
[all...]
/hardware/libhardware/tests/hwc/
H A Dutil.c67 fprintf(stderr, "error compiling shader:\n%s\n", msg);
100 fprintf(stderr, "error linking program:\n%s\n", buf);
127 fprintf(stderr, "unknown fb pixel format %d\n", format);
132 fprintf(stderr, "no EGL configurations available?!\n");
141 fprintf(stderr, "eglChooseConfig failed\n");
158 fprintf(stderr, "cannot find matching config\n");
189 fprintf(stderr, "egl version: %d.%d\n", major, minor);
214 fprintf(stderr, "window: %d x %d\n", w, h);
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_cb_svc.c57 fprintf (stderr, "%s", "unable to free arguments");
61 fprintf (stderr, "%s", "unable to free results");
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_cb_svc.c57 fprintf (stderr, "%s", "unable to free arguments");
61 fprintf (stderr, "%s", "unable to free results");

Completed in 750 milliseconds

12345678