HomeSort by relevance Sort by last modified time
    Searched defs:LOGE (Results 26 - 42 of 42) sorted by null

12

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
rs_jni_element.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.h 31 #define LOGE ALOGE
  /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/invensense/6515/libsensors_iio/
SensorBase.h 31 #define LOGE ALOGE
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 31 #define LOGE ALOGE
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 19 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /development/ndk/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));
  /external/opencv/
cvjni.h 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
378 LOGE("AndroidBitmap_getInfo() failed ! error=%d", ret);
383 LOGE("Bitmap format is not RGB_565 !");
388 LOGE("AndroidBitmap_lockPixels() failed ! error=%d", ret);
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 37 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format, ## __VA_ARGS__)
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 36 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format, ## __VA_ARGS__)
    [all...]
  /packages/apps/FMRadio/jni/fmr/
fmr.h 50 #undef LOGE
51 #define LOGE(...) XLOGE(__VA_ARGS__)
61 #undef LOGE
62 #define LOGE(...) ALOGE(__VA_ARGS__)
237 LOGE("%s,invalid buf\n", __func__);\
  /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...]
  /system/core/healthd/
healthd_mode_charger.cpp 76 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
694 LOGE("Cannot load battery_fail image\n");
704 LOGE("Cannot load battery_scale image\n");
708 LOGE("battery_scale image has unexpected frame count (%d, expected %d)\n",
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
71 LOGE("Can't find the Java class %s", name.c_str());
76 LOGE("Can't find the constructor of %s", name.c_str());
81 LOGE("Can't construct a %s", name.c_str());
105 LOGE("Can't find the field %s", name);

Completed in 643 milliseconds

12