HomeSort by relevance Sort by last modified time
    Searched defs:notificationFrames (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/
AudioRecord.cpp 87 int notificationFrames,
97 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType);
130 int notificationFrames,
233 mNotificationFramesReq = notificationFrames;
763 size_t notificationFrames = mNotificationFramesAct;
766 mRemainingFrames = notificationFrames;
811 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
812 minFrames = kPoll * notificationFrames;
912 // sum <= notificationFrames. It replaces that series by at most two EVENT_MORE_DATA
913 // that total to a sum == notificationFrames
    [all...]
AudioTrack.cpp 101 int notificationFrames,
112 frameCount, flags, cbf, user, notificationFrames,
126 int notificationFrames,
137 0 /*frameCount*/, flags, cbf, user, notificationFrames,
170 int notificationFrames,
317 mNotificationFramesReq = notificationFrames;
    [all...]

Completed in 72 milliseconds