Searched refs:isStopped (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/services/net/java/android/net/util/
H A DStopwatch.java33 public boolean isStopped() { method in class:Stopwatch
38 return (isStarted() && !isStopped());
/frameworks/base/core/java/android/os/
H A DSystemService.java91 public static boolean isStopped(String service) { method in class:SystemService
/frameworks/av/services/audioflinger/
H A DTrackBase.h114 bool isStopped() const { function in class:TrackBase
H A DTracks.cpp615 if (buf.mFrameCount == 0 && !isStopping() && !isStopped() && !isPaused()) {
635 if (mSharedBuffer != 0 && (isStopped() || isStopping())) {
659 if (mFillingUpStatus != FS_FILLING || isStopped() || isPausing()) {
H A DThreads.cpp4079 if (!(track->isStopping() || track->isPausing() || track->isStopped()) &&
4155 if (track->isStopped()) {
4237 if ((track->sharedBuffer() == 0) && !track->isStopped() && !track->isPausing() &&
4459 if (framesReady < desiredFrames && !track->isStopped() && !track->isPaused()) {
4476 track->isStopped() || track->isPaused()) {
4484 if (track->isStopped()) {
4557 ALOG_ASSERT(track->isFastTrack() && track->isStopped());
4966 !track->isStopping_2() && !track->isStopped())
5017 if ((track->sharedBuffer() != 0) || track->isStopped() ||
5034 if (track->isStopped()) {
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewZygote.java144 if (SystemService.isStopped(serviceName)) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilter.java753 if (runner != null && !runner.isPaused() && !runner.isStopped()) {
H A DGraphRunner.java742 public boolean isStopped() { method in class:GraphRunner
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java823 protected synchronized boolean isStopped() { method in class:TextToSpeechService.SpeechItem
1007 if (isStopped()) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1666 while (!SystemService.isStopped(daemon)) {
1853 if (mArguments[i] != null && SystemService.isStopped(mDaemons[i])) {
/frameworks/base/core/java/android/widget/
H A DTextView.java9198 if ((mMarquee == null || mMarquee.isStopped()) && (isFocused() || isSelected())
9217 if (mMarquee != null && !mMarquee.isStopped()) {
9809 if (isMarqueeFadeEnabled() && mMarquee != null && !mMarquee.isStopped()) {
9826 if (isMarqueeFadeEnabled() && mMarquee != null && !mMarquee.isStopped()) {
11875 boolean isStopped() { method in class:TextView.Marquee
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 6907 milliseconds