Searched refs:stop_playback (Results 1 – 2 of 2) sorted by relevance
213 pPinImpl->stop_playback = TRUE; in PullPin_Init()500 } while (This->rtCurrent < This->rtStop && hr == S_OK && !This->stop_playback); in PullPin_Thread_Process()507 if (This->stop_playback || FAILED(hr)) in PullPin_Thread_Process()526 TRACE("End: %08x, %d\n", hr, This->stop_playback); in PullPin_Thread_Process()594 assert(This->stop_playback); in PullPin_InitProcessing()638 This->stop_playback = FALSE; in PullPin_StartProcessing()658 assert(!This->stop_playback); in PullPin_PauseProcessing()664 This->stop_playback = TRUE; in PullPin_PauseProcessing()700 This->stop_playback = TRUE; in PullPin_StopProcessing()
87 BOOL stop_playback; member