Searched refs:notificationFrames (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/include/media/ |
D | AudioTrack.h | 151 int notificationFrames = 0, 171 int notificationFrames = 0, 195 int notificationFrames = 0,
|
D | AudioRecord.h | 159 int notificationFrames = 0, 185 int notificationFrames = 0,
|
/frameworks/base/media/libmedia/ |
D | AudioRecord.cpp | 96 int notificationFrames, in AudioRecord() argument 101 frameCount, flags, cbf, user, notificationFrames, sessionId); in AudioRecord() 130 int notificationFrames, in set() argument 198 if (notificationFrames == 0) { in set() 199 notificationFrames = frameCount/2; in set() 225 mNotificationFrames = notificationFrames; in set() 226 mRemainingFrames = notificationFrames; in set()
|
D | AudioTrack.cpp | 95 int notificationFrames, in AudioTrack() argument 100 frameCount, flags, cbf, user, notificationFrames, in AudioTrack() 113 int notificationFrames, in AudioTrack() argument 118 0, flags, cbf, user, notificationFrames, in AudioTrack() 150 int notificationFrames, in set() argument 219 mNotificationFramesReq = notificationFrames; in set()
|