Searched refs:mWorkerThread (Results 1 – 2 of 2) sorted by relevance
275 return mWorkerThread.get() != NULL && mState != ECDS_CONSTRUCTED; in isInitialized()480 inline WorkerThread* getWorkerThread() const { return mWorkerThread.get(); } in getWorkerThread()491 sp<WorkerThread> mWorkerThread; variable
73 mWorkerThread = new WorkerThread(this); in Initialize()