Searched refs:isStopping (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNat464Xlat.java120 public boolean isStopping() { method in class:Nat464Xlat
320 if (!isRunning() && !isStopping()) {
325 if (!isStopping()) {
/frameworks/av/services/audioflinger/
H A DTrackBase.h120 bool isStopping() const { function in class:TrackBase
H A DTracks.cpp636 if (buf.mFrameCount == 0 && !isStopping() && !isStopped() && !isPaused()) {
656 if (mSharedBuffer != 0 && (isStopped() || isStopping())) {
684 if (isStopping()) {
H A DThreads.cpp4082 if (!(track->isStopping() || track->isPausing() || track->isStopped()) &&

Completed in 253 milliseconds