Home
last modified time | relevance | path

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

/device/google/atv/audio_proxy/service/
DDeviceImpl.cpp384 mAudioPatchHandles.insert(handle); in createAudioPatch()
390 size_t removed = mAudioPatchHandles.erase(patch); in releaseAudioPatch()
460 if (mAudioPatchHandles.erase(previousPatch) == 0) { in updateAudioPatch()
465 mAudioPatchHandles.insert(newPatch); in updateAudioPatch()
DDeviceImpl.h158 std::set<AudioPatchHandle> mAudioPatchHandles; variable