Searched refs:PreparerThread (Results 1 – 2 of 2) sorted by relevance
958 class PreparerThread : private Thread, public virtual RefBase {960 PreparerThread();961 ~PreparerThread();993 sp<PreparerThread> mPreparerThread;
206 mPreparerThread = new PreparerThread(); in initializeCommonLocked()4815 Camera3Device::PreparerThread::PreparerThread() : in PreparerThread() function in android::Camera3Device::PreparerThread4820 Camera3Device::PreparerThread::~PreparerThread() { in ~PreparerThread()4830 status_t Camera3Device::PreparerThread::prepare(int maxCount, sp<Camera3StreamInterface>& stream) { in prepare()4874 status_t Camera3Device::PreparerThread::clear() { in clear()4887 void Camera3Device::PreparerThread::setNotificationListener(wp<NotificationListener> listener) { in setNotificationListener()4893 bool Camera3Device::PreparerThread::threadLoop() { in threadLoop()