Lines Matching refs:android
58 virtual status_t setParameters(const android::CameraParameters& params) = 0;
59 virtual void getParameters(android::CameraParameters& params) = 0;
170 status_t notifyMetadataSubscribers(android::sp<CameraMetadataResult> &meta);
187 android::KeyedVector<int, frame_callback> *subscribers,
221 mutable android::Mutex mReturnFrameLock;
224 mutable android::Mutex mLock;
229 android::KeyedVector<int, frame_callback> mFrameSubscribers;
230 android::KeyedVector<int, frame_callback> mSnapshotSubscribers;
231 android::KeyedVector<int, frame_callback> mFrameDataSubscribers;
232 android::KeyedVector<int, frame_callback> mVideoSubscribers;
233 android::KeyedVector<int, frame_callback> mVideoInSubscribers;
234 android::KeyedVector<int, frame_callback> mImageSubscribers;
235 android::KeyedVector<int, frame_callback> mRawSubscribers;
236 android::KeyedVector<int, event_callback> mFocusSubscribers;
237 android::KeyedVector<int, event_callback> mZoomSubscribers;
238 android::KeyedVector<int, event_callback> mShutterSubscribers;
239 android::KeyedVector<int, event_callback> mMetadataSubscribers;
245 android::KeyedVector<CameraBuffer *, int> mPreviewBuffersAvailable;
246 mutable android::Mutex mPreviewBufferLock;
249 android::KeyedVector<int, int> mSnapshotBuffersAvailable;
250 mutable android::Mutex mSnapshotBufferLock;
254 android::KeyedVector<CameraBuffer *, int> mVideoBuffersAvailable;
257 mutable android::Mutex mVideoBufferLock;
261 android::KeyedVector<CameraBuffer *, int> mCaptureBuffersAvailable;
264 mutable android::Mutex mCaptureBufferLock;
268 android::KeyedVector<CameraBuffer *, int> mPreviewDataBuffersAvailable;
271 mutable android::Mutex mPreviewDataBufferLock;
275 android::KeyedVector<CameraBuffer *, int> mVideoInBuffersAvailable;
276 mutable android::Mutex mVideoInBufferLock;
280 mutable android::Mutex mSubscriberLock;
295 android::KeyedVector<int, bool> mBuffersWithDucati;
298 android::KeyedVector<void *, CameraFrame *> mFrameQueue;