Searched refs:soundclips_ (Results 1 – 2 of 2) sorted by relevance
285 while (!soundclips_.empty()) { in Terminate()286 DestroySoundclip_w(soundclips_.back()); in Terminate()404 soundclips_.push_back(soundclip); in CreateSoundclip_w()419 Soundclips::iterator it = std::find(soundclips_.begin(), in DestroySoundclip_w()420 soundclips_.end(), soundclip); in DestroySoundclip_w()421 ASSERT(it != soundclips_.end()); in DestroySoundclip_w()422 if (it == soundclips_.end()) in DestroySoundclip_w()425 soundclips_.erase(it); in DestroySoundclip_w()
125 !soundclips_.empty()); in has_channels()197 Soundclips soundclips_; variable