Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DAutoPark.h26 explicit AutoPark(const sp<T>& fastThread) : mFastThread(fastThread) in AutoPark() argument
28 if (fastThread != nullptr) { in AutoPark()