Searched refs:mNextAudioPatchHandle (Results 1 – 2 of 2) sorted by relevance
165 handle = mNextAudioPatchHandle; in createAudioPatch()166 mNextAudioPatchHandle = std::max(handle + 1, 0); in createAudioPatch()
115 AudioPatchHandle mNextAudioPatchHandle = 0; member