Searched refs:getNotificationPeriodInFrames (Results 1 – 6 of 6) sorted by relevance
496 return static_cast<int32_t>(mAudioRecord->getNotificationPeriodInFrames()); in getFramesPerBurstFromDevice()
514 return static_cast<int32_t>(mAudioTrack->getNotificationPeriodInFrames()); in getFramesPerBurstFromDevice()
275 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames() function
514 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames() function
277 track->getNotificationPeriodInFrames(); in invokeAudioTrack()358 record->getNotificationPeriodInFrames(); in invokeAudioRecord()
441 mNotificationFrames = mRecord->getNotificationPeriodInFrames(); in create()