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

1 2 3

  /packages/apps/TV/jni/minijail/
minijail.cpp 30 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__)
43 ALOGE("Failed to create minijail");
  /packages/apps/TV/jni/
logging.h 30 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__)
  /cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
version.cpp 23 #define ALOGE(...) ALOG(LOG_ERROR, NULL, __VA_ARGS__)
38 ALOGE("Native registration unable to find class '%s'", className);
42 ALOGE("RegisterNatives failed for '%s'", className);
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /libnativehelper/
ALog-priv.h 62 #ifndef ALOGE
63 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /cts/hostsidetests/gputools/apps/jni/
android_gputools_cts_RootlessGpuDebug.cpp 27 #define ALOGE(msg, ...) \
  /cts/hostsidetests/seccomp/app/jni/
android_seccomp_cts_app_SeccompDeviceTest.cpp 29 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
50 ALOGE("Unexpected return result from waitpid");
55 ALOGE("syscall was not blocked");
66 ALOGE("Unexpected signal");
70 ALOGE("Unexpected status from syscall_exists");
  /cts/tests/tests/graphics/jni/
CameraTestHelpers.cpp 26 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
32 ALOGE("Cannot initialize camera before image reader get initialized.");
39 ALOGE("Failed to create ACameraManager.");
45 ALOGE("Failed to get cameraIdList: ret=%d", ret);
57 ALOGE("Failed to get cameraId.");
64 ALOGE("Failed to open camera, ret=%d, mDevice=%p.", ret, mDevice);
71 ALOGE("Get camera %s characteristics failure. ret %d, metadata %p",
85 ALOGE("ACaptureSessionOutputContainer_create failed, ret=%d", ret);
90 ALOGE("ACaptureSessionOutput_create failed, ret=%d", ret);
95 ALOGE("ACaptureSessionOutputContainer_add failed, ret=%d", ret)
    [all...]
ImageReaderTestHelpers.cpp 26 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
44 ALOGE("Cannot re-initalize image reader, mImgReader=%p, mImgReaderAnw=%p",
52 ALOGE("Failed to create new AImageReader, ret=%d, mImgReader=%p", ret,
59 ALOGE("Failed to set image available listener, ret=%d.", ret);
65 ALOGE("Failed to get ANativeWindow from AImageReader, ret=%d, "
105 ALOGE("Faild to get hardware buffer, ret=%d, outBuffer=%p.", ret, buffer);
NativeTestHelpers.h 45 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
VulkanPreTransformTestHelpers.cpp 24 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
27 ALOGE("Failure: " #a " at " __FILE__ ":%d", __LINE__); \
519 ALOGE("Failed to open shader file");
    [all...]
android_graphics_cts_VulkanPreTransformCtsActivity.cpp 32 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
41 ALOGE("Failed to find method ID");
  /external/libese/libese/include/ese/
log.h 65 #ifndef ALOGE
66 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
50 ALOGE("Native registration unable to find class '%s'", className);
54 ALOGE("RegisterNatives failed for '%s'", className);
98 ALOGE("ERROR: GetEnv failed");
104 ALOGE("ERROR: registerNatives failed");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
50 ALOGE("Native registration unable to find class '%s'", className);
54 ALOGE("RegisterNatives failed for '%s'", className);
98 ALOGE("ERROR: GetEnv failed");
104 ALOGE("ERROR: registerNatives failed");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
50 ALOGE("Native registration unable to find class '%s'", className);
54 ALOGE("RegisterNatives failed for '%s'", className);
98 ALOGE("ERROR: GetEnv failed");
104 ALOGE("ERROR: registerNatives failed");
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
87 ALOGE("Could not open: %s\n", fileName);
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 38 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
55 ALOGE("Failed to open DIVX_DRM_SHIM_LIB \n");
78 ALOGE(" dlsym for DrmDecrypt factory function failed \n");
94 ALOGE(" failed to instantiate DrmDecoder \n");

Completed in 1272 milliseconds

1 2 3