Home
last modified time | relevance | path

Searched refs:mNotificationsPerBufferReq (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp607 mNotificationsPerBufferReq = 0; in set()
625 mNotificationsPerBufferReq = min(maxNotificationsPerBuffer, in set()
627 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames, in set()
1863 input.notificationsPerBuffer = mNotificationsPerBufferReq; in createTrack_l()
3531 mNotificationFramesAct, mNotificationFramesReq, mNotificationsPerBufferReq); in dump()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1357 uint32_t mNotificationsPerBufferReq; variable