Home
last modified time | relevance | path

Searched refs:mAudioDataEventRefCounts (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/
Daudio_request_manager.cc423 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()
/system/chre/core/include/chre/core/
Daudio_request_manager.h206 DynamicVector<AudioDataEventRefCount> mAudioDataEventRefCounts; variable