Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.h824 std::function<bool(const sp<PlaybackThread>&)> useThread = nullptr);
H A DAudioFlinger.cpp1472 std::function<bool(const sp<PlaybackThread>&)> useThread) in forwardParametersToDownstreamPatches_l() argument
1480 if (downStream != NULL && (useThread == nullptr || useThread(downStream))) { in forwardParametersToDownstreamPatches_l()