Searched defs:minNotificationsByMs (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp6101 // and at least kMinMs rounded up to a whole notification period (minNotificationsByMs)
6107 const size_t minNotificationsByMs = (minFramesByMs + maxNotificationFrames - 1) / local
6110 max(kMinNotifications, minNotificationsByMs);

Completed in 61 milliseconds