HomeSort by relevance Sort by last modified time
    Searched refs:LOGE (Results 101 - 125 of 337) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/chre/core/
host_comms_manager.cc 49 LOGE("Couldn't allocate message to host");
78 LOGE("Couldn't allocate message from host");
81 LOGE("Couldn't allocate %" PRIu32 " bytes for message data from host "
110 LOGE("Received invalid message from host from broadcast endpoint");
115 LOGE("Rejecting message of size %zu (too big)", messageSize);
118 LOGE("Dropping message; destination app ID 0x%016" PRIx64 " not found",
164 LOGE("Couldn't defer callback to clean up message to host!");
  /system/chre/platform/slpi/
platform_nanoapp.cc 80 LOGE("Rejecting app size %zu above limit %zu", appBinaryLen, kMaxAppSize);
84 LOGE("Couldn't allocate %zu byte buffer for nanoapp 0x%016" PRIx64,
121 LOGE("dlclose failed: %s", dlerror());
163 LOGE("Failed to load nanoapp: %s", dlerror());
168 LOGE("Failed to find app info symbol: %s", dlerror());
194 LOGE("Failed to load nanoapp from file %s: %s", mFilename, dlerror());
199 LOGE("Failed to find app info symbol in %s: %s", mFilename, dlerror());
init.cc 167 LOGE("CHRE thread already running");
190 LOGE("Couldn't create CHRE thread: %d", result);
211 LOGE("Tried monitoring for CHRE thread exit, but thread not running!");
216 LOGE("qurt_thread_join failed with result %d", result);
242 // Note: LOGE is not necessarily safe to use after stopping CHRE
287 LOGE("Couldn't create TLS key: %d", result);
292 LOGE("Couldn't set TLS data: %d", result);
smr_helper.cc 49 LOGE("Releasing SMR client timed out");
78 LOGE("Wait for SMR service timed out");
106 LOGE("Failed to send request (msg_id 0x%02x): %d", msg_id, *result);
118 LOGE("SMR request for msg_id 0x%02x timed out after %" PRIu64 " ms",
135 LOGE("Got SMR response when none pending!");
137 LOGE("Got SMR response with unexpected buffer, msg_id 0x%02x: %p vs. %p",
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.cpp 76 LOGE("getBufs invalid stream pointer");
121 LOGE("getBufs invalid stream pointer");
148 LOGE("putBufs invalid stream pointer");
183 LOGE("put_bufs_deffered invalid stream pointer");
207 LOGE("invalid stream pointer");
244 LOGE("invalid stream pointer");
281 LOGE("invalid stream pointer");
320 LOGE("Stream invalid");
485 LOGE("Failed to unmap stream info buffer");
593 LOGE("Failed to unmap buffer")
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.cpp 172 LOGE("Only one stream per channel supported in v3 Hal");
177 LOGE("stream number (%d) exceeds max limit (%d)",
187 LOGE("No mem for Stream");
258 LOGE("Attempt to stop inactive channel");
382 LOGE("stream setParameter for set bundle failed");
480 LOGE("invalid channel pointer");
548 LOGE("dumping not enabled for stream type %d",dump_type);
574 LOGE("failed to open file to dump image");
748 LOGE("Init Postprocessor failed");
767 LOGE("De-init Postprocessor failed")
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 133 LOGE("Error %d", ret);
165 LOGE("Error %d", ret);
174 LOGE("Error");
220 LOGE("OMX_GetHandle failed (%d)", rc);
244 LOGE("invalid handle");
250 LOGE("Error");
256 LOGE("Error");
261 LOGE("OMX_FreeHandle failed (%d)", rc);
299 LOGE("failed");
306 LOGE("failed")
    [all...]
mm_jpeg_ionbuf.c 68 LOGE("Ion open failed");
76 LOGE("ION allocation failed len %zu",
85 LOGE("ION map failed %s", strerror(errno));
95 LOGE("ION_MMAP_FAILED: %s (%d)",
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 133 LOGE("Error %d", ret);
165 LOGE("Error %d", ret);
174 LOGE("Error");
220 LOGE("OMX_GetHandle failed (%d)", rc);
244 LOGE("invalid handle");
250 LOGE("Error");
256 LOGE("Error");
261 LOGE("OMX_FreeHandle failed (%d)", rc);
299 LOGE("failed");
306 LOGE("failed")
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 65 LOGE("cannot dump image"); \
125 LOGE("Decode error");
128 LOGE("Decode time %llu ms",
131 LOGE("Decode success file%s addr %p len %zu",
138 LOGE("Signal the thread");
150 LOGE("Error");
157 LOGE("Error");
184 LOGE("error");
191 LOGE("input file size is %zu",
199 LOGE("Error")
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 65 LOGE("cannot dump image"); \
125 LOGE("Decode error");
128 LOGE("Decode time %llu ms",
131 LOGE("Decode success file%s addr %p len %zu",
138 LOGE("Signal the thread");
150 LOGE("Error");
157 LOGE("Error");
184 LOGE("error");
191 LOGE("input file size is %zu",
199 LOGE("Error")
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 49 LOGE(" NULL current job frames or not matching job ID (%d, %d)",
55 LOGE(" job %d, status=%d", jobId, status);
66 LOGE(" Failed in Qbuf\n");
91 LOGE(" No memory for current_job_frames");
132 LOGE(" Metadata null, not set for jpeg encoding");
275 LOGE(" bufs or user_data are not valid ");
289 LOGE(" Channel object is null");
302 LOGE(" cannot find metadata stream");
318 LOGE(" malloc failed");
330 LOGE(" AutoFocus Done Call Back Received\n")
    [all...]
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 36 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
59 LOGE("An exception was thrown by callback '%s'.", methodName);
98 LOGE("Failed to open uhid: %s", strerror(errno));
118 LOGE("Failed to create uhid node: %s", strerror(errno));
126 LOGE("uhid node failed to start: %s", strerror(errno));
136 LOGE("Could not get ALooper, ALooper_forThread returned NULL");
148 LOGE("Could not remove fd, ALooper_forThread() returned NULL!");
166 LOGE("Failed to send hid event: %s", strerror(errno));
172 LOGE("uhid node was closed or an error occurred. events=0x%x", events);
179 LOGE("Failed to read from uhid node: %s", strerror(errno))
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 51 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__))
92 LOGE("Could not open input GIF: %s, error = %d", pathIn, error);
101 LOGE("Could not open output GIF: %s, error = %d", pathOut, error);
109 LOGE("Could not resize GIF");
121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight);
132 LOGE("Could not write screen descriptor");
165 LOGE("Could not get record type");
172 LOGE("Could not read image descriptor (%d)", imageIndex);
181 LOGE("GIF image extends beyond logical screen");
193 LOGE("Could not write image descriptor (%d)", imageIndex)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp 140 LOGE("NULL camera device");
184 LOGE("NULL camera device");
224 LOGE("NULL camera device");
257 LOGE("NULL camera device");
292 LOGE("NULL camera device");
329 LOGE("NULL camera device");
367 LOGE("NULL camera device");
407 LOGE("NULL camera device");
446 LOGE("NULL camera device");
489 LOGE("NULL camera device")
    [all...]
  /external/opencv/
cvjni.cpp 92 LOGE("Capture was never initialized.");
98 LOGE("Failed to grab frame from the capture.");
105 LOGE("Failed to retrieve frame from the capture.");
138 LOGE("Error source image was not set.");
154 LOGE("Unable to allocate a new boolean array for the source image.");
172 LOGE("Error getting int array of pixels.");
179 LOGE("Error loading pixel array.");
205 LOGE("Error source image could not be created.");
317 LOGE("Error getting cascade string.");
324 LOGE("Error loading cascade.");
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraDualFOVPP.cpp 191 LOGE("Input Q is not active!!!");
222 LOGE("pInput is NULL");
261 LOGE("cannot get sanpshot or metadata buf def");
266 LOGE("cannot get sanpshot or metadata stream");
288 LOGE("Unable to allocate heap memory for image buf");
304 LOGE("Unable to allocate heap memory for metadata buf");
318 LOGE("outgoing Q is not active!!!");
324 LOGE("pOutput is NULL");
360 LOGE("frame index is null");
367 LOGE("Cannot find vecotr of input frames")
    [all...]
  /system/chre/apps/wifi_offload/
scan_result.cc 86 LOGE("Failed to deserialize ScanResult. Null or incomplete members.");
92 LOGE("Failed to deserialize ScanResult. Invalid security mode.");
98 LOGE("Failed to deserialize ScanResult. Null or incomplete members.");
108 LOGE("Failed to deserialize ScanResult. Invalid network capability.");
114 LOGE("Failed to deserialize ScanResult. Invalid channel frequency.");
120 LOGE("Failed to deserialize ScanResult. Positive rssi value.");
  /system/core/healthd/
AnimationParser.cpp 26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
102 LOGE("Bad animation format: %s\n", line.c_str());
111 LOGE("Bad clock_display format: %s\n", line.c_str());
116 LOGE("Bad percent_display format: %s\n", line.c_str());
123 LOGE("Malformed animation description line: %s\n", line.c_str());
129 LOGE("Bad animation description. Provide the 'animation: ' line and at least one 'frame: ' "
  /system/chre/platform/linux/
platform_nanoapp.cc 105 LOGE("Failed to load nanoapp from file %s: %s",
111 LOGE("Failed to find app info symbol in %s: %s",
133 LOGE("dlclose failed: %s", dlerror());
  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 44 LOGE("Couldn't open calibration file: %d (%s)", err, strerror(-err));
54 LOGE("Read of configuration file returned %zd, expected %" PRIu64,
65 LOGE("Couldn't parse sensor calibration file (requires manual "
126 LOGE("Write returned %zd, expected %zu", bytes_written, json_str.size());
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 104 #undef LOGE
105 #define LOGE(fmt, args...) CLOGE(CAM_MODULE, fmt, ##args)
127 #undef LOGE
128 #define LOGE(fmt, args...) ALOGE(fmt, ##args)
  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 37 LOGE("HAL:Error opening %s", fname);
64 LOGE("HAL:read fails with error code=%d", count);
92 LOGE("HAL:enable_sysfs_sensor - write %c returned %d (%s / %d)",
114 LOGE("HAL:write fd %d returned '%s' (%d)", fd, strerror(err), err);
137 LOGE("HAL:write fd %d returned '%s' (%d)", fd, strerror(err), err);
155 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
170 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
198 LOGE("HAL:ERR open file %s to write with error %d", filename, res);
213 LOGE("HAL:ERR open file %s to write with error %d", filename, res);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 37 LOGE("HAL:Error opening %s", fname);
64 LOGE("HAL:read fails with error code=%d", count);
92 LOGE("HAL:enable_sysfs_sensor - write %c returned %d (%s / %d)",
114 LOGE("HAL:write fd %d returned '%s' (%d)", fd, strerror(err), err);
137 LOGE("HAL:write fd %d returned '%s' (%d)", fd, strerror(err), err);
155 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
170 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
198 LOGE("HAL:ERR open file %s to write with error %d", filename, res);
213 LOGE("HAL:ERR open file %s to write with error %d", filename, res);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 104 #undef LOGE
105 #define LOGE(fmt, args...) CLOGE(CAM_MODULE, fmt, ##args)
130 #undef LOGE
131 #define LOGE(fmt, args...) ALOGE(fmt, ##args)

Completed in 560 milliseconds

1 2 3 45 6 7 8 91011>>