Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2052 size_t maxNotificationFramesFastDenied = FMS_20 * sampleRate / 1000; in createTrack_l() local
2053 if (maxNotificationFrames > maxNotificationFramesFastDenied) { in createTrack_l()
2054 maxNotificationFrames = maxNotificationFramesFastDenied; in createTrack_l()