Searched refs:mWorkerThread (Results 1 – 7 of 7) sorted by relevance
32 volatile Thread mWorkerThread; field in BTtraffic63 if (mWorkerThread != null) { in startWorker()75 mWorkerThread = new Thread(worker, "BTtrafficWorker"); in startWorker()79 mWorkerThread.start(); in startWorker()127 if (mWorkerThread == null) { in stopService()140 if (Thread.currentThread() != mWorkerThread) { in stopService()141 mWorkerThread.interrupt(); in stopService()144 mWorkerThread.join(); in stopService()150 mWorkerThread = null; in stopService()
57 private HandlerThread mWorkerThread; field in RoleControllerService64 mWorkerThread = new HandlerThread(RoleControllerService.class.getSimpleName()); in onCreate()65 mWorkerThread.start(); in onCreate()66 mWorkerHandler = new Handler(mWorkerThread.getLooper()); in onCreate()73 mWorkerThread.quitSafely(); in onDestroy()
43 mWorkerThread.run([=](ThreadState *threadState) { in setWindow()65 mWorkerThread.run([this](ThreadState *threadState) { in start()77 mWorkerThread.run([=](ThreadState *threadState) { threadState->isStarted = false; }); in stop()86 mWorkerThread.run( in requestDraw()
95 WorkerThread<ThreadState> mWorkerThread = {"Renderer", Affinity::Odd}; variable
119 private final HandlerThread mWorkerThread; field in RemoteViewsAdapter849 mWorkerThread = new HandlerThread("RemoteViewsCache-loader"); in RemoteViewsAdapter()850 mWorkerThread.start(); in RemoteViewsAdapter()852 mServiceHandler = new RemoteServiceHandler(mWorkerThread.getLooper(), this, in RemoteViewsAdapter()854 mAsyncViewLoadExecutor = useAsyncLoader ? new HandlerThreadExecutor(mWorkerThread) : null; in RemoteViewsAdapter()892 mWorkerThread.quit(); in finalize()961 new HandlerThreadExecutor(mWorkerThread)); in updateTemporaryMetaData()
111 private final HandlerThread mWorkerThread; field in VolumeDialogControllerImpl146 mWorkerThread = new HandlerThread(VolumeDialogControllerImpl.class.getSimpleName()); in VolumeDialogControllerImpl()147 mWorkerThread.start(); in VolumeDialogControllerImpl()148 mWorker = new W(mWorkerThread.getLooper()); in VolumeDialogControllerImpl()149 mMediaSessions = createMediaSessions(mContext, mWorkerThread.getLooper(), in VolumeDialogControllerImpl()236 mWorkerThread.quitSafely(); in destroy()
163 private HandlerThread mWorkerThread; field in WifiTrackerTest174 mWorkerThread = new HandlerThread("TestHandlerWorkerThread"); in setUp()175 mWorkerThread.start(); in setUp()365 wifiTracker.setWorkThread(mWorkerThread); in createMockedWifiTracker()706 mWorkerThread.quit(); in scoreCacheAndListenerShouldBeUnregisteredWhenStopTrackingIsCalled()