Searched refs:LOG_ERROR (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 42 #define LOG_ERROR(buf, ...) sprintf(buf, __VA_ARGS__); \ macro 630 LOG_ERROR(errorString, "Get camera id list failed: ret %d", ret); in initWithErrorLog() 635 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret); in initWithErrorLog() 712 LOG_ERROR(errorString, "Cannot init image reader before closing existing one"); in initImageReaderWithErrorLog() 720 LOG_ERROR(errorString, "Create image reader. ret %d", ret); in initImageReaderWithErrorLog() 724 LOG_ERROR(errorString, "null image reader created"); in initImageReaderWithErrorLog() 730 LOG_ERROR(errorString, "Set AImageReader listener failed. ret %d", ret); in initImageReaderWithErrorLog() 736 LOG_ERROR(errorString, "AImageReader_getWindow failed. ret %d", ret); in initImageReaderWithErrorLog() 740 LOG_ERROR(errorString, "Null ANW from AImageReader!"); in initImageReaderWithErrorLog() 760 LOG_ERROR(errorString, "Cannot create session before closing existing one"); in createCaptureSessionWithLog() [all …]
|
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 29 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 23 #define ALOGE(...) ALOG(LOG_ERROR, NULL, __VA_ARGS__)
|