Searched refs:AutoPark (Results 1 – 2 of 2) sorted by relevance
22 template<typename T> class AutoPark {26 explicit AutoPark(const sp<T>& fastThread) : mFastThread(fastThread) in AutoPark() function43 ~AutoPark() in ~AutoPark()
4920 AutoPark<FastMixer> park(mFastMixer); in createAudioPatch_l()5020 AutoPark<FastMixer> park(mFastMixer); in releaseAudioPatch_l()6407 AutoPark<FastMixer> park(mFastMixer); in checkForNewParameter_l()9620 AutoPark<FastCapture> park(mFastCapture); in checkForNewParameter_l()