Home | History | Annotate | Download | only in tts

Lines Matching defs:mItem

37      * Guards {@link #mAudioTrackHandler}, {@link #mItem} and {@link #mStopped}.
44 private SynthesisPlaybackQueueItem mItem = null;
82 item = mItem;
113 return mItem != null;
153 if (mItem != null) {
161 mItem = item;
179 if (mItem == null) {
190 item = mItem;
198 // Might block on mItem.this, if there are too many buffers waiting to
232 if (mItem == null) {
245 item = mItem;