Home
last modified time | relevance | path

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

/system/chre/core/
Daudio_request_manager.cc409 size_t audioDataEventRefCountIndex = in handleFreeAudioDataEvent() local
411 if (audioDataEventRefCountIndex == mAudioDataEventRefCounts.size()) { in handleFreeAudioDataEvent()
415 mAudioDataEventRefCounts[audioDataEventRefCountIndex]; in handleFreeAudioDataEvent()
421 mAudioDataEventRefCounts.erase(audioDataEventRefCountIndex); in handleFreeAudioDataEvent()