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

/frameworks/av/include/camera/ndk/
H A DNdkCameraDevice.h49 * ACameraDevice is opaque type that provides access to a camera device.
53 typedef struct ACameraDevice ACameraDevice; typedef in typeref:struct: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 synchronousl
[all...]
H A DNdkCameraCaptureSession.h120 * {@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; typedef in typeref:struct: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/impl/
H A DACameraDevice.h51 ACameraDevice* wrapper);
88 inline ACameraDevice* getWrapper() const { return mWrapper; };
150 ACameraDevice* mWrapper;
273 * ACameraDevice opaque struct definition
276 struct ACameraDevice { struct
277 ACameraDevice(const char* id, ACameraDevice_StateCallbacks* cb, function in struct:ACameraDevice
281 ~ACameraDevice() {};

Completed in 73 milliseconds