Searched refs:hasFastCapture (Results 1 – 4 of 4) sorted by relevance
617 virtual bool hasFastCapture() const = 0;
553 mRecord.thread()->hasFastCapture()) { in createConnections_l()
1453 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()
2063 bool hasFastCapture() const final { return mFastCapture != 0; } in hasFastCapture() function