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

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

Completed in 49 milliseconds