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

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2DecoderBase.h 72 void stopLooper();
NuPlayer2DecoderBase.cpp 48 stopLooper();
77 void NuPlayer2::DecoderBase::stopLooper() {
NuPlayer2Decoder.cpp 99 stopLooper();
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h 72 void stopLooper();
NuPlayerDecoderBase.cpp 46 stopLooper();
75 void NuPlayer::DecoderBase::stopLooper() {
NuPlayerDecoder.cpp 102 stopLooper();
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java     [all...]
  /frameworks/base/core/java/android/net/
ConnectivityManager.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 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());
    [all...]

Completed in 893 milliseconds