Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfThread.h617 virtual bool hasFastCapture() const = 0;
DPatchPanel.cpp553 mRecord.thread()->hasFastCapture()) { in createConnections_l()
DThreads.cpp1453 if (hasFastCapture() || (flags & AUDIO_INPUT_FLAG_FAST)) { in checkEffectCompatibility_l()
8946 if (hasFastCapture() && mMaxSharedAudioHistoryMs == 0) { in createRecordTrack_l()
8977 hasFastCapture() && in createRecordTrack_l()
9002 hasFastCapture(), tid, mFastTrackAvail); in createRecordTrack_l()
9025 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l()
9401 dprintf(fd, " Fast capture thread: %s\n", hasFastCapture() ? "yes" : "no"); in dumpInternals_l()
DThreads.h2063 bool hasFastCapture() const final { return mFastCapture != 0; } in hasFastCapture() function