Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp496 return static_cast<int32_t>(mAudioRecord->getNotificationPeriodInFrames()); in getFramesPerBurstFromDevice()
DAudioStreamTrack.cpp514 return static_cast<int32_t>(mAudioTrack->getNotificationPeriodInFrames()); in getFramesPerBurstFromDevice()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h275 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames() function
DAudioTrack.h514 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames() function
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp277 track->getNotificationPeriodInFrames(); in invokeAudioTrack()
358 record->getNotificationPeriodInFrames(); in invokeAudioRecord()
/frameworks/av/media/libaudioclient/tests/
Daudio_test_utils.cpp441 mNotificationFrames = mRecord->getNotificationPeriodInFrames(); in create()