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

/frameworks/base/core/java/android/os/
H A DSystemService.java93 public static boolean isStopped(String service) { method in class:SystemService
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java487 protected synchronized boolean isStopped() { method in class:TextToSpeechService.SpeechItem
569 if (isStopped()) {
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java698 while (!SystemService.isStopped(daemon)) {
881 if (mArguments[i] != null && SystemService.isStopped(mDaemons[i])) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2973 if (!(track->isStopping() || track->isPausing() || track->isStopped())) {
3044 if (track->isStopped()) {
3109 if ((track->sharedBuffer() == 0) && !track->isStopped() && !track->isPausing() &&
3273 track->isStopped() || track->isPaused()) {
3282 if (track->isStopped()) {
3352 ALOG_ASSERT(track->isFastTrack() && track->isStopped());
3726 if ((track->sharedBuffer() == 0) && !track->isStopped() && !track->isPausing()) {
3797 track->isStopped() || track->isPaused()) {
3805 if (track->isStopped()) {
4562 if (mFillingUpStatus != FS_FILLING || isStopped() || isPausin
[all...]
H A DAudioFlinger.h435 bool isStopped() const { function in class:android::AudioFlinger::ThreadBase::TrackBase
/frameworks/base/core/java/android/widget/
H A DTextView.java6946 if ((mMarquee == null || mMarquee.isStopped()) && (isFocused() || isSelected()) &&
6965 if (mMarquee != null && !mMarquee.isStopped()) {
7495 if (mMarquee != null && !mMarquee.isStopped()) {
7525 if (mMarquee != null && !mMarquee.isStopped()) {
8768 boolean isStopped() { method in class:TextView.Marquee

Completed in 119 milliseconds