Home | History | Annotate | Download | only in libctscamera2jni

Lines Matching defs:errorString

48     char errorString[MAX_ERROR_STRING_LEN];
899 LOG_ERROR(errorString, "Get camera id list failed: ret %d", ret);
904 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret);
955 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret);
970 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret);
1012 LOG_ERROR(errorString, "Cannot init image reader before closing existing one");
1036 LOG_ERROR(errorString, "Create image reader. ret %d", ret);
1040 LOG_ERROR(errorString, "null image reader created");
1046 LOG_ERROR(errorString, "Set AImageReader listener failed. ret %d", ret);
1052 LOG_ERROR(errorString, "AImageReader_getWindow failed. ret %d", ret);
1056 LOG_ERROR(errorString, "Null ANW from AImageReader!");
1083 LOG_ERROR(errorString, "Cannot create session output container. mgrInit %d "
1091 LOG_ERROR(errorString, "Create capture session output container failed. ret %d", ret);
1098 LOG_ERROR(errorString,
1109 LOG_ERROR(errorString, "Session image reader output add failed! ret %d", ret);
1117 LOG_ERROR(errorString, "Session image reader output add failed! ret %d", ret);
1129 LOG_ERROR(errorString,
1140 LOG_ERROR(errorString, "Session preview output add failed! ret %d", ret);
1152 LOG_ERROR(errorString, "Cannot create session before closing existing one");
1159 LOG_ERROR(errorString, "Failed to create session output container! ret %d", ret);
1166 LOG_ERROR(errorString, "isSessionConfigurationSupported must return either OK "
1180 LOG_ERROR(errorString, "Create session for camera %s failed. ret %d session %p",
1219 LOG_ERROR(errorString, "Cannot create requests before deleteing existing one");
1224 LOG_ERROR(errorString,
1241 LOG_ERROR(errorString, "Camera %s create preview request failed. ret %d",
1254 LOG_ERROR(errorString,
1265 LOG_ERROR(errorString, "Get AE mode key for physicalCamera %s failed."
1270 LOG_ERROR(errorString,
1280 LOG_ERROR(errorString,
1288 LOG_ERROR(errorString, "Camera %s add preview request output failed. ret %d",
1297 LOG_ERROR(errorString, "Camera %s add extra request output failed. ret %d",
1310 LOG_ERROR(errorString, "Camera %s create still request failed. ret %d",
1317 LOG_ERROR(errorString,
1325 LOG_ERROR(errorString, "Camera %s add still request output failed. ret %d",
1333 LOG_ERROR(errorString,
1479 LOG_ERROR(errorString,
1489 LOG_ERROR(errorString, "Close camera device %s failure. ret %d", mCameraId, ret);
1606 LOG_ERROR(errorString, "ACameraManager_create returns nullptr");
1616 LOG_ERROR(errorString, "ACameraManager_create 2 returns nullptr");
1623 LOG_ERROR(errorString, "ACameraManager_create 3 returns nullptr");
1628 LOG_ERROR(errorString, "ACameraManager_create 4 returns nullptr");
1642 throwAssertionError(env, errorString);
1657 LOG_ERROR(errorString, "Get camera id list failed: ret %d, cameraIdList %p",
1678 throwAssertionError(env, errorString);
1700 LOG_ERROR(errorString, "Register availability callback failed: ret %d", ret);
1707 LOG_ERROR(errorString, "Expect at least %d available callback but only got %d",
1714 LOG_ERROR(errorString, "Unregister availability callback failed: ret %d", ret);
1727 throwAssertionError(env, errorString);
1745 LOG_ERROR(errorString, "Get camera id list failed: ret %d, cameraIdList %p",
1755 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret);
1763 LOG_ERROR(errorString, "Get camera characteristics tags failed: ret %d", ret);
1772 LOG_ERROR(errorString, "Unknown tagId %u, sectionId %u", tagId, sectionId);
1780 LOG_ERROR(errorString, "Get const available capabilities key failed. ret %d", ret);
1787 LOG_ERROR(errorString,
1805 LOG_ERROR(errorString, "Error: camera device %s does not support either BC or DEPTH",
1818 LOG_ERROR(errorString, "Get const available capabilities key failed. ret %d", ret);
1823 LOG_ERROR(errorString,
1834 LOG_ERROR(errorString, "Error: get unknown tag should fail!");
1856 throwAssertionError(env, errorString);
1878 LOG_ERROR(errorString, "Testcase returned negavtive number of cameras: %d", numCameras);
1885 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
1891 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
1898 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
1904 LOG_ERROR(errorString, "Close camera device %s failure. ret %d", cameraId, ret);
1911 LOG_ERROR(errorString, "Camera %s should be available now", cameraId);
1918 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
1926 throwAssertionError(env, errorString);
1955 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
1961 LOG_ERROR(errorString, "Get camera %s characteristics failure. ret %d, chars %p",
1977 LOG_ERROR(errorString, "Create capture request failed!: ret %d", ret);
1985 LOG_ERROR(errorString, "Get capture request tags failed: ret %d", ret);
1994 LOG_ERROR(errorString, "Unknown tagId %u, sectionId %u", tagId, sectionId);
2002 LOG_ERROR(errorString, "Get capture request context failed: ret %d", ret);
2006 LOG_ERROR(errorString, "Capture request context is not null: %p", context);
2013 LOG_ERROR(errorString, "Set capture request context failed: ret %d", ret);
2019 LOG_ERROR(errorString, "Get capture request context failed: ret %d", ret);
2023 LOG_ERROR(errorString, "Capture request context is wrong: %p", context);
2032 LOG_ERROR(errorString, "Get AE mode key for null physical id should fail. ret %d",
2039 LOG_ERROR(errorString, "Get AE mode key for physical id should fail. ret %d",
2045 LOG_ERROR(errorString, "Get AE mode key failed. ret %d", ret);
2051 LOG_ERROR(errorString,
2060 LOG_ERROR(errorString, "Error: MANUAL template AE mode %d (expect %d)",
2069 LOG_ERROR(errorString, "Error: camera %s setEntry_physicalCamera_u8 should "
2076 LOG_ERROR(errorString, "Error: camera %s setEntry_physicalCamera_u8 should "
2083 LOG_ERROR(errorString,
2091 LOG_ERROR(errorString, "Get AE mode key failed. ret %d", ret);
2095 LOG_ERROR(errorString,
2103 LOG_ERROR(errorString,
2115 LOG_ERROR(errorString,
2123 LOG_ERROR(errorString, "Get AE mode key failed. ret %d", ret);
2127 LOG_ERROR(errorString,
2164 throwAssertionError(env, errorString);
2186 LOG_ERROR(errorString
2193 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
2211 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
2218 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
2224 LOG_ERROR(errorString, "Null ANW from preview surface!");
2230 LOG_ERROR(errorString, "Session listener camera %s is null", cameraId);
2245 LOG_ERROR(errorString, "Session for camera %s should be idle right after creation",
2254 LOG_ERROR(errorString,
2265 LOG_ERROR(errorString, "Create session for camera %s failed. ret %d",
2272 LOG_ERROR(errorString,
2287 LOG_ERROR(errorString, "Camera %s should be available now", cameraId);
2294 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
2302 throwAssertionError(env, errorString);
2335 LOG_ERROR(errorString, "Testcase returned negavtive number of cameras: %d", numCameras);
2342 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
2360 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
2367 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
2373 LOG_ERROR(errorString, "Null ANW from preview surface!");
2391 LOG_ERROR(errorString, "Start preview failed!");
2401 LOG_ERROR(errorString, "ACaptureSessionSharedOutput_add should return invalid "
2408 LOG_ERROR(errorString, "ACaptureSessionSharedOutput_remove should return invalid "
2416 LOG_ERROR(errorString, "ACaptureSessionSharedOutput_add failed!")
2422 LOG_ERROR(errorString, "Failed to update output configuration!")
2429 LOG_ERROR(errorString, "Camera %s create preview request failed. ret %d",
2436 LOG_ERROR(errorString,
2444 LOG_ERROR(errorString, "Camera %s add preview request output failed. ret %d",
2451 LOG_ERROR(errorString,
2459 LOG_ERROR(errorString, "Camera %s add preview request output failed. ret %d",
2466 LOG_ERROR(errorString, "Camera %s failed to update repeated request. ret %d",
2475 LOG_ERROR(errorString, "ACaptureSessionSharedOutput_remove failed!");
2482 LOG_ERROR(errorString, "updateOutput should fail!");
2490 LOG_ERROR(errorString, "Camera %s remove target output failed. ret %d",
2497 LOG_ERROR(errorString, "Camera %s failed to update repeated request. ret %d",
2505 LOG_ERROR(errorString, "Camera %s failed to acquire last frame number!",
2512 LOG_ERROR(errorString, "Camera %s timed out waiting on last frame number!",
2519 LOG_ERROR(errorString, "updateOutput failed!");
2534 LOG_ERROR(errorString, "Camera %s should be available now", cameraId);
2541 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
2571 throwAssertionError(env, errorString);
2593 LOG_ERROR(errorString, "Testcase returned negavtive number of cameras: %d", numCameras);
2600 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
2618 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
2625 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
2631 LOG_ERROR(errorString, "Null ANW from preview surface!");
2649 LOG_ERROR(errorString, "Start preview failed!");
2664 LOG_ERROR(errorString
2671 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
2679 throwAssertionError(env, errorString);
2703 LOG_ERROR(errorString, "Testcase returned negavtive number of cameras: %d", numCameras);
2710 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
2717 LOG_ERROR(errorString, "Get camera characteristics failed: ret %d", ret);
2732 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
2739 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
2745 LOG_ERROR(errorString, "Null ANW from preview surface!");
2758 LOG_ERROR(errorString, "Preview request query failed!");
2770 LOG_ERROR(errorString, "Start preview failed!");
2785 LOG_ERROR(errorString, "Camera %s should be available now", cameraId);
2795 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
2807 throwAssertionError(env, errorString);
2837 LOG_ERROR(errorString, "Testcase returned negavtive number of cameras: %d", numCameras);
2844 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
2854 LOG_ERROR(errorString, "Get camera %s characteristics failure", cameraId);
2865 LOG_ERROR(errorString, "Logical camera device %s only has %zu physical cameras",
2874 LOG_ERROR(errorString,
2910 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
2917 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
2970 LOG_ERROR(errorString, "Null ANW from preview surface!");
2993 LOG_ERROR(errorString, "Null physical camera ids must fail createCaptureRequest. "
3003 LOG_ERROR(errorString, "zero-length physical camera ids must fail "
3021 LOG_ERROR(errorString, "Preview request query failed!");
3028 LOG_ERROR(errorString, "Start preview failed!");
3037 LOG_ERROR(errorString, "stopPreview failed!");
3044 LOG_ERROR(errorString, "Camera %s failed to acquire last frame number!",
3051 LOG_ERROR(errorString, "Camera %s timed out waiting on last frame number!",
3065 LOG_ERROR(errorString, "Camera %s should be available now", cameraId);
3072 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
3084 throwAssertionError(env, errorString);
3131 LOG_ERROR(errorString, "Testcase returned negavtive number of cameras: %d", numCameras);
3138 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
3156 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
3162 LOG_ERROR(errorString, "Get camera %s characteristics failure", cameraId);
3170 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
3193 LOG_ERROR(errorString, "Camera %s failed to close. ret %d ", cameraId, ret);
3201 LOG_ERROR(errorString, "Testcase doesn't yet support format %d", format);
3251 LOG_ERROR(errorString, "Camera %s capture(%" PRIdPTR ") failed. ret %d",
3268 LOG_ERROR(errorString, "Camera %s fails to capture %d capture results. Got %zu",
3277 LOG_ERROR(errorString, "Camera %s fails to get request user context", cameraId);
3282 LOG_ERROR(errorString, "Camera %s fails to return matching user context. "
3291 LOG_ERROR(errorString, "Get camera %s minFrameDuration failed", cameraId);
3297 LOG_ERROR(errorString, "Get camera %s stallDuration failed", cameraId);
3322 LOG_ERROR(errorString, "Camera %s timeout capturing %d images. Got %d",
3336 LOG_ERROR(errorString, "Camera %s should be available now", cameraId);
3343 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
3361 throwAssertionError(env, errorString);
3392 LOG_ERROR(errorString, "Testcase returned negative number of cameras: %d", numCameras);
3399 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
3405 LOG_ERROR(errorString, "Get camera %s characteristics failure", cameraId);
3416 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
3421 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
3479 LOG_ERROR(errorString, "Camera %s timed out waiting on last frame number!",
3498 LOG_ERROR(errorString, "stopPreview failed!");
3511 LOG_ERROR(errorString, "Camera %s should be available now", cameraId);
3516 LOG_ERROR(errorString, "Unable to receive %zu consecutive capture failures within"
3524 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
3534 throwAssertionError(env, errorString);
3620 LOG_ERROR(errorString, "Register availability callback failed: rc %d", rc);
3627 LOG_ERROR(errorString, "Get camera id list failed: ret %d", rc);
3661 LOG_ERROR(errorString, "Availability context initialization failed: %d", rc);
3675 LOG_ERROR(errorString, "Invalid availability context");
3722 LOG_ERROR(errorString, "Testcase returned negavtive number of cameras: %d", numCameras);
3729 LOG_ERROR(errorString, "Testcase returned null camera id for camera %d", i);
3747 LOG_ERROR(errorString, "Open camera device %s failure. ret %d", cameraId, ret);
3753 LOG_ERROR(errorString, "Get camera %s characteristics failure", cameraId);
3761 LOG_ERROR(errorString, "Camera %s should be unavailable now", cameraId);
3781 LOG_ERROR(errorString, "Null ANW from preview surface!");
3799 LOG_ERROR(errorString, "Start preview failed!");
3810 LOG_ERROR(errorString, "Camera %s capture(%d) failed. ret %d",
3819 LOG_ERROR(errorString, "Get camera %s minFrameDuration failed", cameraId);
3825 LOG_ERROR(errorString, "Get camera %s stallDuration failed", cameraId);
3850 LOG_ERROR(errorString, "Camera %s timeout capturing %d images. Got %d",
3864 LOG_ERROR(errorString, "Camera %s should be available now", cameraId);
3871 LOG_ERROR(errorString, "Testcase deInit failed: ret %d", ret);
3886 throwAssertionError(env, errorString);