HomeSort by relevance Sort by last modified time
    Searched defs:ACameraCaptureSession (Results 1 - 4 of 4) sorted by null

  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.cpp 18 #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::setRepeatingRequest
    [all...]
ACameraCaptureSession.h 51 * ACameraCaptureSession opaque struct definition
54 struct ACameraCaptureSession : public RefBase {
56 ACameraCaptureSession(
66 ~ACameraCaptureSession();
  /development/ndk/platforms/android-24/include/camera/
NdkCameraCaptureSession.h 47 * ACameraCaptureSession is an opaque type that manages frame captures of a camera device.
51 typedef struct ACameraCaptureSession 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* session
    [all...]
  /frameworks/av/camera/ndk/include/camera/
NdkCameraCaptureSession.h 49 * ACameraCaptureSession is an opaque type that manages frame captures of a camera device.
53 typedef struct ACameraCaptureSession ACameraCaptureSession;
62 typedef void (*ACameraCaptureSession_stateCallback)(void* context, ACameraCaptureSession *session);
76 * <p>Once this callback is called, all access to this ACameraCaptureSession object will cause
169 void* context, ACameraCaptureSession* session,
186 void* context, ACameraCaptureSession* session,
204 void* context, ACameraCaptureSession* session,
217 void* context, ACameraCaptureSession* session,
229 void* context, ACameraCaptureSession* session
    [all...]

Completed in 123 milliseconds