Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 25 of 40) sorted by relevance

12

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
DOMX_Core.c119 LOGE("%d :: Core: Error in Mutex lock\n",__LINE__); in TIOMX_Init()
133 LOGE("%d :: Core: Error in Mutex unlock\n",__LINE__); in TIOMX_Init()
174 LOGE("%d :: Core: Error in Mutex lock\n",__LINE__); in TIOMX_GetHandle()
215 LOGE("Max instances of component %s already created.\n", cComponentName); in TIOMX_GetHandle()
241 LOGE("dlopen %s failed because %s\n", buf, dlerror()); in TIOMX_GetHandle()
250 LOGE("%d:: dlsym failed for module %p\n", __LINE__, pModules[i]); in TIOMX_GetHandle()
261 LOGE("%d:: malloc of pHandle* failed\n", __LINE__); in TIOMX_GetHandle()
272 LOGE("%d :: Core: SetCallBack failed %d\n",__LINE__, err); in TIOMX_GetHandle()
299 LOGE("%d :: Core: Error in Mutex unlock\n",__LINE__); in TIOMX_GetHandle()
329 LOGE("%d :: Core: Error in Mutex lock\n",__LINE__); in TIOMX_FreeHandle()
[all …]
/hardware/msm7k/libaudio-qsd8k/
DAudioHardware.cpp106 LOGE("Could not open libhtc_acoustic.so"); in AudioHardware()
114 LOGE("Could not open set_acoustic_parameters()"); in AudioHardware()
120 LOGE("Could not set acoustic parameters to share memory: %d", rc); in AudioHardware()
125 LOGE("Could not open snd_get_num()"); in AudioHardware()
136 LOGE("Could not open snd_get_bt_endpoint()"); in AudioHardware()
142LOGE("BT name %s (tx,rx)=(%d,%d)", mBTEndpoints[i].name, mBTEndpoints[i].tx, mBTEndpoints[i].rx); in AudioHardware()
295 LOGE("Cannot open msm_audio_ctl device\n"); in set_mic_mute()
300 LOGE("Cannot set mic mute on current device\n"); in set_mic_mute()
397 LOGE("Cannot open audience_a1026 device (%d)\n", fd_a1026); in setParameters()
407 LOGE("Failed to set noise suppression %s", value.string()); in setParameters()
[all …]
/hardware/ti/omap3/liboverlay/
Doverlay.cpp251 LOGE("Failed to Create Overlay Shared Data!\n"); in create_shared_data()
258 LOGE("Failed to Map Overlay Shared Data!\n"); in create_shared_data()
269 LOGE("Failed to Open Overlay Lock!\n"); in create_shared_data()
288 LOGE("Failed to Close Overlay Semaphore!\n"); in destroy_shared_data()
295 LOGE("Failed to Unmap Overlay Shared Data!\n"); in destroy_shared_data()
299 LOGE("Failed to Close Overlay Shared Data!\n"); in destroy_shared_data()
318 LOGE("Failed to Map Overlay Shared Data!\n"); in open_shared_data()
320 LOGE("Invalid Overlay Shared Marker!\n"); in open_shared_data()
323 LOGE("Invalid Overlay Shared Size!\n"); in open_shared_data()
350 LOGE("Stream Enable Failed!/%d\n", rc); in enable_streaming_locked()
[all …]
Dv4l2_utils.c31 #ifndef LOGE
32 #define LOGE(fmt,args...) \ macro
39 do { LOGE(fmt, ##args); } \
171 LOGE("Error = %s from %s", strerror(errno), msg); in error()
567 LOGE("Trying to mmap buffers that are already mapped!\n"); in v4l2_overlay_map_buf()
575 LOGE("map failed, length=%u offset=%u\n", buf.length, buf.m.offset); in v4l2_overlay_map_buf()
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
Dti_omx_interface.cpp26 LOGE("TIOMXInterface: Error closing library: %s\n", pErr); in ~TIOMXInterface()
30 LOGE("OsclSharedLibrary::Close: Error closing library, no error reported"); in ~TIOMXInterface()
48 LOGE("TIOMXInterface: library lookup failed\n"); in SharedLibraryLookup()
92 LOGE("OsclLib::LoadLibrary: Error opening " in TIOMXInterface()
98 LOGE("OsclLib::LoadLibrary: Error opening " in TIOMXInterface()
/hardware/ril/libril/
Dril.cpp336 LOGE("invalid request block"); in processCommandBuffer()
341 LOGE("unsupported request code %d token %d", request, token); in processCommandBuffer()
370 LOGE("invalid command block for token %d request %s", in invalidCommandBlock()
1148 LOGE ("RIL Response: unexpected error on write errno:%d", errno); in blockingWrite()
1168 LOGE("RIL: packet larger than %u (%u)", in sendResponseRaw()
1210 LOGE("invalid response: NULL"); in responseInts()
1214 LOGE("invalid response length %d expected multiple of %d\n", in responseInts()
1241 LOGE("invalid response: NULL"); in responseStrings()
1245 LOGE("invalid response length %d expected multiple of %d\n", in responseStrings()
1296 LOGE("invalid response: NULL"); in responseCallList()
[all …]
/hardware/msm7k/libcamera/
DQualcommCameraHardware.cpp365 LOGE("Failed to set default parameters?!"); in initDefaultParameters()
381 LOGE("FATAL ERROR: could not dlopen liboemcamera.so: %s", dlerror()); in startCameraIfNecessary()
587 LOGE("initRaw X failed: error initializing mRawHeap"); in initRaw()
601 LOGE("initRaw X failed: error initializing mJpegHeap."); in initRaw()
623 LOGE("Serious error: the camera state is %s, " in release()
705 LOGE("startPreview is already in progress, doing nothing."); in startPreviewInternal()
729 LOGE("startPreview X Camera state is %s, expecting QCS_IDLE!", in startPreviewInternal()
735 LOGE("startPreview X initPreview failed. Not starting preview."); in startPreviewInternal()
755 LOGE("startPreview failed: sensor error."); in startPreviewInternal()
769 LOGE("Preview not in progress!"); in stopPreviewInternal()
[all …]
/hardware/libhardware_legacy/wifi/
Dwifi.c230 LOGE("Cannot access \"%s\": %s", SUPP_CONFIG_FILE, strerror(errno)); in ensure_config_file_exists()
236 LOGE("Cannot open \"%s\": %s", SUPP_CONFIG_TEMPLATE, strerror(errno)); in ensure_config_file_exists()
243 LOGE("Cannot create \"%s\": %s", SUPP_CONFIG_FILE, strerror(errno)); in ensure_config_file_exists()
249 LOGE("Error reading \"%s\": %s", SUPP_CONFIG_TEMPLATE, strerror(errno)); in ensure_config_file_exists()
262 LOGE("Error changing group ownership of %s to %d: %s", in ensure_config_file_exists()
287 LOGE("Wi-Fi will not be enabled"); in wifi_start_supplicant()
367 LOGE("Supplicant not running, cannot connect"); in wifi_connect_to_supplicant()
381 LOGE("Unable to open connection to supplicant on \"%s\": %s", in wifi_connect_to_supplicant()
/hardware/msm7k/libaudio/
DAudioHardware.cpp74 LOGE("Could not open libhtc_acoustic.so"); in AudioHardware()
83 LOGE("Could not open set_acoustic_parameters()"); in AudioHardware()
89 LOGE("Could not set acoustic parameters to share memory: %d", rc); in AudioHardware()
95 LOGE("Could not open snd_get_num()"); in AudioHardware()
107 LOGE("Could not open snd_get_endpoint()"); in AudioHardware()
373 LOGE("Can not open snd device"); in set_volume_rpc()
391 LOGE("snd_set_volume error."); in set_volume_rpc()
448 LOGE("Can not open snd device"); in do_route_audio_rpc()
467 LOGE("snd_set_device error."); in do_route_audio_rpc()
581 LOGE("Could not open msm72xx_enable_audpp()"); in doRouting()
[all …]
/hardware/libhardware/modules/gralloc/
Dmapper.cpp62 LOGE("Could not mmap %s", strerror(errno)); in gralloc_map()
86 LOGE("Could not unmap %s", strerror(errno)); in gralloc_unmap()
200 LOGE("handle %p already locked for write", handle); in gralloc_lock()
205 LOGE("handle %p already locked for read", handle); in gralloc_lock()
272 LOGE("handle %p not locked", handle); in gralloc_unlock()
Dgralloc.cpp189 LOGE("PMEM_GET_TOTAL_SIZE failed, limp mode"); in init_pmem_area_locked()
264 LOGE("couldn't create ashmem (%s)", strerror(-errno)); in gralloc_alloc_buffer()
312 LOGE("couldn't open pmem (%s)", strerror(-errno)); in gralloc_alloc_buffer()
321 LOGE("couldn't create ashmem (%s)", strerror(-errno)); in gralloc_alloc_buffer()
/hardware/libhardware/
Dhardware.c76 LOGE("load: module=%s\n%s", path, err_str?err_str:"unknown"); in load()
85 LOGE("load: couldn't find symbol %s", sym); in load()
92 LOGE("load: id=%s != hmi->id=%s", id, hmi->id); in load()
/hardware/msm7k/libgralloc-qsd8k/
Dmapper.cpp63 LOGE("Could not mmap handle %p, fd=%d (%s)", in gralloc_map()
89 LOGE("Could not unmap %s", strerror(errno)); in gralloc_unmap()
205 LOGE("handle %p already locked for write", handle); in gralloc_lock()
210 LOGE("handle %p already locked for read", handle); in gralloc_lock()
277 LOGE("handle %p not locked", handle); in gralloc_unlock()
Dgralloc.cpp194 LOGE("PMEM_GET_TOTAL_SIZE failed, limp mode"); in init_pmem_area_locked()
213 LOGE("PMEM_GET_PHYS failed (%s)", strerror(-errno)); in init_pmem_area_locked()
273 LOGE("couldn't create ashmem (%s)", strerror(errno)); in gralloc_alloc_buffer()
321 LOGE("couldn't open pmem (%s)", strerror(errno)); in gralloc_alloc_buffer()
Dframebuffer.cpp116 LOGE("FBIOPUT_VSCREENINFO failed"); in fb_post()
321 LOGE("Error mapping the framebuffer (%s)", strerror(errno)); in mapFrameBufferLocked()
436 LOGE("MSMFB_BLIT failed = %d", -errno); in msm_copy_buffer()
/hardware/ril/reference-cdma-sms/
Dreference-cdma-sms.c26 LOGE("ril_cdma_decode_sms function not implemented\n"); in wmsts_ril_cdma_decode_sms()
33 LOGE("ril_cdma_encode_sms function not implemented\n"); in wmsts_ril_cdma_encode_sms()
/hardware/msm7k/libgralloc/
Dmapper.cpp63 LOGE("Could not mmap handle %p, fd=%d (%s)", in gralloc_map()
89 LOGE("Could not unmap %s", strerror(errno)); in gralloc_unmap()
207 LOGE("handle %p already locked for write", handle); in gralloc_lock()
212 LOGE("handle %p already locked for read", handle); in gralloc_lock()
279 LOGE("handle %p not locked", handle); in gralloc_unlock()
Dgralloc.cpp199 LOGE("PMEM_GET_TOTAL_SIZE failed, limp mode"); in init_pmem_area_locked()
250 LOGE("HW3D_GET_REGIONS failed (%s)", strerror(errno)); in init_gpu_area_locked()
271 LOGE("mmap EBI1 (%s)", strerror(errno)); in init_gpu_area_locked()
337 LOGE("couldn't create ashmem (%s)", strerror(errno)); in gralloc_alloc_buffer()
385 LOGE("couldn't open pmem (%s)", strerror(errno)); in gralloc_alloc_buffer()
Dframebuffer.cpp114 LOGE("FBIOPUT_VSCREENINFO failed"); in fb_post()
311 LOGE("Error mapping the framebuffer (%s)", strerror(errno)); in mapFrameBufferLocked()
425 LOGE("MSMFB_BLIT failed = %d", -errno); in msm_copy_buffer()
/hardware/ti/omap3/libstagefrighthw/
DTIHardwareRenderer.cpp54 LOGE("Unable to create the overlay!"); in TIHardwareRenderer()
100 LOGE("No suitable overlay buffer found."); in render()
/hardware/ril/reference-ril/
Dreference-ril.c206 LOGE("invalid CLCC line\n"); in callFromCLCCLine()
464 LOGE("requestQueryNetworkSelectionMode must never return error when radio is on"); in requestQueryNetworkSelectionMode()
704 LOGE("requestSignalStrength must never return an error when radio is on");
839 LOGE("requestRegistrationState must never return an error when radio is on");
910 LOGE("requestOperator must not return error when radio is on");
995 LOGE("### ERROR writing to /dev/qmi");
1012 LOGE("### ERROR reading from /dev/qmi");
1024 LOGE("### Failed to get data connection up\n");
1083 LOGE("unsupported arg to RIL_REQUEST_SMS_ACKNOWLEDGE\n");
1914 LOGE("invalid NITZ line %s\n", s);
[all …]
/hardware/libhardware_legacy/gps/
Dgps_qemu.c666 LOGE("epoll_wait() unexpected error: %s", strerror(errno)); in gps_state_thread()
672 LOGE("EPOLLERR or EPOLLHUP after epoll_wait() !?"); in gps_state_thread()
718LOGE("error while reading from gps daemon socket: %s:", strerror(errno)); in gps_state_thread()
729 LOGE("epoll_wait() returned unkown fd %d ?", fd); in gps_state_thread()
759 LOGE("could not create thread control socket pair: %s", strerror(errno)); in gps_state_init()
764 LOGE("could not create gps thread: %s", strerror(errno)); in gps_state_init()
/hardware/ti/omap3/libopencorehw/
Dandroid_surface_output_omap34xx.cpp117 LOGE("Overlay Creation Failed!"); in initCheck()
132 LOGE("unable to allocate mem for overlay addresses"); in initCheck()
208 LOGE("aData does not match any v4l buffer address\n"); in writeFrameBuf()
/hardware/msm7k/libcopybit/
Dcopybit.cpp271 LOGE("Invalid value for COPYBIT_ROTATION_DEG"); in set_parameter_copybit()
458 LOGE("Error opening frame buffer errno=%d (%s)", in open_copybit()
468 LOGE("Error not msm frame buffer"); in open_copybit()
472 LOGE("Error executing ioctl for screen info"); in open_copybit()
/hardware/msm7k/librpc/
Ddebug.h53 LOGE(x); \

12