Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h274 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames()
683 uint32_t mNotificationFramesAct; // actual number of frames between each variable
H A DAudioTrack.h412 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames()
1233 uint32_t mNotificationFramesAct; // actual number of frames between each variable
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp727 mNotificationFramesAct, mNotificationFramesReq); in dump()
921 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createRecord_l()
950 mProxy->setMinimum(mNotificationFramesAct); in createRecord_l()
1239 uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer()
H A DAudioTrack.cpp612 mNotificationFramesAct = 0; in set()
1821 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createTrack_l()
1957 mProxy->setMinimum(mNotificationFramesAct); in createTrack_l()
2377 const uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer()
3408 mNotificationFramesAct, mNotificationFramesReq, mNotificationsPerBufferReq); in dump()