Home | History | Annotate | Download | only in libaudioclient

Lines Matching refs:mNotificationsPerBufferReq

477         mNotificationsPerBufferReq = 0;
492 mNotificationsPerBufferReq = min(maxNotificationsPerBuffer,
494 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames,
1455 if (mNotificationsPerBufferReq > 0) {
1458 if (mNotificationsPerBufferReq > SIZE_MAX / afFrameCountHAL) {
1460 mNotificationsPerBufferReq, afFrameCountHAL);
1462 minFrameCount = afFrameCountHAL * mNotificationsPerBufferReq;
1471 speed /*, 0 mNotificationsPerBufferReq*/);
2410 /*, 0 mNotificationsPerBufferReq*/);