Searched refs:ACameraDevice (Results 1 - 13 of 13) sorted by relevance
/frameworks/av/camera/ndk/include/camera/ |
H A D | NdkCameraDevice.h | 50 * ACameraDevice is opaque type that provides access to a camera device. 54 typedef struct ACameraDevice ACameraDevice; typedef in typeref:struct: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 161 * Close the connection and free this ACameraDevice synchronousl [all...] |
H A D | NdkCameraCaptureSession.h | 123 * {@link ACameraDevice}.</p> 141 * incremented every time a new group of requests is submitted to the ACameraDevice.</p> 417 struct ACameraDevice; 418 typedef struct ACameraDevice ACameraDevice; typedef in typeref:struct:ACameraDevice 421 * Get the ACameraDevice pointer associated with this capture session in the device argument 425 * @param device the {@link ACameraDevice} associated with session. Will be set to NULL 428 * {@link ACAMERA_OK} if the method call succeeds. The {@link ACameraDevice} 436 ACameraCaptureSession* session, /*out*/ACameraDevice** device);
|
H A D | NdkCameraManager.h | 60 * detecting, characterizing, and connecting to {@link ACameraDevice}s.</p> 237 * <p>Once the camera is successfully opened,the ACameraDevice can then be set up 243 * ACameraDevice in the disconnected state will be called.</p> 247 * ACameraDevice in the error state will be called.</p> 252 * @param device the opened {@link ACameraDevice} will be filled here if the method call succeeds. 274 /*out*/ACameraDevice** device);
|
/frameworks/av/camera/ndk/ |
H A D | Android.mk | 31 impl/ACameraDevice.cpp \
|
H A D | NdkCameraDevice.cpp | 30 camera_status_t ACameraDevice_close(ACameraDevice* device) { 41 const char* ACameraDevice_getId(const ACameraDevice* device) { 52 const ACameraDevice* device, 213 ACameraDevice* device, 228 ACameraDevice* device,
|
H A D | NdkCameraCaptureSession.cpp | 44 ACameraCaptureSession* session, ACameraDevice **device) {
|
H A D | NdkCameraManager.cpp | 117 /*out*/ACameraDevice** device) {
|
/frameworks/av/camera/ndk/impl/ |
H A D | ACameraDevice.h | 52 ACameraDevice* wrapper); 93 inline ACameraDevice* getWrapper() const { return mWrapper; }; 161 ACameraDevice* mWrapper; 292 * ACameraDevice opaque struct definition 295 struct ACameraDevice { struct 296 ACameraDevice(const char* id, ACameraDevice_StateCallbacks* cb, function in struct:ACameraDevice 300 ~ACameraDevice() {};
|
H A D | ACameraCaptureSession.h | 22 #include "ACameraDevice.h" 97 ACameraDevice* getDevice();
|
H A D | ACameraManager.cpp | 23 #include "ACameraDevice.h" 439 /*out*/ACameraDevice** outDevice) { 451 ACameraDevice* device = new ACameraDevice(cameraId, callback, std::move(chars));
|
H A D | ACameraCaptureSession.cpp | 168 ACameraDevice*
|
H A D | ACameraManager.h | 192 /*out*/ACameraDevice** device);
|
H A D | ACameraDevice.cpp | 18 #define LOG_TAG "ACameraDevice" 25 #include "ACameraDevice.h" 54 ACameraDevice* wrapper) : 916 ACameraDevice* dev; 936 ACameraDevice* dev;
|
Completed in 55 milliseconds