Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp573 mNotificationsPerBufferReq = 0; in set()
590 mNotificationsPerBufferReq = min(maxNotificationsPerBuffer, in set()
592 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames, in set()
1710 input.notificationsPerBuffer = mNotificationsPerBufferReq; in createTrack_l()
3296 mNotificationFramesAct, mNotificationFramesReq, mNotificationsPerBufferReq); in dump()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1218 uint32_t mNotificationsPerBufferReq; variable