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

  /development/ndk/platforms/android-24/include/camera/
NdkCameraDevice.h 49 * ACameraDevice is opaque type that provides access to a camera device.
53 typedef struct ACameraDevice ACameraDevice;
96 * @param device The {@link ACameraDevice} that is being disconnected.
98 typedef void (*ACameraDevice_StateCallback)(void* context, ACameraDevice* device);
105 * @param device The {@link ACameraDevice} that is being disconnected.
115 typedef void (*ACameraDevice_ErrorStateCallback)(void* context, ACameraDevice* device, int error);
124 * <p>Any attempt to call API methods on this ACameraDevice will return
141 * Any attempt to call API methods on this ACameraDevice in the future will return
155 * Close the connection and free this ACameraDevice synchronously. Access to the ACameraDevic
    [all...]
NdkCameraCaptureSession.h 120 * {@link ACameraDevice}.</p>
138 * incremented every time a new group of requests is submitted to the ACameraDevice.</p>
414 struct ACameraDevice;
415 typedef struct ACameraDevice ACameraDevice;
418 * Get the ACameraDevice pointer associated with this capture session in the device argument
422 * @param device the {@link ACameraDevice} associated with session. Will be set to NULL
425 * {@link ACAMERA_OK} if the method call succeeds. The {@link ACameraDevice}
433 ACameraCaptureSession* session, /*out*/ACameraDevice** device);
  /frameworks/av/camera/ndk/include/camera/
NdkCameraDevice.h 50 * ACameraDevice is opaque type that provides access to a camera device.
54 typedef struct ACameraDevice ACameraDevice;
97 * @param device The {@link ACameraDevice} that is being disconnected.
99 typedef void (*ACameraDevice_StateCallback)(void* context, ACameraDevice* device);
106 * @param device The {@link ACameraDevice} that is being disconnected.
116 typedef void (*ACameraDevice_ErrorStateCallback)(void* context, ACameraDevice* device, int error);
125 * <p>Any attempt to call API methods on this ACameraDevice will return
142 * Any attempt to call API methods on this ACameraDevice in the future will return
156 * Close the connection and free this ACameraDevice synchronously. Access to the ACameraDevic
    [all...]
NdkCameraCaptureSession.h 122 * {@link ACameraDevice}.</p>
140 * incremented every time a new group of requests is submitted to the ACameraDevice.</p>
416 struct ACameraDevice;
417 typedef struct ACameraDevice ACameraDevice;
420 * Get the ACameraDevice pointer associated with this capture session in the device argument
424 * @param device the {@link ACameraDevice} associated with session. Will be set to NULL
427 * {@link ACAMERA_OK} if the method call succeeds. The {@link ACameraDevice}
435 ACameraCaptureSession* session, /*out*/ACameraDevice** device);
  /frameworks/av/camera/ndk/impl/
ACameraDevice.h 51 ACameraDevice* wrapper);
90 inline ACameraDevice* getWrapper() const { return mWrapper; };
152 ACameraDevice* mWrapper;
275 * ACameraDevice opaque struct definition
278 struct ACameraDevice {
279 ACameraDevice(const char* id, ACameraDevice_StateCallbacks* cb,
283 ~ACameraDevice() {};

Completed in 90 milliseconds