Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1308 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture() function
DThreads.cpp6310 hasFastCapture() && in createRecordTrack_l()
6322 hasFastCapture(), tid, mFastTrackAvail); in createRecordTrack_l()
6337 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l()
6589 dprintf(fd, " Fast capture thread: %s\n", hasFastCapture() ? "yes" : "no"); in dumpInternals()