Searched refs:mStopped (Results 1 – 4 of 4) sorted by relevance
47 private boolean mStopped; field in NonBlockingAudioTrack118 mStopped = false; in play()127 mStopped = true; in stop()142 mStopped = false; in flush()150 mStopped = false; in release()169 if (mStopped) { in process()172 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()
36 private CountDownLatch mStopped = new CountDownLatch(0); field in FragmentContainerActivity56 mStopped = new CountDownLatch(1); in onStart()77 mStopped.countDown(); in onStop()96 return mStopped.await(Timeouts.UI_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in waitUntilStopped()
1654 boolean stopped = zoomListener.mStopped.get(i);1664 zoomListener.mStopped.clear();1665 Log.e(TAG, "zoomListener.mStopped = " + zoomListener.mStopped);1673 boolean stopped = zoomListener.mStopped.get(i);1691 zoomListener.mStopped.clear();1702 boolean stopped = zoomListener.mStopped.get(i);1718 public ArrayList<Boolean> mStopped = new ArrayList<Boolean>();1723 mStopped.add(stopped);