Lines Matching full:session
63 /*out*/ACameraCaptureSession** session);
106 camera_status_t captureLocked(sp<ACameraCaptureSession> session,
111 camera_status_t setRepeatingRequestsLocked(sp<ACameraCaptureSession> session,
117 sp<ACameraCaptureSession> session,
129 // only For session to hold device lock
130 // Always grab device lock before grabbing session lock
134 // For capture session to notify its end of life
135 void notifySessionEndOfLifeLocked(ACameraCaptureSession* session);
166 // This will avoid a busy session being deleted before it's back to idle state
178 // Session state callbacks
208 * Capture session related members *
210 // The current active session
224 CallbackHolder(sp<ACameraCaptureSession> session,
297 /*out*/ACameraCaptureSession** session) {
298 return mDevice->createCaptureSession(outputs, callbacks, session);