Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h91 struct ACameraCaptureSession : public RefBase { struct
94 ACameraCaptureSession( in ACameraCaptureSession() argument
120 bool isClosed() { Mutex::Autolock _l(mSessionLock); return mIsClosed; } in isClosed()
144 ACameraCaptureSession_prepareCallback cb) { in setWindowPreparedCallback() argument
168 const ACameraCaptureSession_stateCallbacks mUserSessionCallback; argument
177 ACameraCaptureSession_prepareCallbacks mPreparedCb; argument
178 Mutex mSessionLock;
/aosp_15_r20/cts/tests/tests/security/CameraPermissionTestApp/jni/
H A Dandroid_security_cts_camera_open_CameraOpener.cpp346 static void onCaptureStart(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureStart() argument
351 static void onCaptureProgressed(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureProgressed() argument
357 static void onCaptureCompletedStatic(void* obj, ACameraCaptureSession* /*session*/, in onCaptureCompletedStatic() argument
365 static void onCaptureFailedStatic(void* obj, ACameraCaptureSession* /*session*/, in onCaptureFailedStatic() argument
373 static void onCaptureSequenceCompleted(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureSequenceCompleted() argument
378 static void onCaptureSequenceAborted(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureSequenceAborted() argument
383 static void onCaptureBufferLost(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureBufferLost() argument
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DCameraTestHelpers.h51 ACameraCaptureSession * /*session*/) {} in onSessionClosed() argument
53 ACameraCaptureSession * /*session*/) {} in onSessionReady() argument
55 ACameraCaptureSession * /*session*/) {} in onSessionActive() argument
/aosp_15_r20/frameworks/av/camera/ndk/
H A DNdkCameraCaptureSession.cpp181 ACameraCaptureSession* /*session*/, ACameraCaptureSession_captureCallbacksV2* /*callbacks*/, in ACameraCaptureSessionShared_startStreaming() argument
191 ACameraCaptureSession* /*session*/, in ACameraCaptureSessionShared_logicalCamera_startStreaming() argument
201 camera_status_t ACameraCaptureSessionShared_stopStreaming(ACameraCaptureSession* /*session*/) { in ACameraCaptureSessionShared_stopStreaming() argument
/aosp_15_r20/cts/tests/tests/media/misc/jni/
H A DAImageReaderCts.cpp228 static void onSessionClosed(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionClosed() argument
230 static void onSessionReady(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionReady() argument
232 static void onSessionActive(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionActive() argument
/aosp_15_r20/cts/tests/camera/libctscamera2jni/
H A Dnative-camera-jni.cpp369 static void onCaptureStart(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureStart() argument
374 static void onCaptureStartV2(void* obj, ACameraCaptureSession* /*session*/, in onCaptureStartV2() argument
386 static void onCaptureProgressed(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureProgressed() argument
391 static void onCaptureCompleted(void* obj, ACameraCaptureSession* /*session*/, in onCaptureCompleted() argument
429 static void onLogicalCameraCaptureCompleted(void* obj, ACameraCaptureSession* /*session*/, in onLogicalCameraCaptureCompleted() argument
507 static void onCaptureFailed(void* obj, ACameraCaptureSession* /*session*/, in onCaptureFailed() argument
519 static void onLogicalCameraCaptureFailed(void* obj, ACameraCaptureSession* /*session*/, in onLogicalCameraCaptureFailed() argument
534 static void onCaptureSequenceCompleted(void* obj, ACameraCaptureSession* /*session*/, in onCaptureSequenceCompleted() argument
547 static void onCaptureSequenceAborted(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureSequenceAborted() argument
552 static void onCaptureBufferLost(void* obj, ACameraCaptureSession* /*session*/, in onCaptureBufferLost() argument
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/camera/
DNdkCameraCaptureSession.h53 typedef struct ACameraCaptureSession ACameraCaptureSession; typedef
/aosp_15_r20/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraCaptureSession.h53 typedef struct ACameraCaptureSession ACameraCaptureSession; typedef