Searched defs:ACameraCaptureSession (Results 1 – 2 of 2) sorted by relevance
57 struct ACameraCaptureSession : public RefBase { struct59 ACameraCaptureSession( in ACameraCaptureSession() function86 /*optional*/ACameraCaptureSession_captureCallbacks* cbs, argument110 const ACameraCaptureSession_stateCallbacks mUserSessionCallback; argument111 const wp<CameraDevice> mDevice;112 bool mIsClosed = false;113 bool mClosedByApp = false;114 Mutex mSessionLock;
54 typedef struct ACameraCaptureSession ACameraCaptureSession; typedef