Searched defs:ACameraCaptureSession (Results 1 – 3 of 3) sorted by relevance
66 struct ACameraCaptureSession : public RefBase { struct68 ACameraCaptureSession( in ACameraCaptureSession() argument85 bool isClosed() { Mutex::Autolock _l(mSessionLock); return mIsClosed; } in isClosed()121 const ACameraCaptureSession_stateCallbacks mUserSessionCallback; argument122 const wp<android::acam::CameraDevice> mDevice;123 bool mIsClosed = false;124 bool mClosedByApp = false;125 Mutex mSessionLock;
246 static void onSessionClosed(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionClosed() argument248 static void onSessionReady(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionReady() argument250 static void onSessionActive(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionActive() argument
55 typedef struct ACameraCaptureSession ACameraCaptureSession; typedef