Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h616 const std::function<bool(const sp<IAfPlaybackThread>&)>& useThread = nullptr)
DAudioFlinger.cpp1718 const std::function<bool(const sp<IAfPlaybackThread>&)>& useThread) in forwardParametersToDownstreamPatches_l() argument
1727 if (downStream != NULL && (useThread == nullptr || useThread(downStream))) { in forwardParametersToDownstreamPatches_l()