Searched refs:mFlowGraph (Results 1 – 3 of 3) sorted by relevance
55 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()
53 result = mFlowGraph.configure(getDeviceFormat(), in open()197 const int32_t framesActuallyWrittenToByteBuffer = mFlowGraph.pull( in readNowWithConversion()232 const int32_t framesActuallyWrittenToByteBuffer = mFlowGraph.process( in readNowWithConversion()
185 AAudioFlowGraph mFlowGraph; variable