Home | History | Annotate | Download | only in libmedia

Lines Matching defs:notificationFrames

102         int notificationFrames,
114 frameCount, flags, cbf, user, notificationFrames,
128 int notificationFrames,
140 0 /*frameCount*/, flags, cbf, user, notificationFrames,
173 int notificationFrames,
320 mNotificationFramesReq = notificationFrames;
1459 size_t notificationFrames = mNotificationFramesAct;
1462 mRemainingFrames = notificationFrames;
1555 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
1556 minFrames = kPoll * notificationFrames;
1670 // sum <= notificationFrames. It replaces that series by at most two EVENT_MORE_DATA
1671 // that total to a sum == notificationFrames.
1679 mRemainingFrames = notificationFrames;