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

/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp18 #define LOG_TAG "ACameraCaptureSession"
20 #include "ACameraCaptureSession.h"
24 ACameraCaptureSession::~ACameraCaptureSession() {
25 ALOGV("~ACameraCaptureSession: %p notify device end of life", this);
37 ALOGV("~ACameraCaptureSession: %p is deleted", this);
41 ACameraCaptureSession::closeByApp() {
75 ACameraCaptureSession::stopRepeating() {
93 ACameraCaptureSession::abortCaptures() {
111 ACameraCaptureSession
[all...]
H A DACameraCaptureSession.h51 * ACameraCaptureSession opaque struct definition
54 struct ACameraCaptureSession : public RefBase { struct in inherits:RefBase
56 ACameraCaptureSession( function in struct:ACameraCaptureSession
66 ~ACameraCaptureSession();
/frameworks/av/include/camera/ndk/
H A DNdkCameraCaptureSession.h47 * ACameraCaptureSession is an opaque type that manages frame captures of a camera device.
51 typedef struct ACameraCaptureSession ACameraCaptureSession; typedef in typeref:struct:ACameraCaptureSession
60 typedef void (*ACameraCaptureSession_stateCallback)(void* context, ACameraCaptureSession *session);
74 * <p>Once this callback is called, all access to this ACameraCaptureSession object will cause
167 void* context, ACameraCaptureSession* session,
184 void* context, ACameraCaptureSession* session,
202 void* context, ACameraCaptureSession* session,
215 void* context, ACameraCaptureSession* session,
227 void* context, ACameraCaptureSession* sessio
[all...]

Completed in 52 milliseconds