HomeSort by relevance Sort by last modified time
    Searched refs:stopLooper (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h 72 void stopLooper();
NuPlayerDecoderBase.cpp 46 stopLooper();
75 void NuPlayer::DecoderBase::stopLooper() {
NuPlayerDecoder.cpp 101 stopLooper();
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 459 public void stopLooper() {
529 t.stopLooper();
693 thr.stopLooper();
772 thr.stopLooper();
  /frameworks/base/core/java/android/net/
ConnectivityManager.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 276 private static void stopLooper(final Looper looper) throws Exception {
468 if (mSyncThread != null) stopLooper(mSyncThread.getLooper());
469 if (mWsmThread != null) stopLooper(mWsmThread.getLooper());
470 if (mP2pThread != null) stopLooper(mP2pThread.getLooper());
    [all...]

Completed in 634 milliseconds