Lines Matching refs:notificationFrames
258 int32_t notificationFrames, in AudioTrack() argument
277 frameCount, flags, cbf, user, notificationFrames, in AudioTrack()
291 int32_t notificationFrames, in AudioTrack() argument
310 0 /*frameCount*/, flags, cbf, user, notificationFrames, in AudioTrack()
378 int32_t notificationFrames, in set() argument
401 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames, in set()
571 if (notificationFrames >= 0) { in set()
572 mNotificationFramesReq = notificationFrames; in set()
577 __func__, notificationFrames); in set()
583 __func__, notificationFrames, frameCount); in set()
591 max((uint32_t) -notificationFrames, minNotificationsPerBuffer)); in set()
592 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames, in set()
595 notificationFrames, minNotificationsPerBuffer, maxNotificationsPerBuffer); in set()
679 int32_t notificationFrames, in set() argument
698 frameCount, flags, cbf, user, notificationFrames, sharedBuffer, in set()
2265 const uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer() local
2268 mRemainingFrames = notificationFrames; in processAudioBuffer()
2395 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()
2396 minFrames = kPoll * notificationFrames; in processAudioBuffer()
2606 mRemainingFrames = notificationFrames; in processAudioBuffer()