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

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp490 const uint32_t minNotificationsPerBuffer = 1; local
493 max((uint32_t) -notificationFrames, minNotificationsPerBuffer));
496 notificationFrames, minNotificationsPerBuffer, maxNotificationsPerBuffer);

Completed in 37 milliseconds