Home
last modified time | relevance | path

Searched refs:getNotificationPeriodInFrames (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h273 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames() function
DAudioTrack.h377 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames() function
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp481 return static_cast<int32_t>(mAudioRecord->getNotificationPeriodInFrames()); in getFramesPerBurst()
DAudioStreamTrack.cpp456 return static_cast<int32_t>(mAudioTrack->getNotificationPeriodInFrames()); in getFramesPerBurst()