Home
last modified time | relevance | path

Searched refs:mCurrentWorkItem (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java31 private volatile PlaybackQueueItem mCurrentWorkItem = null; field in AudioPlaybackHandler
62 final PlaybackQueueItem current = mCurrentWorkItem; in stopForApp()
72 stop(mCurrentWorkItem); in stop()
80 return (mQueue.peek() != null) || (mCurrentWorkItem != null); in isSpeaking()
88 stop(mCurrentWorkItem); in quit()
134 mCurrentWorkItem = item; in run()
136 mCurrentWorkItem = null; in run()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51118 Landroid/speech/tts/AudioPlaybackHandler;->mCurrentWorkItem:Landroid/speech/tts/PlaybackQueueItem;