Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h273 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames()
646 uint32_t mNotificationFramesAct; // actual number of frames between each variable
DAudioTrack.h377 uint32_t getNotificationPeriodInFrames() const { return mNotificationFramesAct; } in getNotificationPeriodInFrames()
1115 uint32_t mNotificationFramesAct; // actual number of frames between each variable
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp672 mNotificationFramesAct, mNotificationFramesReq); in dump()
846 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createRecord_l()
871 mProxy->setMinimum(mNotificationFramesAct); in createRecord_l()
1135 uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer()
DAudioTrack.cpp552 mNotificationFramesAct = 0; in set()
1486 mNotificationFramesAct = (uint32_t)output.notificationFrameCount; in createTrack_l()
1608 mProxy->setMinimum(mNotificationFramesAct); in createTrack_l()
1945 const uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer()
2921 mNotificationFramesAct, mNotificationFramesReq, mNotificationsPerBufferReq); in dump()