Lines Matching refs:android
45 class ReturnFrame : public android::Thread {
48 android::AutoMutex lock(mReturnFrameMutex); in ReturnFrame()
54 android::AutoMutex lock(mReturnFrameMutex); in ~ReturnFrame()
58 android::AutoMutex lock(mReturnFrameMutex); in signal()
66 android::AutoMutex lock(mReturnFrameMutex); in requestExit()
72 android::AutoMutex lock(mReturnFrameMutex); in threadLoop()
85 android::Condition mReturnFrameCondition;
86 android::Mutex mReturnFrameMutex;
92 class QueueFrame : public android::Thread {
102 android::AutoMutex lock(mFramesMutex); in addFrame()
112 android::AutoMutex lock(mFramesMutex); in requestExit()
125 android::AutoMutex lock(mFramesMutex); in threadLoop()
148 android::Vector<CameraFrame *> mFrames;
149 android::Condition mFramesCondition;
150 android::Mutex mFramesMutex;
202 mutable android::Mutex mLock;
206 android::KeyedVector<buffer_handle_t *, int> mFramesWithCameraAdapterMap;
207 android::sp<ErrorNotifier> mErrorNotifier;
208 android::sp<ReturnFrame> mReturnFrame;
209 android::sp<QueueFrame> mQueueFrame;