Lines Matching refs:notificationFrames
237 int32_t notificationFrames, in AudioTrack() argument
256 frameCount, flags, cbf, user, notificationFrames, in AudioTrack()
270 int32_t notificationFrames, in AudioTrack() argument
289 0 /*frameCount*/, flags, cbf, user, notificationFrames, in AudioTrack()
335 int32_t notificationFrames, in set() argument
357 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames, in set()
526 if (notificationFrames >= 0) { in set()
527 mNotificationFramesReq = notificationFrames; in set()
532 __func__, notificationFrames); in set()
538 __func__, notificationFrames, frameCount); in set()
546 max((uint32_t) -notificationFrames, minNotificationsPerBuffer)); in set()
547 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames, in set()
550 notificationFrames, minNotificationsPerBuffer, maxNotificationsPerBuffer); in set()
1939 const uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer() local
1942 mRemainingFrames = notificationFrames; in processAudioBuffer()
2069 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()
2070 minFrames = kPoll * notificationFrames; in processAudioBuffer()
2280 mRemainingFrames = notificationFrames; in processAudioBuffer()