Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp2393 size_t maxNotificationFrames; in createTrack_l() local
2396 maxNotificationFrames = mFrameCount; in createTrack_l()
2407 maxNotificationFrames = frameCount / nBuffering; in createTrack_l()
2411 if (maxNotificationFrames > maxNotificationFramesFastDenied) { in createTrack_l()
2412 maxNotificationFrames = maxNotificationFramesFastDenied; in createTrack_l()
2419 maxNotificationFrames, frameCount); in createTrack_l()
2422 notificationFrameCount, maxNotificationFrames, frameCount); in createTrack_l()
2424 notificationFrameCount = maxNotificationFrames; in createTrack_l()
8264 maxNotificationFrames; in createRecordTrack_l()
8265 const size_t minFrameCount = maxNotificationFrames * in createRecordTrack_l()
[all …]