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

/frameworks/base/core/java/android/os/
H A DSystemService.java93 public static boolean isStopped(String service) { method in class:SystemService
/frameworks/av/services/audioflinger/
H A DTrackBase.h90 bool isStopped() const { function in class:TrackBase
H A DThreads.cpp2885 if (!(track->isStopping() || track->isPausing() || track->isStopped()) &&
2956 if (track->isStopped()) {
3035 if ((track->sharedBuffer() == 0) && !track->isStopped() && !track->isPausing() &&
3043 } else if (track->isStopped()) {
3204 if (framesReady < desiredFrames && !track->isStopped() && !track->isPaused()) {
3216 track->isStopped() || track->isPaused()) {
3224 if (track->isStopped()) {
3294 ALOG_ASSERT(track->isFastTrack() && track->isStopped());
3619 if ((track->sharedBuffer() == 0) && !track->isStopped() && !track->isPausing()) {
3656 track->isStopped() || trac
[all...]
H A DTracks.cpp554 if (mFillingUpStatus != FS_FILLING || isStopped() || isPausing()) {
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java482 protected synchronized boolean isStopped() { method in class:TextToSpeechService.SpeechItem
598 if (isStopped()) {
/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/services/java/com/android/server/connectivity/
H A DVpn.java967 while (!SystemService.isStopped(daemon)) {
1189 if (mArguments[i] != null && SystemService.isStopped(mDaemons[i])) {
/frameworks/base/core/java/android/widget/
H A DTextView.java7247 if ((mMarquee == null || mMarquee.isStopped()) && (isFocused() || isSelected()) &&
7266 if (mMarquee != null && !mMarquee.isStopped()) {
7811 if (mMarquee != null && !mMarquee.isStopped()) {
7849 if (mMarquee != null && !mMarquee.isStopped()) {
9157 boolean isStopped() { method in class:TextView.Marquee

Completed in 393 milliseconds