Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp1146 if (hasFastCapture() || (flags & AUDIO_INPUT_FLAG_FAST)) { in checkEffectCompatibility_l()
6629 if (hasFastCapture()) { in createRecordTrack_l()
6658 hasFastCapture() && in createRecordTrack_l()
6683 hasFastCapture(), tid, mFastTrackAvail); in createRecordTrack_l()
6698 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l()
6959 dprintf(fd, " Fast capture thread: %s\n", hasFastCapture() ? "yes" : "no"); in dumpInternals()
DThreads.h1381 bool hasFastCapture() const { return mFastCapture != 0; } in hasFastCapture() function