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

1 2 3

  /development/tools/emulator/system/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__)
  /device/moto/stingray/sensors/
SensorBase.cpp 54 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
120 ALOGE_IF(fd<0, "couldn't find '%s' input device", inputName);
AccelerationSensor.cpp 77 ALOGE_IF(err, "KXTF9_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
104 ALOGE_IF(err, "KXTF9_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
nusensors.cpp 115 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
144 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
189 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno));
190 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
LightSensor.cpp 57 ALOGE_IF(err, "MAX9635_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
GyroSensor.cpp 72 ALOGE_IF(err, "L3G4200D_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
PressureSensor.cpp 75 ALOGE_IF(err, "BMP085_IOCTL_SET_ENABLE failed (%s)", strerror(-err));
  /device/samsung/crespo/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);
sensors.cpp 193 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
218 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
265 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno));
266 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardwareBase.cpp 81 ALOGE_IF(err<0, "*** ANDROID_WAIT_FOR_FB_SLEEP failed (%s)", strerror(errno));
94 ALOGE_IF(err<0, "*** ANDROID_WAIT_FOR_FB_WAKE failed (%s)", strerror(errno));
  /hardware/invensense/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);
MPLSensor.cpp 282 //ALOGE_IF(rv != INV_SUCCESS, "Fatal error: could not start the DMP correctly. (code = %d)\n", rv);
396 ALOGE_IF(rv != INV_SUCCESS,
418 ALOGE_IF(rv != INV_SUCCESS,
425 ALOGE_IF(rv != INV_SUCCESS, "unable to start dmp");
434 ALOGE_IF(rv != INV_SUCCESS, "error: unable to stop DMP (retcode = %d)",
463 ALOGE_IF(result != INV_SUCCESS,
642 ALOGE_IF(res != INV_SUCCESS, "error returned from inv_get_compass_accuracy");
944 ALOGE_IF(res != INV_SUCCESS, "error setting FIFO rate");
947 //ALOGE_IF(res != INV_SUCCESS, "error re-starting DMP");
1004 ALOGE_IF(rv != INV_SUCCESS, "inv_update_data error (code %d)", (int) rv)
    [all...]
  /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));
  /device/samsung/tuna/libsensors/
sensors.cpp 218 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
252 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
315 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno));
316 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 57 ALOGE_IF(sMediaPlayerService == 0, "no media player service!?");
mediametadataretriever.cpp 55 ALOGE_IF(sService == 0, "no MediaPlayerService!?");
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 43 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
FramebufferNativeWindow.cpp 83 ALOGE_IF(err, "couldn't open framebuffer HAL (%s)", strerror(-err));
86 ALOGE_IF(err, "couldn't open gralloc HAL (%s)", strerror(-err));
123 ALOGE_IF(err, "fb buffer %d allocation failed w=%d, h=%d, err=%s",
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 144 ALOGE_IF(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK,
168 ALOGE_IF(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK,
288 ALOGE_IF(err < 0, "cannot flush handle %p (offs=%x len=%x)\n",
  /frameworks/native/libs/gui/
SurfaceTextureClient.cpp 522 ALOGE_IF(err, "ISurfaceTexture::setBufferCount(%d) returned %s",
634 ALOGE_IF(err, "error locking src buffer %s", strerror(-err));
638 ALOGE_IF(err, "error locking dst buffer %s", strerror(-err));
696 ALOGE_IF(err, "dequeueBuffer failed (%s)", strerror(-err));
700 ALOGE_IF(err, "lockBuffer (handle=%p) failed (%s)",
779 ALOGE_IF(err, "failed unlocking buffer (%p)", mLockedBuffer->handle);
782 ALOGE_IF(err, "queueBuffer (handle=%p) failed (%s)",
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 108 ALOGE_IF(err, "couldn't load %s module (%s)",
114 ALOGE_IF(err, "couldn't open device for module %s (%s)",
222 ALOGE_IF(err, "Error activating sensor %d (%s)", handle, strerror(-err));
  /system/core/include/cutils/
log.h 146 #ifndef ALOGE_IF
147 #define ALOGE_IF(cond, ...) \

Completed in 3470 milliseconds

1 2 3