HomeSort by relevance Sort by last modified time
    Searched defs:LOGE (Results 1 - 25 of 51) sorted by null

1 2 3

  /packages/apps/Gallery2/jni_jpegstream/src/
jni_defines.h 26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /system/chre/platform/include/chre/platform/
static_nanoapp_init.h 38 #undef LOGE
log.h 26 * LOGE(format, ...)
42 #ifndef LOGE
43 #error "LOGE must be defined"
44 #endif // LOGE
68 #undef LOGE
69 #define LOGE(format, ...) chreLogNull(format, ##__VA_ARGS__)
90 #define LOG_OOM() LOGE("OOM at %s:%d", CHRE_FILENAME, __LINE__)
  /system/chre/platform/linux/include/chre/target_platform/
log.h 43 #define LOGE(fmt, ...) CHRE_LINUX_LOG("E", "91", fmt, ##__VA_ARGS__)
  /system/chre/platform/slpi/include/chre/target_platform/
log.h 36 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_ERROR, fmt, ##__VA_ARGS__)
  /system/chre/util/include/chre/util/nanoapp/
log.h 52 #define LOGE(fmt, ...) CHRE_LOG(CHRE_LOG_ERROR, fmt, ##__VA_ARGS__)
54 #define LOGE(fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__)
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
utils.h 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_msg.h 48 #ifndef LOGE
49 #define LOGE ALOGE
72 #define DEBUG_PRINT_ERROR LOGE
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_msg.h 48 #ifndef LOGE
49 #define LOGE ALOGE
72 #define DEBUG_PRINT_ERROR LOGE
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_msg.h 48 #ifndef LOGE
49 #define LOGE ALOGE
72 #define DEBUG_PRINT_ERROR LOGE
  /packages/services/BuiltInPrintService/jni/include/
wprint_debug.h 49 #define LOGE(...)
51 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
  /system/chre/host/common/include/chre_host/
log.h 30 * of LOGE, LOGW, etc. to populate the level.
41 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, format, ##__VA_ARGS__)
63 LOGE("%s: %s (%d)\n", message, error_string, error_code); \
  /system/chre/platform/android/include/chre/target_platform/
log.h 33 #define LOGE(fmt, ...) \
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 24 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
50 LOGE("Native registration unable to find class '%s'", className);
54 LOGE("RegisterNatives failed for '%s'", className);
83 LOGE("ERROR: GetEnv failed");
89 LOGE("ERROR: registerNatives failed");
  /cts/tests/tests/opengl/libopengltest/
gl2_jni_libone.cpp 42 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
color_one.cpp 27 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
61 LOGE("Could not link program:\n%s\n", buf);
  /frameworks/base/media/mca/filterpacks/native/imageproc/
contrast.c 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
41 LOGE("Unknown parameter: %s!", key);
52 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
58 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
66 LOGE("Contrast: No input or output pointer found!");
  /frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 28 #define LOGE ALOGE
42 #define LOGE(...) LOG("E", __VA_ARGS__)
  /prebuilts/ndk/r16/sources/android/ndk_helper/
JNIHelper.h 28 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__))
  /cts/suite/audio_quality/lib/include/
Log.h 55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_type.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
rs_jni_foreach.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /system/extras/slideshow/
slideshow.cpp 32 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0)
64 LOGE("failed to create surface for %s\n", resname);
81 LOGE("usage: slideshow [-t timeout] image.png [image2.png ...] last.png\n");
100 LOGE("invalid timeout %s, defaulting to %ld\n", optarg,
115 LOGE("failed to initialize minui\n");

Completed in 990 milliseconds

1 2 3