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.h200 struct AudioDataEventRefCount { struct
208 explicit AudioDataEventRefCount(struct chreAudioDataEvent *event) in AudioDataEventRefCount() function
211 AudioDataEventRefCount(struct chreAudioDataEvent *event, uint32_t refCount) in AudioDataEventRefCount() argument
220 bool operator==(const AudioDataEventRefCount& other) const {
234 DynamicVector<AudioDataEventRefCount> mAudioDataEventRefCounts; argument
/system/chre/core/
Daudio_request_manager.cc410 mAudioDataEventRefCounts.find(AudioDataEventRefCount(audioDataEvent)); in handleFreeAudioDataEvent()