/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
D | OMX_Core.c | 119 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/ |
D | AudioHardware.cpp | 106 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() 142 … LOGE("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/ |
D | overlay.cpp | 251 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 …]
|
D | v4l2_utils.c | 31 #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/ |
D | ti_omx_interface.cpp | 26 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/ |
D | ril.cpp | 336 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/ |
D | QualcommCameraHardware.cpp | 365 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/ |
D | wifi.c | 230 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/ |
D | AudioHardware.cpp | 74 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/ |
D | mapper.cpp | 62 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()
|
D | gralloc.cpp | 189 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/ |
D | hardware.c | 76 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/ |
D | mapper.cpp | 63 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()
|
D | gralloc.cpp | 194 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()
|
D | framebuffer.cpp | 116 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/ |
D | reference-cdma-sms.c | 26 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/ |
D | mapper.cpp | 63 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()
|
D | gralloc.cpp | 199 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()
|
D | framebuffer.cpp | 114 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/ |
D | TIHardwareRenderer.cpp | 54 LOGE("Unable to create the overlay!"); in TIHardwareRenderer() 100 LOGE("No suitable overlay buffer found."); in render()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 206 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/ |
D | gps_qemu.c | 666 LOGE("epoll_wait() unexpected error: %s", strerror(errno)); in gps_state_thread() 672 LOGE("EPOLLERR or EPOLLHUP after epoll_wait() !?"); in gps_state_thread() 718 … LOGE("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/ |
D | android_surface_output_omap34xx.cpp | 117 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/ |
D | copybit.cpp | 271 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/ |
D | debug.h | 53 LOGE(x); \
|