HomeSort by relevance Sort by last modified time
    Searched refs:ALOGE_IF (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /frameworks/native/services/surfaceflinger/
DdmConnection.cpp 49 ALOGE_IF(!libdvm_dso, "DdmConnection: %s", dlerror());
52 ALOGE_IF(!libandroid_runtime_dso, "DdmConnection: %s", dlerror());
60 ALOGE_IF(!JNI_CreateJavaVM, "DdmConnection: %s", dlerror());
65 ALOGE_IF(!registerNatives, "DdmConnection: %s", dlerror());
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 195 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
207 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
218 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
229 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
255 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
EmulatedCameraDevice.cpp 96 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
110 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
257 ALOGE_IF(res != NO_ERROR, "%s: Unable to start worker thread", __FUNCTION__);
271 ALOGE_IF(res != NO_ERROR, "%s: Unable to stop worker thread", __FUNCTION__);
QemuClient.cpp 361 ALOGE_IF(res1 != NO_ERROR && res1 != res,
453 ALOGE_IF(res != NO_ERROR, "%s: Query failed: %s",
466 ALOGE_IF(res != NO_ERROR, "%s: Query failed: %s",
484 ALOGE_IF(res != NO_ERROR, "%s: Query failed: %s",
497 ALOGE_IF(res != NO_ERROR, "%s: Query failed: %s",
  /hardware/ti/wpan/tools/FM/service/src/jni/
v4l2_JbtlLog.h 52 #define V4L2_JBTL_LOGE_IF(cond, ...) ALOGE_IF(cond, __VA_ARGS__)
  /hardware/akm/AK8975_FS/libsensors/
SensorBase.cpp 56 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
83 ALOGE_IF(amt < 0, "SensorBase: write_int failed to write %s (%s)",
150 ALOGE_IF(fd<0, "couldn't find '%s' input device", inputName);
sensors.cpp 177 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
230 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
310 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno));
311 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
  /hardware/invensense/60xx/libsensors_iio/
local_log_def.h 28 #define LOGE_IF ALOGE_IF
  /hardware/invensense/60xx/libsensors/
SensorBase.cpp 56 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
126 ALOGE_IF(fd<0, "couldn't find '%s' input device", inputName);
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 28 #define LOGE_IF ALOGE_IF
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 56 ALOGE_IF(fd<0, "error creating ashmem region: %s", strerror(errno));
75 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno));
  /system/core/libsuspend/
autosuspend_earlysuspend.c 57 ALOGE_IF(err < 0,
72 ALOGE_IF(err < 0,
  /device/samsung/manta/libsensors/
sensors.cpp 207 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
239 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
308 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno));
309 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
SensorBase.cpp 62 ALOGE_IF(mDevFd < 0, "Couldn't open %s (%s)", mDevName, strerror(errno));
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 57 ALOGE_IF(sMediaPlayerService == 0, "no media player service!?");
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 115 ALOGE_IF(DEBUG_OVERLAY, "%s: r=%d", __FUNCTION__, r);
194 ALOGE_IF(DEBUG_OVERLAY, "%s: same size %d", __FUNCTION__, opBufSize);
198 ALOGE_IF(DEBUG_OVERLAY, "%s: size changed - remapping", __FUNCTION__);
overlayMdssRot.cpp 109 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, flags);
189 ALOGE_IF(DEBUG_OVERLAY, "%s: same size %d", __FUNCTION__, opBufSize);
193 ALOGE_IF(DEBUG_OVERLAY, "%s: size changed - remapping", __FUNCTION__);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdpRot.cpp 112 ALOGE_IF(DEBUG_OVERLAY, "%s: r=%d", __FUNCTION__, r);
188 ALOGE_IF(DEBUG_OVERLAY, "%s: same size %d", __FUNCTION__, opBufSize);
192 ALOGE_IF(DEBUG_OVERLAY, "%s: size changed - remapping", __FUNCTION__);
overlayMdssRot.cpp 110 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, flags);
191 ALOGE_IF(DEBUG_OVERLAY, "%s: same size %d", __FUNCTION__, opBufSize);
195 ALOGE_IF(DEBUG_OVERLAY, "%s: size changed - remapping", __FUNCTION__);
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdpRot.cpp 110 ALOGE_IF(DEBUG_OVERLAY, "%s: r=%d", __FUNCTION__, r);
186 ALOGE_IF(DEBUG_OVERLAY, "%s: same size %d", __FUNCTION__, opBufSize);
190 ALOGE_IF(DEBUG_OVERLAY, "%s: size changed - remapping", __FUNCTION__);
overlayMdssRot.cpp 104 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, flags);
184 ALOGE_IF(DEBUG_OVERLAY, "%s: same size %d", __FUNCTION__, opBufSize);
188 ALOGE_IF(DEBUG_OVERLAY, "%s: size changed - remapping", __FUNCTION__);
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 84 ALOGE_IF(err, "couldn't open framebuffer HAL (%s)", strerror(-err));
87 ALOGE_IF(err, "couldn't open gralloc HAL (%s)", strerror(-err));
129 ALOGE_IF(err, "fb buffer %d allocation failed w=%d, h=%d, err=%s",
GraphicBufferMapper.cpp 43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
Region.cpp 483 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name);
487 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
491 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
500 ALOGE_IF(!silent, "%s: region's Rects not sorted", name);
505 ALOGE_IF(!silent, "%s: invalid span %p", name, cur);
508 ALOGE_IF(!silent,
514 ALOGE_IF(!silent,
525 ALOGE_IF(!silent,
533 ALOGE_IF(!silent, "%s: mStorage size is 2, which is never valid", name);
  /device/lge/hammerhead/libsensors/
sensors.cpp 232 ALOGE_IF(result < 0, "error creating wake pipe (%s)", strerror(errno));
261 ALOGE_IF(result < 0, "error sending wake message (%s)", strerror(errno));
363 ALOGE_IF(result < 0, "error reading from wake pipe (%s)", strerror(errno));
364 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));

Completed in 701 milliseconds

1 2 3 4