Dan Albert | d7973ba | 2016-09-14 12:35:50 -0700 | [diff] [blame^] | 1 | LIBCAMERA2NDK { |
| 2 | global: |
| 3 | ACameraCaptureSession_abortCaptures; |
| 4 | ACameraCaptureSession_capture; |
| 5 | ACameraCaptureSession_close; |
| 6 | ACameraCaptureSession_getDevice; |
| 7 | ACameraCaptureSession_setRepeatingRequest; |
| 8 | ACameraCaptureSession_stopRepeating; |
| 9 | ACameraDevice_close; |
| 10 | ACameraDevice_createCaptureRequest; |
| 11 | ACameraDevice_createCaptureSession; |
| 12 | ACameraDevice_getId; |
| 13 | ACameraManager_create; |
| 14 | ACameraManager_delete; |
| 15 | ACameraManager_deleteCameraIdList; |
| 16 | ACameraManager_getCameraCharacteristics; |
| 17 | ACameraManager_getCameraIdList; |
| 18 | ACameraManager_openCamera; |
| 19 | ACameraManager_registerAvailabilityCallback; |
| 20 | ACameraManager_unregisterAvailabilityCallback; |
| 21 | ACameraMetadata_copy; |
| 22 | ACameraMetadata_free; |
| 23 | ACameraMetadata_getAllTags; |
| 24 | ACameraMetadata_getConstEntry; |
| 25 | ACameraOutputTarget_create; |
| 26 | ACameraOutputTarget_free; |
| 27 | ACaptureRequest_addTarget; |
| 28 | ACaptureRequest_free; |
| 29 | ACaptureRequest_getAllTags; |
| 30 | ACaptureRequest_getConstEntry; |
| 31 | ACaptureRequest_removeTarget; |
| 32 | ACaptureRequest_setEntry_double; |
| 33 | ACaptureRequest_setEntry_float; |
| 34 | ACaptureRequest_setEntry_i32; |
| 35 | ACaptureRequest_setEntry_i64; |
| 36 | ACaptureRequest_setEntry_rational; |
| 37 | ACaptureRequest_setEntry_u8; |
| 38 | ACaptureSessionOutputContainer_add; |
| 39 | ACaptureSessionOutputContainer_create; |
| 40 | ACaptureSessionOutputContainer_free; |
| 41 | ACaptureSessionOutputContainer_remove; |
| 42 | ACaptureSessionOutput_create; |
| 43 | ACaptureSessionOutput_free; |
| 44 | local: |
| 45 | *; |
| 46 | }; |