Searched refs:hasFastCapture (Results 1 – 3 of 3) sorted by relevance
507 mRecord.thread()->hasFastCapture()) { in createConnections()
1297 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()
1835 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture() function