Home
last modified time | relevance | path

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

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