Searched refs:playingIntervals (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.cpp99 BList playingIntervals; local
121 if (!playingIntervals.AddItem(interval)) {
146 while (!playingIntervals.IsEmpty()) {
148 = (PlayingInterval*)playingIntervals.RemoveItem((int32)0);

Completed in 30 milliseconds