Home
last modified time | relevance | path

Searched defs:ACameraCaptureSession (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h66 struct ACameraCaptureSession : public RefBase { struct
68 ACameraCaptureSession( in ACameraCaptureSession() argument
85 bool isClosed() { Mutex::Autolock _l(mSessionLock); return mIsClosed; } in isClosed()
121 const ACameraCaptureSession_stateCallbacks mUserSessionCallback; argument
122 const wp<android::acam::CameraDevice> mDevice;
123 bool mIsClosed = false;
124 bool mClosedByApp = false;
125 Mutex mSessionLock;
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp246 static void onSessionClosed(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionClosed() argument
248 static void onSessionReady(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionReady() argument
250 static void onSessionActive(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionActive() argument
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h55 typedef struct ACameraCaptureSession ACameraCaptureSession; typedef