Searched refs:mAudioPatchHandles (Results 1 – 2 of 2) sorted by relevance
384 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()
158 std::set<AudioPatchHandle> mAudioPatchHandles; variable