Searched defs:ALOGE (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera_dbg.h44 #define ALOGE CDBG macro
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg_dbg.h44 #define ALOGE CDBG macro
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_dbg.h59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
/hardware/qcom/media/mm-video/DivxDrmDecrypt/src/
H A DDivXDrmDecrypt.cpp38 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
55 ALOGE("Failed to open DIVX_DRM_SHIM_LIB \n");
78 ALOGE(" dlsym for DrmDecrypt factory function failed \n");
94 ALOGE(" failed to instantiate DrmDecoder \n");
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Dts_parser.h45 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
79 ALOGE("Error handler called for TS Parser");
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.h55 #define ALOGE printf macro
58 #define UIM_ERR(fmt, arg...) ALOGE("uim:"fmt"\n" , ##arg)
60 #define UIM_START_FUNC() ALOGE("uim: Inside %s\n", __FUNCTION__)
61 #define UIM_DBG(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
64 #define UIM_START_FUNC() ALOGE("uim: Inside %s\n", __FUNCTION__)
65 #define UIM_DBG(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
66 #define UIM_VER(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
/hardware/qcom/audio/libalsa-intf/
H A Dalsa_mixer.c46 #define ALOGE(...) fprintf(stderr, __VA_ARGS__) macro
163 ALOGE("Control open failed\n");
169 ALOGE("SNDRV_CTL_IOCTL_ELEM_LIST failed\n");
407 ALOGE("failed to allocate memory\n");
541 ALOGE("failed to allocate memory\n");
705 ALOGE("failed to allocate memory\n");
H A Dalsa_pcm.c28 #define ALOGE(...) fprintf(stderr, __VA_ARGS__) macro
332 ALOGE("SNDRV_PCM_IOCTL_HW_REFINE failed");
427 ALOGE("SNDRV_PCM_IOCTL_SYNC_PTR failed %d \n", err);
519 ALOGE("cannot prepare channel: errno =%d\n", -errno);
537 ALOGE("Failed in sync_ptr\n");
548 ALOGE("Failed in sync_ptr 2 \n");
559 ALOGE("Failed in SNDRV_PCM_IOCTL_START\n");
565 ALOGE("Error no %d \n", errno);
594 ALOGE("Underrun Error\n");
638 ALOGE("Are
[all...]
H A Dalsa_ucm.c41 #define ALOGE(...) fprintf(stderr, __VA_ARGS__) macro
79 ALOGE("API not implemented for now, to be updated if required");
120 ALOGE("snd_use_case_get_list(): failed, invalid arguments");
138 ALOGE("Use case verb name not set, invalid current verb");
162 ALOGE("Use case verb name not set, invalid current verb");
244 ALOGE("Invalid identifier: %s", identifier);
275 ALOGE("snd_use_case_get(): failed, invalid arguments");
302 ALOGE("No valid identifier found: %s", ident);
320 ALOGE("Invalid current verb value: %s - %d",
340 ALOGE("N
[all...]
/hardware/ril/libril/
H A Dril.cpp364 ALOGE("invalid request block");
369 ALOGE("unsupported request code %d token %d", request, token);
398 ALOGE("invalid command block for token %d request %s",
1323 ALOGE ("RIL Response: unexpected error on write errno:%d", errno);
1343 ALOGE("RIL: packet larger than %u (%u)",
1385 ALOGE("invalid response: NULL");
1389 ALOGE("invalid response length %d expected multiple of %d\n",
1423 ALOGE("invalid response: NULL");
1427 ALOGE("invalid response length %d expected multiple of %d\n",
1478 ALOGE("invali
2484 assert(s_fdCommand < 0); assert (fd == s_fdListen); s_fdCommand = accept(s_fdListen, (sockaddr *) &peeraddr, &socklen); if (s_fdCommand < 0 ) { ALOGE(Ó, errno); rilEventAddWakeup(&s_listen_event); return; } errno = 0; is_phone_socket = 0; err = getsockopt(s_fdCommand, SOL_SOCKET, SO_PEERCRED, &creds, &szCreds); if (err == 0 && szCreds > 0) { errno = 0; pwd = getpwuid(creds.uid); if (pwd != NULL) { if (strcmp(pwd->pw_name, PHONE_PROCESS) argument
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp57 #define DEBUG_PRINT_ERROR ALOGE
70 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
3203 ALOGE("[DivX] Packet: Type[%s] Size[%u] TS[%lld] TB[%llx] NFrms[%lld]\n",
3425 ALOGE("overlay_fb: pPlatformPrivate is null");
3434 ALOGE("overlay_fb: pmem_info is null");
3903 ALOGE("Unable to open pmem device");
3909 ALOGE("IOCTL to query pmem free space failed");
3912 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest);

Completed in 611 milliseconds