Searched defs:totalFramesWritten (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DMonoPipe.cpp64 size_t totalFramesWritten = 0; local
86 totalFramesWritten += written;
156 mFramesWritten += totalFramesWritten;
157 return totalFramesWritten;

Completed in 180 milliseconds