Home
last modified time | relevance | path

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

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