Home
last modified time | relevance | path

Searched refs:mFlowGraph (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalPlay.cpp55 result = mFlowGraph.configure(getFormat(), in open()
71 mFlowGraph.setRampLengthInFrames(numFrames); in open()
108 mFlowGraph.reset(); in prepareBuffersForStart()
319 const int32_t framesActuallyWrittenToWrappingBuffer = mFlowGraph.pull( in writeNowWithConversion()
351 const int32_t framesActuallyWrittenToWrappingBuffer = mFlowGraph.process( in writeNowWithConversion()
456 mFlowGraph.setTargetVolume(combinedVolume); in doSetVolume()
DAudioStreamInternalCapture.cpp53 result = mFlowGraph.configure(getDeviceFormat(), in open()
197 const int32_t framesActuallyWrittenToByteBuffer = mFlowGraph.pull( in readNowWithConversion()
232 const int32_t framesActuallyWrittenToByteBuffer = mFlowGraph.process( in readNowWithConversion()
DAudioStreamInternal.h185 AAudioFlowGraph mFlowGraph; variable