Searched refs:PreparerThread (Results 1 – 2 of 2) sorted by relevance
1135 class PreparerThread : private Thread, public virtual RefBase {1137 PreparerThread();1138 ~PreparerThread();1183 sp<PreparerThread> mPreparerThread;
338 mPreparerThread = new PreparerThread(); in initializeCommonLocked()6004 Camera3Device::PreparerThread::PreparerThread() : in PreparerThread() function in android::Camera3Device::PreparerThread6009 Camera3Device::PreparerThread::~PreparerThread() { in ~PreparerThread()6019 status_t Camera3Device::PreparerThread::prepare(int maxCount, sp<Camera3StreamInterface>& stream) { in prepare()6063 void Camera3Device::PreparerThread::pause() { in pause()6100 status_t Camera3Device::PreparerThread::resume() { in resume()6146 status_t Camera3Device::PreparerThread::clear() { in clear()6159 void Camera3Device::PreparerThread::setNotificationListener(wp<NotificationListener> listener) { in setNotificationListener()6165 bool Camera3Device::PreparerThread::threadLoop() { in threadLoop()