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

/frameworks/av/services/audioflinger/
H A DThreads.cpp5976 size_t pipeSize = pipeFramesP2 * Format_frameSize(format); local
5981 (pipeMemory = roHeap->allocate(pipeSize)) == 0 ||
5983 ALOGE("not enough memory for pipe buffer size=%zu", pipeSize);
5987 memset(pipeBuffer, 0, pipeSize);

Completed in 60 milliseconds