Searched defs:ACameraCaptureSession (Results 1 – 2 of 2) sorted by relevance
54 struct ACameraCaptureSession : public RefBase { struct56 ACameraCaptureSession( in ACameraCaptureSession() argument83 /*optional*/ACameraCaptureSession_captureCallbacks* cbs, argument105 const ACameraCaptureSession_stateCallbacks mUserSessionCallback; argument106 const wp<CameraDevice> mDevice;107 bool mIsClosed = false;108 bool mClosedByApp = false;109 Mutex mSessionLock;
53 typedef struct ACameraCaptureSession ACameraCaptureSession; typedef