Searched refs:PreparerThread (Results 1 – 2 of 2) sorted by relevance
1284 class PreparerThread : private Thread, public virtual RefBase {1286 PreparerThread();1287 ~PreparerThread();1332 sp<PreparerThread> mPreparerThread;
203 mPreparerThread = new PreparerThread(); in initializeCommonLocked()5119 Camera3Device::PreparerThread::PreparerThread() : in PreparerThread() function in android::Camera3Device::PreparerThread5124 Camera3Device::PreparerThread::~PreparerThread() { in ~PreparerThread()5134 status_t Camera3Device::PreparerThread::prepare(int maxCount, sp<Camera3StreamInterface>& stream) { in prepare()5179 void Camera3Device::PreparerThread::pause() { in pause()5216 status_t Camera3Device::PreparerThread::resume() { in resume()5263 status_t Camera3Device::PreparerThread::clear() { in clear()5276 void Camera3Device::PreparerThread::setNotificationListener(wp<NotificationListener> listener) { in setNotificationListener()5282 bool Camera3Device::PreparerThread::threadLoop() { in threadLoop()