Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DAutoPark.h22 template<typename T> class AutoPark {
26 explicit AutoPark(const sp<T>& fastThread) : mFastThread(fastThread) in AutoPark() function
43 ~AutoPark() in ~AutoPark()
/frameworks/av/services/audioflinger/
DThreads.cpp4920 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()