Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp507 mRecord.thread()->hasFastCapture()) { in createConnections()
H A DThreads.cpp1297 if (hasFastCapture() || (flags & AUDIO_INPUT_FLAG_FAST)) { in checkEffectCompatibility_l()
8174 if (hasFastCapture() && mMaxSharedAudioHistoryMs == 0) { in createRecordTrack_l()
8206 hasFastCapture() && in createRecordTrack_l()
8231 hasFastCapture(), tid, mFastTrackAvail); in createRecordTrack_l()
8254 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l()
8649 dprintf(fd, " Fast capture thread: %s\n", hasFastCapture() ? "yes" : "no"); in dumpInternals_l()
H A DThreads.h1835 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture() function