• Home
  • Raw
  • Download

Lines Matching refs:notificationFrames

262         int32_t notificationFrames,  in AudioTrack()  argument
283 notificationFrames, 0 /*sharedBuffer*/, false /*threadCanCallJava*/, in AudioTrack()
338 int32_t notificationFrames, in AudioTrack() argument
362 notificationFrames, 0 /*sharedBuffer*/, false /*threadCanCallJava*/, sessionId, in AudioTrack()
375 int32_t notificationFrames, in AudioTrack() argument
395 callback, notificationFrames, sharedBuffer, false /*threadCanCallJava*/, in AudioTrack()
409 int32_t notificationFrames, in AudioTrack() argument
433 mLegacyCallbackWrapper, notificationFrames, sharedBuffer, false /*threadCanCallJava*/, in AudioTrack()
509 int32_t notificationFrames, in set() argument
527 mLegacyCallbackWrapper, notificationFrames, sharedBuffer, threadCanCallJava, in set()
539 int32_t notificationFrames, in set() argument
564 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames, in set()
744 if (notificationFrames >= 0) { in set()
745 mNotificationFramesReq = notificationFrames; in set()
751 __func__, notificationFrames); in set()
757 __func__, notificationFrames, frameCount); in set()
765 max((uint32_t) -notificationFrames, minNotificationsPerBuffer)); in set()
766 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames, in set()
769 notificationFrames, minNotificationsPerBuffer, maxNotificationsPerBuffer); in set()
858 int32_t notificationFrames, in set() argument
881 frameCount, flags, mLegacyCallbackWrapper, notificationFrames, sharedBuffer, in set()
2550 const uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer() local
2553 mRemainingFrames = notificationFrames; in processAudioBuffer()
2679 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()
2680 minFrames = kPoll * notificationFrames; in processAudioBuffer()
2892 mRemainingFrames = notificationFrames; in processAudioBuffer()