Searched refs:mAudioDataEventRefCounts (Results 1 – 2 of 2) sorted by relevance
402 mAudioDataEventRefCounts.emplace_back( in postAudioDataEventFatal()410 mAudioDataEventRefCounts.find(AudioDataEventRefCount(audioDataEvent)); in handleFreeAudioDataEvent()411 if (audioDataEventRefCountIndex == mAudioDataEventRefCounts.size()) { in handleFreeAudioDataEvent()415 mAudioDataEventRefCounts[audioDataEventRefCountIndex]; in handleFreeAudioDataEvent()421 mAudioDataEventRefCounts.erase(audioDataEventRefCountIndex); in handleFreeAudioDataEvent()
234 DynamicVector<AudioDataEventRefCount> mAudioDataEventRefCounts; variable