Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAutoPark.h20 template<typename T> class AutoPark {
24 AutoPark(const sp<T>& fastThread) : mFastThread(fastThread) in AutoPark() function
42 ~AutoPark() in ~AutoPark()
DThreads.cpp3298 AutoPark<FastMixer> park(mFastMixer); in createAudioPatch_l()
3383 AutoPark<FastMixer> park(mFastMixer); in releaseAudioPatch_l()
4434 AutoPark<FastMixer> park(mFastMixer); in checkForNewParameter_l()
7007 AutoPark<FastCapture> park(mFastCapture); in checkForNewParameter_l()