Lines Matching refs:mpAsynchronousRewindEvent
92 mpAsynchronousRewindEvent(), in EffectRewinder()
139 if (mpAsynchronousRewindEvent) in dispose()
141 mpAsynchronousRewindEvent->dispose(); in dispose()
142 mpAsynchronousRewindEvent.reset(); in dispose()
184 if (mpAsynchronousRewindEvent) in rewind()
186 OSL_ASSERT( ! mpAsynchronousRewindEvent); in rewind()
205 mpAsynchronousRewindEvent = makeEvent( in rewind()
216 mpAsynchronousRewindEvent = makeEvent( in rewind()
226 if (mpAsynchronousRewindEvent) in rewind()
227 mrEventQueue.addEvent(mpAsynchronousRewindEvent); in rewind()
229 return mpAsynchronousRewindEvent.get()!=NULL; in rewind()
238 if (mpAsynchronousRewindEvent) in skipAllMainSequenceEffects()
240 OSL_ASSERT(!mpAsynchronousRewindEvent); in skipAllMainSequenceEffects()
245 mpAsynchronousRewindEvent = makeEvent( in skipAllMainSequenceEffects()
253 mrEventQueue.addEvent(mpAsynchronousRewindEvent); in skipAllMainSequenceEffects()
376 OSL_ASSERT(mpAsynchronousRewindEvent); in asynchronousRewind()
384 mpAsynchronousRewindEvent = makeEvent( in asynchronousRewind()
392 mrEventQueue.addEvent(mpAsynchronousRewindEvent); in asynchronousRewind()
409 mpAsynchronousRewindEvent.reset(); in asynchronousRewind()
420 OSL_ASSERT(mpAsynchronousRewindEvent); in asynchronousRewindToPreviousSlide()
422 mpAsynchronousRewindEvent.reset(); in asynchronousRewindToPreviousSlide()