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

<<11121314

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderMPEG4.cpp 27 if (!mVideoEncoder) LOGE("OMX_ErrorInsufficientResources");
63 LOGE("NULL pointer: mEncoderParams");
OMXVideoDecoderH263.cpp 30 LOGE("createVideoDecoder failed for \"%s\"", H263_MIME_TYPE);
OMXVideoDecoderMPEG2.cpp 30 LOGE("createVideoDecoder failed for \"%s\"", MPEG2_MIME_TYPE);
OMXVideoDecoderMPEG4.cpp 30 LOGE("createVideoDecoder failed for \"%s\"", MPEG4_MIME_TYPE);
OMXVideoEncoderVP8.cpp 12 if(!mVideoEncoder) LOGE("OMX_ErrorInsufficientResources");
57 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/stack/mm-camera-test/src/
mm_qcamera_commands.c 47 LOGE("prevcommand_process is NULL");
287 LOGE(" tuning library open failed\n");
  /hardware/qcom/camera/msm8998/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);
  /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);
jpeg_writer.cpp 36 LOGE("Failed to destroy compress object, may leak memory.");
  /system/chre/platform/shared/
host_protocol_chre.cc 35 LOGE("Dropping invalid/corrupted message from host (length %zu)",
128 LOGE("Couldn't push nanoapp list entry offset!");
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 190 LOGE("Camera Event DAEMON DIED received");
239 LOGE("No memory for mm_camera_node_t");
291 LOGE("Failed with %s error, retrying after %d milli-seconds",
297 LOGE("cannot open control fd of '%s' (%s)\n",
327 LOGE("cannot open domain socket fd of '%s'(%s)\n",
337 LOGE("Failed to open session");
375 LOGE("Invalid device name\n");
380 LOGE("Invalid camera object\n");
664 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...]
wprint_msgq.c 84 LOGE("Warning msgQDelete() called on queue with %d messages", msgq->num_msgs);
  /system/core/healthd/
healthd_mode_charger.cpp 78 #define LOGE(x...) KLOG_ERROR("charger", x);
636 LOGE("Cannot load custom battery_fail image. Reverting to built in.\n");
639 LOGE("Cannot load built in battery_fail image\n");
651 LOGE("Cannot load battery_scale image\n");
655 LOGE("battery_scale image has unexpected frame count (%d, expected %d)\n", scale_count,
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
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...]
  /device/google/contexthub/util/nanotool/
nanotool.cpp 434 LOGE("Error initializing ContextHub");
492 LOGE("Command not implemented");
497 LOGE("Command failed");
  /cts/tests/tests/opengl/libopengltest/
gl2_jni_libone.cpp 42 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /device/google/marlin/camera/QCamera2/util/
QCameraDisplay.cpp 98 LOGE("Initialization of DisplayEventReceiver failed with status: %d", status);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.cpp 110 LOGE("Error: Unknown blending type %d",blendingType);
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 436 LOGE("_validate_job: validatePrintJob: response is null: ipp_status %d %s",
479 LOGE("_start_job; this_p == NULL");
577 LOGE("Error: from cupsWriteRequestData http.fd %d: status %d",
585 LOGE("sent cupsGetResponse %s job id is null; received", ippOpString(op));
  /packages/services/BuiltInPrintService/jni/plugins/
pdf_render.c 152 LOGE("AttachCurrentThread failed");

Completed in 231 milliseconds

<<11121314