Searched refs:stopLooper (Results 1 – 5 of 5) sorted by relevance
46 stopLooper(); in ~DecoderBase()75 void NuPlayer::DecoderBase::stopLooper() { in stopLooper() function in android::NuPlayer::DecoderBase
72 void stopLooper();
102 stopLooper(); in ~Decoder()
339 private static void stopLooper(final Looper looper) throws Exception { in stopLooper() method in ClientModeImplTest714 if (mSyncThread != null) stopLooper(mSyncThread.getLooper()); in cleanUp()715 if (mWifiCoreThread != null) stopLooper(mWifiCoreThread.getLooper()); in cleanUp()716 if (mP2pThread != null) stopLooper(mP2pThread.getLooper()); in cleanUp()
40 Landroid/net/ConnectivityManager$PacketKeepalive;->stopLooper()V