Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h746 std::function<bool(const sp<PlaybackThread>&)> useThread = nullptr);
DAudioFlinger.cpp1333 std::function<bool(const sp<PlaybackThread>&)> useThread) in forwardParametersToDownstreamPatches_l() argument
1341 if (downStream != NULL && (useThread == nullptr || useThread(downStream))) { in forwardParametersToDownstreamPatches_l()