Searched refs:hasStarted (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DSynthesisCallback.java134 boolean hasStarted(); method in interface:SynthesisCallback
H A DFileSynthesisCallback.java271 public boolean hasStarted() { method in class:FileSynthesisCallback
H A DPlaybackSynthesisCallback.java111 public boolean hasStarted() { method in class:PlaybackSynthesisCallback
H A DTextToSpeechService.java1017 if (synthesisCallback.hasStarted() && !synthesisCallback.hasFinished()) {
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamTrack.cpp306 if (mAudioTrack->hasStarted()) {
/frameworks/av/include/media/
H A DAudioTrack.h859 /* hasStarted() is used to determine if audio is now audible at the device after
863 * hasStarted() returns true if the track has been started() and audio is audible
865 * flush() hasStarted() will return false.
867 * If stop() has been called, hasStarted() will return true if audio is still being
869 * and normal tracks. This property removes a race condition in checking hasStarted()
872 * In all cases, hasStarted() may turn false briefly after a subsequent start() is called
875 bool hasStarted(); // not const
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTrack.h859 /* hasStarted() is used to determine if audio is now audible at the device after
863 * hasStarted() returns true if the track has been started() and audio is audible
865 * flush() hasStarted() will return false.
867 * If stop() has been called, hasStarted() will return true if audio is still being
869 * and normal tracks. This property removes a race condition in checking hasStarted()
872 * In all cases, hasStarted() may turn false briefly after a subsequent start() is called
875 bool hasStarted(); // not const
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java961 public boolean hasStarted() { method in class:Animation
H A DAnimationSet.java387 started = started || a.hasStarted();
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java270 if (animator.hasStarted() && !animator.hasEnded()) {
H A DSwipeRefreshLayout.java898 return animation != null && animation.hasStarted() && !animation.hasEnded();
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentAnimationTest.java489 assertTrue(fragment.animation.hasStarted());
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1466 final boolean overflowOpening = mOpenOverflowAnimation.hasStarted()
1468 final boolean overflowClosing = mCloseOverflowAnimation.hasStarted()
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp2847 bool AudioTrack::hasStarted() function in class:android::AudioTrack
2871 LOG_ALWAYS_FATAL("Invalid mState in hasStarted(): %d", mState);
2887 ALOGV("hasStarted wait:%d ts:%u start position:%lld",
2908 ALOGV("hasStarted wait:%d ets:%lld start position:%lld",

Completed in 6432 milliseconds