Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 17 of 17) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/
Dcom_android_cts_isolatedsplitapp_Native.cpp25 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
40 LOGE("Can't load %s: %s\n", library_file_name, dlerror()); in get_number_from_other_library()
45 LOGE("Can't load function %s: %s\n", function_name, error); in get_number_from_other_library()
87 LOGE("Native registration unable to find class '%s'", className); in registerNativeMethods()
91 LOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods()
112 LOGE("ERROR: GetEnv failed"); in JNI_OnLoad()
117 LOGE("ERROR: registerNatives failed"); in JNI_OnLoad()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp25 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
36 LOGE("Can't load %s: %s\n", library_file_name, dlerror()); in get_number_from_other_library()
41 LOGE("Can't load function %s: %s\n", function_name, error); in get_number_from_other_library()
116 LOGE("Native registration unable to find class '%s'", className); in registerNativeMethods()
120 LOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods()
153 LOGE("ERROR: GetEnv failed"); in JNI_OnLoad()
159 LOGE("ERROR: registerNatives failed"); in JNI_OnLoad()
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.cpp55 LOGE("Shader failed to link: %s\n", infoLog); in LinkProgram()
87 LOGE("OpenGL error : %s : %s (%#08x)\n", msg.c_str(), str.c_str(), e); in GLCheckErrorStr()
Dutils.h30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
Dshadertoy_renderer.cpp32 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/util/jni/
Dandroid_virtualdevice_cts_camera_util_NativeCameraManager.cc35 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
65 LOGE("Cannot execute call in JVM callback, jvm is null"); in executeInJvm()
77 LOGE("Failed to attach native thread for java callback, error %d", err); in executeInJvm()
82 LOGE("Cannot get JNI Env -> error %d:", status); in executeInJvm()
/cts/tests/tests/opengl/libopengltest/
Dcolor_one.cpp27 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
61 LOGE("Could not link program:\n%s\n", buf); in initColorOne()
Dgl2_jni_libone.cpp42 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.c29 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__)) macro
59 LOGE("No data on command pipe!"); in android_app_read_cmd()
258 LOGE("could not create pipe: %s", strerror(errno)); in android_app_create()
281 LOGE("Failure writing android_app cmd: %s\n", strerror(errno)); in android_app_write_cmd()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_script.cpp28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
Drs_jni_object.cpp28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
Drs_jni_type.cpp28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
Drs_jni_foreach.cpp28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
Drs_jni_element.cpp28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
Drs_jni_allocation.cpp28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
/cts/tests/tests/renderscript/libcoremathtestcpp/
DCoreMathTestJni.cpp30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
71 LOGE("Can't find the Java class %s", name.c_str()); in JavaStruct()
76 LOGE("Can't find the constructor of %s", name.c_str()); in JavaStruct()
81 LOGE("Can't construct a %s", name.c_str()); in JavaStruct()
105 LOGE("Can't find the field %s", name); in GetFieldId()
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h45 #define ALOGE LOGE