Searched refs:LOG_ERROR (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 43 #define LOG_ERROR(buf, ...) sprintf(buf, __VA_ARGS__); \ macro 902 LOG_ERROR(errorString, "Get camera id list failed: ret %d", ret); in initWithErrorLog() 907 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret); in initWithErrorLog() 958 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret); in getCameraChars() 973 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret); in getCameraChars() 1015 LOG_ERROR(errorString, "Cannot init image reader before closing existing one"); in initImageReaderWithErrorLog() 1039 LOG_ERROR(errorString, "Create image reader. ret %d", ret); in initImageReaderWithErrorLog() 1043 LOG_ERROR(errorString, "null image reader created"); in initImageReaderWithErrorLog() 1049 LOG_ERROR(errorString, "Set AImageReader listener failed. ret %d", ret); in initImageReaderWithErrorLog() 1055 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__)
|