Searched refs:soundclips_ (Results 1 – 4 of 4) sorted by relevance
310 while (!soundclips_.empty()) { in Terminate_w()311 DestroySoundclip_w(soundclips_.back()); in Terminate_w()483 soundclips_.push_back(soundclip); in CreateSoundclip_w()497 Soundclips::iterator it = std::find(soundclips_.begin(), in DestroySoundclip_w()498 soundclips_.end(), soundclip); in DestroySoundclip_w()499 ASSERT(it != soundclips_.end()); in DestroySoundclip_w()500 if (it == soundclips_.end()) in DestroySoundclip_w()503 soundclips_.erase(it); in DestroySoundclip_w()
137 !soundclips_.empty()); in has_channels()298 Soundclips soundclips_; variable
259 SoundclipList soundclips_; variable
1462 soundclips_.push_back(soundclip); in RegisterSoundclip()1466 SoundclipList::iterator i = std::find(soundclips_.begin(), in UnregisterSoundclip()1467 soundclips_.end(), in UnregisterSoundclip()1469 if (i != soundclips_.end()) { in UnregisterSoundclip()1470 soundclips_.erase(i); in UnregisterSoundclip()