Home
last modified time | relevance | path

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

/system/chre/core/
Daudio_request_manager.cc462 size_t audioDataEventRefCountIndex = in handleFreeAudioDataEvent() local
464 if (audioDataEventRefCountIndex == mAudioDataEventRefCounts.size()) { in handleFreeAudioDataEvent()
468 mAudioDataEventRefCounts[audioDataEventRefCountIndex]; in handleFreeAudioDataEvent()
474 mAudioDataEventRefCounts.erase(audioDataEventRefCountIndex); in handleFreeAudioDataEvent()