Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp5507 size_t pipeSize = pipeFramesP2 * Format_frameSize(format); in RecordThread() local
5512 (pipeMemory = roHeap->allocate(pipeSize)) == 0 || in RecordThread()
5514 ALOGE("not enough memory for pipe buffer size=%zu", pipeSize); in RecordThread()
5518 memset(pipeBuffer, 0, pipeSize); in RecordThread()