Searched refs:LOG_ERROR (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 39 #define LOG_ERROR(buf, ...) sprintf(buf, __VA_ARGS__); \ macro 443 LOG_ERROR(errorString, "Get camera id list failed: ret %d", ret); in initWithErrorLog() 448 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret); in initWithErrorLog() 514 LOG_ERROR(errorString, "Cannot init image reader before closing existing one"); in initImageReaderWithErrorLog() 522 LOG_ERROR(errorString, "Create image reader. ret %d", ret); in initImageReaderWithErrorLog() 526 LOG_ERROR(errorString, "null image reader created"); in initImageReaderWithErrorLog() 533 LOG_ERROR(errorString, "Set AImageReader listener failed. ret %d", ret); in initImageReaderWithErrorLog() 539 LOG_ERROR(errorString, "AImageReader_getWindow failed. ret %d", ret); in initImageReaderWithErrorLog() 543 LOG_ERROR(errorString, "Null ANW from AImageReader!"); in initImageReaderWithErrorLog() 562 LOG_ERROR(errorString, "Cannot create session before closing existing one"); in createCaptureSessionWithLog() [all …]
|