HomeSort by relevance Sort by last modified time
    Searched refs:LOGE (Results 276 - 300 of 353) sorted by null

<<1112131415

  /hardware/invensense/6515/libsensors_iio/
CompassSensor.AKM.cpp 173 LOGE("HAL:unsupported compass id %s -- "
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.cpp 173 LOGE("HAL:unsupported compass id %s -- "
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 194 LOGE("Camera Event DAEMON DIED received");
243 LOGE("No memory for mm_camera_node_t");
297 LOGE("Failed with %s error, retrying after %d milli-seconds",
303 LOGE("cannot open control fd of '%s' (%s)\n",
333 LOGE("cannot open domain socket fd of '%s'(%s)\n",
343 LOGE("Failed to open session");
381 LOGE("Invalid device name\n");
386 LOGE("Invalid camera object\n");
674 LOGE("cannot get camera capabilities, rc = %d, errno %d",
    [all...]
mm_camera_interface.c 808 LOGE("Does not support 2 channels for bundle info");
    [all...]
mm_camera_muxer.c 256 LOGE("no mem");
276 LOGE("mm_camera_open err = %d", rc);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_queue.c 88 LOGE(" No memory for camera_q_node");
mm_qcamera_commands.c 47 LOGE("prevcommand_process is NULL");
287 LOGE(" tuning library open failed\n");
  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pdf.c 101 LOGE("ERROR: write() failed, %s", strerror(errno));
  /prebuilts/ndk/r16/sources/android/native_app_glue/
android_native_app_glue.c 30 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__))
59 LOGE("No data on command pipe!");
260 LOGE("could not create pipe: %s", strerror(errno));
283 LOGE("Failure writing android_app cmd: %s\n", strerror(errno));
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 47 LOGE("prevcommand_process is NULL");
287 LOGE(" tuning library open failed\n");
  /device/google/marlin/camera/QCamera2/util/
QCameraQueue.cpp 150 LOGE("No memory for camera_q_node");
187 LOGE("No memory for camera_q_node");
QCameraDisplay.cpp 98 LOGE("Initialization of DisplayEventReceiver failed with status: %d", status);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp 39 if (!mEncoderParams) LOGE("OMX_ErrorInsufficientResources");
360 LOGE("Start failed, status = 0x%08x\n", status);
545 LOGE("SetConfigIntelBitrate failed. Feature is disabled.");
698 LOGE("SetConfigVideoFramerate failed. Feature is disabled.");
766 LOGE("SetParamIntelAdaptiveSliceControl failed. Feature is disabled.");
    [all...]
OMXVideoEncoderMPEG4.cpp 27 if (!mVideoEncoder) LOGE("OMX_ErrorInsufficientResources");
63 LOGE("NULL pointer: mEncoderParams");
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
LogDumpHelper.h 35 #define LOGE printf
137 LOGE("NALU-dump: ERROR, num NALUs is too big (%u)" DUMP_EOL, numNALUs) ;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3MainTestContext.cpp 76 LOGE("\n Supported Camera Value is wrong : %d", num_of_cameras);
165 LOGE(" Toggling Binning mode to :%d",mCamHal3Base->binning_mode);
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraQueue.cpp 150 LOGE("No memory for camera_q_node");
187 LOGE("No memory for camera_q_node");
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.cpp 37 LOGE("Failed to destroy compress object, JpegReader may leak memory.");
63 LOGE("Failed to make source with error code: %d ", flags);
  /system/chre/platform/shared/
host_protocol_chre.cc 35 LOGE("Dropping invalid/corrupted message from host (length %zu)",
129 LOGE("Couldn't push nanoapp list entry offset!");
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 191 LOGE("Camera Event DAEMON DIED received");
240 LOGE("No memory for mm_camera_node_t");
292 LOGE("Failed with %s error, retrying after %d milli-seconds",
298 LOGE("cannot open control fd of '%s' (%s)\n",
328 LOGE("cannot open domain socket fd of '%s'(%s)\n",
338 LOGE("Failed to open session");
376 LOGE("Invalid device name\n");
381 LOGE("Invalid camera object\n");
665 LOGE("cannot get camera capabilities, rc = %d, errno %d",
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 770 LOGE("PRINTER STATUS UNKNOWN - Ln 747 libwprint.c");
    [all...]
  /system/core/healthd/
healthd_mode_charger.cpp 78 #define LOGE(x...) KLOG_ERROR("charger", x);
638 LOGE("Cannot load custom battery_fail image. Reverting to built in: %d\n", ret);
641 LOGE("Cannot load built in battery_fail image\n");
653 LOGE("Cannot load battery_scale image\n");
657 LOGE("battery_scale image has unexpected frame count (%d, expected %d)\n", scale_count,
  /device/google/contexthub/util/nanotool/
nanotool.cpp 434 LOGE("Error initializing ContextHub");
492 LOGE("Command not implemented");
497 LOGE("Command failed");
  /system/chre/platform/slpi/see/
platform_sensor.cc 352 LOGE("Failed to find sensor '%s'", dataType);
360 LOGE("Failed to get attributes of SUID 0x%" PRIx64 " %" PRIx64,
434 LOGE("Unknown sensor type found for '%s'", dataType);
  /cts/tests/tests/opengl/libopengltest/
gl2_jni_libone.cpp 42 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)

Completed in 1917 milliseconds

<<1112131415