Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp355 mNotificationFramesReq = notificationFrames; in set()
727 mNotificationFramesAct, mNotificationFramesReq); in dump()
817 input.notificationFrameCount = mNotificationFramesReq; in createRecord_l()
916 if (mNotificationFramesReq > 0 && output.notificationFrameCount != mNotificationFramesReq) { in createRecord_l()
919 mNotificationFramesReq, output.notificationFrameCount, output.frameCount); in createRecord_l()
H A DAudioTrack.cpp586 mNotificationFramesReq = notificationFrames; in set()
602 mNotificationFramesReq = 0; in set()
1796 input.notificationFrameCount = mNotificationFramesReq; in createTrack_l()
3408 mNotificationFramesAct, mNotificationFramesReq, mNotificationsPerBufferReq); in dump()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h680 uint32_t mNotificationFramesReq; // requested number of frames between each variable
H A DAudioTrack.h1225 uint32_t mNotificationFramesReq; // requested number of frames between each variable