Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Daudio_request_manager.h180 struct AudioDataEventRefCount { struct
181 AudioDataEventRefCount(struct chreAudioDataEvent *eventIn,
191 bool operator==(const AudioDataEventRefCount &other) const {
205 DynamicVector<AudioDataEventRefCount> mAudioDataEventRefCounts; argument
/system/chre/core/
Daudio_request_manager.cc469 mAudioDataEventRefCounts.find(AudioDataEventRefCount(audioDataEvent)); in handleFreeAudioDataEvent()