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

  /frameworks/av/media/libmedia/
AudioRecord.cpp 84 uint32_t notificationFrames,
100 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
140 uint32_t notificationFrames,
150 "notificationFrames %u, sessionId %d, transferType %d, flags %#x, opPackageName %s "
152 inputSource, sampleRate, format, channelMask, frameCount, notificationFrames,
230 mNotificationFramesReq = notificationFrames;
545 size_t notificationFrames = mNotificationFramesReq;
559 &notificationFrames,
630 if (notificationFrames == 0 || notificationFrames > frameCount)
    [all...]
AudioTrack.cpp 187 uint32_t notificationFrames,
203 frameCount, flags, cbf, user, notificationFrames,
217 uint32_t notificationFrames,
233 0 /*frameCount*/, flags, cbf, user, notificationFrames,
275 uint32_t notificationFrames,
287 "flags #%x, notificationFrames %u, sessionId %d, transferType %d, uid %d, pid %d",
288 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames,
434 mNotificationFramesReq = notificationFrames;
    [all...]
IAudioFlinger.cpp 184 size_t *notificationFrames,
208 data.writeInt64(notificationFrames != NULL ? *notificationFrames : 0);
228 if (notificationFrames != NULL) {
229 *notificationFrames = lNotificationFrames;
    [all...]

Completed in 379 milliseconds