Searched refs:PreparerThread (Results 1 – 2 of 2) sorted by relevance
1133 class PreparerThread : private Thread, public virtual RefBase {1135 PreparerThread();1136 ~PreparerThread();1181 sp<PreparerThread> mPreparerThread;
291 mPreparerThread = new PreparerThread(); in initializeCommonLocked()6406 Camera3Device::PreparerThread::PreparerThread() : in PreparerThread() function in android::Camera3Device::PreparerThread6411 Camera3Device::PreparerThread::~PreparerThread() { in ~PreparerThread()6421 status_t Camera3Device::PreparerThread::prepare(int maxCount, sp<Camera3StreamInterface>& stream) { in prepare()6465 void Camera3Device::PreparerThread::pause() { in pause()6502 status_t Camera3Device::PreparerThread::resume() { in resume()6548 status_t Camera3Device::PreparerThread::clear() { in clear()6561 void Camera3Device::PreparerThread::setNotificationListener(wp<NotificationListener> listener) { in setNotificationListener()6567 bool Camera3Device::PreparerThread::threadLoop() { in threadLoop()