Home | History | Annotate | Download | only in libctscamera2jni

Lines Matching full:session

140     static void onClosed(void* obj, ACameraCaptureSession *session) {
141 // TODO: might want an API to query cameraId even session is closed?
142 ALOGV("Session %p is closed!", session);
152 static void onReady(void* obj, ACameraCaptureSession *session) {
160 camera_status_t ret = ACameraCaptureSession_getDevice(session, &device);
161 // There will be one onReady fired after session closed
163 ALOGE("%s Getting camera device from session callback failed!",
167 ALOGV("Session for camera %s is ready!", ACameraDevice_getId(device));
172 static void onActive(void* obj, ACameraCaptureSession *session) {
180 camera_status_t ret = ACameraCaptureSession_getDevice(session, &device);
182 ALOGE("%s Getting camera device from session callback failed!",
186 ALOGV("Session for camera %s is busy!", ACameraDevice_getId(device));
562 LOG_ERROR(errorString, "Cannot create session before closing existing one");
567 LOG_ERROR(errorString, "Cannot create session. mgrInit %d readerInit %d previewInit %d",
574 LOG_ERROR(errorString, "Create capture session output container failed. ret %d", ret);
619 LOG_ERROR(errorString, "Create session for camera %s failed. ret %d session %p",
622 ret = ACAMERA_ERROR_UNKNOWN; // ret OK but session is null
732 ALOGE("Testcase cannot start preview: session %p, preview request %p",
743 ALOGE("Testcase cannot take picture: session %p, still request %p",
765 ALOGI("Session take ~%d ms to close", i*100);
772 "Session for camera %s close error. isClosde %d close count %d",
1407 LOG_ERROR(errorString, "Session listener camera %s is null", cameraId);
1411 // Try open/close session multiple times
1422 LOG_ERROR(errorString, "Session for camera %s should be idle right after creation",
1432 "Session for camera %s close error. isClosde %d close count %d",
1442 LOG_ERROR(errorString, "Create session for camera %s failed. ret %d",
1450 "Session for camera %s close error. isClosde %d close count %d",
1662 ALOGI("Session take ~%d ms to capture %d images",
1803 ALOGI("Session take ~%d ms to capture %d images",