Home
last modified time | relevance | path

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

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