Searched refs:getWorkerThread (Results 1 – 4 of 4) sorted by relevance
74 if (getWorkerThread() == NULL) { in Initialize()265 const status_t res = getWorkerThread()->startThread(one_burst); in startWorkerThread()278 const status_t res = getWorkerThread()->stopThread(); in stopWorkerThread()
480 inline WorkerThread* getWorkerThread() const { return mWorkerThread.get(); } in getWorkerThread() function
227 getWorkerThread()->Select(-1, 1000000 / mEmulatedFPS); in inWorkerThread()
191 getWorkerThread()->Select(-1, 1000000 / (mTargetFps / 1000)); in inWorkerThread()