Home | History | Annotate | Download | only in libaudioclient

Lines Matching defs:notificationFrames

237         int32_t notificationFrames,
256 frameCount, flags, cbf, user, notificationFrames,
270 int32_t notificationFrames,
289 0 /*frameCount*/, flags, cbf, user, notificationFrames,
335 int32_t notificationFrames,
355 "flags #%x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
357 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames,
526 if (notificationFrames >= 0) {
527 mNotificationFramesReq = notificationFrames;
531 ALOGE("%s(): notificationFrames=%d not permitted for non-fast track",
532 __func__, notificationFrames);
537 ALOGE("%s(): notificationFrames=%d not permitted with non-zero frameCount=%zu",
538 __func__, notificationFrames, frameCount);
546 max((uint32_t) -notificationFrames, minNotificationsPerBuffer));
547 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames,
548 "%s(): notificationFrames=%d clamped to the range -%u to -%u",
550 notificationFrames, minNotificationsPerBuffer, maxNotificationsPerBuffer);
1939 const uint32_t notificationFrames = mNotificationFramesAct;
1942 mRemainingFrames = notificationFrames;
2069 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
2070 minFrames = kPoll * notificationFrames;
2267 // sum <= notificationFrames. It replaces that series by at most two EVENT_MORE_DATA
2268 // that total to a sum == notificationFrames.
2280 mRemainingFrames = notificationFrames;