Home | History | Annotate | Download | only in wifi

Lines Matching refs:stopLooper

270     private static void stopLooper(final Looper looper) throws Exception {
545 if (mSyncThread != null) stopLooper(mSyncThread.getLooper());
546 if (mWsmThread != null) stopLooper(mWsmThread.getLooper());
547 if (mP2pThread != null) stopLooper(mP2pThread.getLooper());