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

/hardware/qcom/gps/msm8960/platform_lib_abstractions/
H A Dplatform_lib_macros.h52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/platform_lib_abstractions/
H A Dplatform_lib_macros.h52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/media/mm-video-legacy/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-v4l2/DivxDrmDecrypt/src/
H A DDivXDrmDecrypt.cpp38 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
56 ALOGE("Failed to open DIVX_DRM_SHIM_LIB \n");
81 ALOGE(" dlsym for DrmDecrypt factory function failed \n");
100 ALOGE(" failed to instantiate DrmDecoder \n");
/hardware/qcom/media/mm-video-legacy/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/qcom/media/mm-video-v4l2/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/qcom/audio/legacy/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/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp55 #define DEBUG_PRINT_ERROR ALOGE
68 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
3201 ALOGE("[DivX] Packet: Type[%s] Size[%u] TS[%lld] TB[%llx] NFrms[%lld]\n",
3423 ALOGE("overlay_fb: pPlatformPrivate is null");
3432 ALOGE("overlay_fb: pmem_info is null");
3901 ALOGE("Unable to open pmem device");
3907 ALOGE("IOCTL to query pmem free space failed");
3910 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp59 #define DEBUG_PRINT_ERROR ALOGE
72 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) macro
3494 ALOGE("[DivX] Packet: Type[%s] Size[%u] TS[%lld] TB[%llx] NFrms[%lld]\n",
3876 ALOGE("overlay_fb: pPlatformPrivate is null");
3884 ALOGE("overlay_fb: pmem_info is null");
4355 ALOGE("Unable to open pmem device");
4361 ALOGE("IOCTL to query pmem free space failed");
4364 ALOGE("Available free space %lx largest chunk %lx\n", fs.total, fs.largest);

Completed in 657 milliseconds