Searched refs:hasFastCapture (Results 1 – 2 of 2) sorted by relevance
1157 if (hasFastCapture() || (flags & AUDIO_INPUT_FLAG_FAST)) { in checkEffectCompatibility_l()6597 if (hasFastCapture()) { in createRecordTrack_l()6626 hasFastCapture() && in createRecordTrack_l()6651 hasFastCapture(), tid, mFastTrackAvail); in createRecordTrack_l()6666 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l()6920 dprintf(fd, " Fast capture thread: %s\n", hasFastCapture() ? "yes" : "no"); in dumpInternals()
1379 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture() function