Searched refs:mCurrentWorkItem (Results 1 – 1 of 1) sorted by relevance
31 private volatile PlaybackQueueItem mCurrentWorkItem = null; field in AudioPlaybackHandler62 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()133 mCurrentWorkItem = item; in run()135 mCurrentWorkItem = null; in run()