Searched refs:gAudioSources (Results 1 – 1 of 1) sorted by relevance
32 DynamicVector<UniquePtr<AudioSource>> gAudioSources; variable88 auto &source = gAudioSources[handle]; in requestAudioDataEvent()96 auto &source = gAudioSources[handle]; in cancelAudioDataEventRequest()105 return gAudioSources.size(); in getSourceCount()110 bool success = (handle < gAudioSources.size()); in getAudioSource()112 const auto &source = gAudioSources[handle]; in getAudioSource()156 source->dataEvent.handle = static_cast<uint32_t>(gAudioSources.size()); in addAudioSource()159 gAudioSources.push_back(std::move(source)); in addAudioSource()