Searched refs:LOG_ERROR (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 45 #define LOG_ERROR(buf, ...) sprintf(buf, __VA_ARGS__); \ macro 1016 LOG_ERROR(errorString, "Get camera id list failed: ret %d", ret); in initWithErrorLog() 1025 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret); in initWithErrorLog() 1102 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret); in getCameraChars() 1117 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret); in getCameraChars() 1159 LOG_ERROR(errorString, "Cannot init image reader before closing existing one"); in initImageReaderWithErrorLog() 1183 LOG_ERROR(errorString, "Create image reader. ret %d", ret); in initImageReaderWithErrorLog() 1187 LOG_ERROR(errorString, "null image reader created"); in initImageReaderWithErrorLog() 1193 LOG_ERROR(errorString, "Set AImageReader listener failed. ret %d", ret); in initImageReaderWithErrorLog() 1199 LOG_ERROR(errorString, "AImageReader_getWindow failed. ret %d", ret); in initImageReaderWithErrorLog() [all …]
|
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 23 #define ALOGE(...) ALOG(LOG_ERROR, NULL, __VA_ARGS__)
|
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 30 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
|