Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp475 mRecord.thread()->hasFastCapture()) { in createConnections()
DThreads.cpp1234 if (hasFastCapture() || (flags & AUDIO_INPUT_FLAG_FAST)) { in checkEffectCompatibility_l()
7709 if (hasFastCapture()) { in createRecordTrack_l()
7740 hasFastCapture() && in createRecordTrack_l()
7765 hasFastCapture(), tid, mFastTrackAvail); in createRecordTrack_l()
7788 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l()
8098 dprintf(fd, " Fast capture thread: %s\n", hasFastCapture() ? "yes" : "no"); in dumpInternals_l()
DThreads.h1654 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture() function