Searched refs:mAudioDataEventRefCounts (Results 1 – 2 of 2) sorted by relevance
423 mAudioDataEventRefCounts.emplace_back( in postAudioDataEventFatal()431 mAudioDataEventRefCounts.find(AudioDataEventRefCount(audioDataEvent)); in handleFreeAudioDataEvent()432 if (audioDataEventRefCountIndex == mAudioDataEventRefCounts.size()) { in handleFreeAudioDataEvent()436 mAudioDataEventRefCounts[audioDataEventRefCountIndex]; in handleFreeAudioDataEvent()442 mAudioDataEventRefCounts.erase(audioDataEventRefCountIndex); in handleFreeAudioDataEvent()
206 DynamicVector<AudioDataEventRefCount> mAudioDataEventRefCounts; variable