Searched refs:mAudioPatches (Results 1 – 2 of 2) sorted by relevance
167 if (mAudioPatches.insert({handle, patch}).second) { in createAudioPatch()181 … return (mAudioPatches.erase(patchHandle) == 1) ? Result::OK : FAILURE(Result::INVALID_ARGUMENTS); in releaseAudioPatch()
116 std::unordered_map<AudioPatchHandle, AudioPatch> mAudioPatches; member