Searched refs:mStopped (Results 1 – 4 of 4) sorted by relevance
46 private boolean mStopped; field in NonBlockingAudioTrack111 mStopped = false; in play()120 mStopped = true; in stop()135 mStopped = false; in flush()143 mStopped = false; in release()162 if (mStopped) { in process()165 mStopped = false; in process()
30 private CountDownLatch mStopped; field in TestLocalInteractionActivity55 mStopped = counter; in stopLocalInteraction()62 if (mStopped != null) { in onLocalVoiceInteractionStopped()63 mStopped.countDown(); in onLocalVoiceInteractionStopped()
34 private CountDownLatch mStopped = new CountDownLatch(0); field in FragmentContainerActivity54 mStopped = new CountDownLatch(1); in onStart()75 mStopped.countDown(); in onStop()94 return mStopped.await(Timeouts.UI_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in waitUntilStopped()
1646 boolean stopped = zoomListener.mStopped.get(i);1656 zoomListener.mStopped.clear();1657 Log.e(TAG, "zoomListener.mStopped = " + zoomListener.mStopped);1665 boolean stopped = zoomListener.mStopped.get(i);1683 zoomListener.mStopped.clear();1694 boolean stopped = zoomListener.mStopped.get(i);1710 public ArrayList<Boolean> mStopped = new ArrayList<Boolean>();1715 mStopped.add(stopped);