Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp5471 , mPipeFramesP2(0) in RecordThread()
5530 mPipeFramesP2 = pipeFramesP2; in RecordThread()
6061 ((frameCount == 0) || (frameCount == mPipeFramesP2)) && in createRecordTrack_l()
6081 frameCount, mFrameCount, mPipeFramesP2, in createRecordTrack_l()
6091 frameCount = mPipeFramesP2; in createRecordTrack_l()
DThreads.h1346 size_t mPipeFramesP2; variable