Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp528 mNotificationsPerBufferReq = 0; in set()
545 mNotificationsPerBufferReq = min(maxNotificationsPerBuffer, in set()
547 ALOGW_IF(mNotificationsPerBufferReq != (uint32_t) -notificationFrames, in set()
1456 input.notificationsPerBuffer = mNotificationsPerBufferReq; in createTrack_l()
2921 mNotificationFramesAct, mNotificationFramesReq, mNotificationsPerBufferReq); in dump()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1110 uint32_t mNotificationsPerBufferReq; variable