Home
last modified time | relevance | path

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

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