HomeSort by relevance Sort by last modified time
    Searched defs:ACameraCaptureSession (Results 1 - 3 of 3) 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 54 * ACameraCaptureSession opaque struct definition
57 struct ACameraCaptureSession : public RefBase {
59 ACameraCaptureSession(
69 ~ACameraCaptureSession();
  /frameworks/av/camera/ndk/include/camera/
NdkCameraCaptureSession.h 50 * ACameraCaptureSession is an opaque type that manages frame captures of a camera device.
54 typedef struct ACameraCaptureSession ACameraCaptureSession;
63 typedef void (*ACameraCaptureSession_stateCallback)(void* context, ACameraCaptureSession *session);
77 * <p>Once this callback is called, all access to this ACameraCaptureSession object will cause
170 void* context, ACameraCaptureSession* session,
187 void* context, ACameraCaptureSession* session,
205 void* context, ACameraCaptureSession* session,
218 void* context, ACameraCaptureSession* session,
230 void* context, ACameraCaptureSession* session
    [all...]

Completed in 2873 milliseconds