Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libaaudio/src/flowgraph/
H A DFlowGraphNode.cpp48 if (!mBlockRecursion) { in pullReset()
49 mBlockRecursion = true; // for cyclic graphs in pullReset()
54 mBlockRecursion = false; in pullReset()
H A DFlowGraphNode.h151 bool mBlockRecursion = false; variable
/aosp_15_r20/external/oboe/src/flowgraph/
H A DFlowGraphNode.cpp48 if (!mBlockRecursion) { in pullReset()
49 mBlockRecursion = true; // for cyclic graphs in pullReset()
54 mBlockRecursion = false; in pullReset()
H A DFlowGraphNode.h151 bool mBlockRecursion = false; variable