Home
last modified time | relevance | path

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

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