Searched refs:maxNotificationsPerBuffer (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp486 const uint32_t maxNotificationsPerBuffer = 8; local
487 mNotificationsPerBufferReq = min(maxNotificationsPerBuffer,
491 notificationFrames, minNotificationsPerBuffer, maxNotificationsPerBuffer);

Completed in 92 milliseconds