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

  /frameworks/av/media/libaudioclient/tests/
test_create_audiorecord.cpp 67 int32_t notificationFrames;
78 &frameCount, &notificationFrames,
102 notificationFrames,
test_create_audiotrack.cpp 65 int32_t notificationFrames;
82 &frameCount, &notificationFrames, &useSharedBuffer,
96 notificationFrames = 0;
122 notificationFrames,
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamRecord.cpp 121 uint32_t notificationFrames = 0;
131 notificationFrames = builder.getFramesPerDataCallback();
169 notificationFrames,
AudioStreamTrack.cpp 99 int32_t notificationFrames = 0;
120 notificationFrames = 0 - DEFAULT_BURSTS_PER_BUFFER_CAPACITY;
122 notificationFrames = builder.getFramesPerDataCallback();
127 ALOGD("open(), request notificationFrames = %d, frameCount = %u",
128 notificationFrames, (uint)frameCount);
160 notificationFrames,
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 139 uint32_t notificationFrames,
158 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
201 uint32_t notificationFrames,
220 "notificationFrames %u, sessionId %d, transferType %d, flags %#x, opPackageName %s "
223 inputSource, sampleRate, format, channelMask, frameCount, notificationFrames,
308 mNotificationFramesReq = notificationFrames;
806 ALOGW("%s(%d): Server adjusted notificationFrames from %u to %zu for frameCount %zu",
    [all...]
AudioTrack.cpp 237 int32_t notificationFrames,
256 frameCount, flags, cbf, user, notificationFrames,
270 int32_t notificationFrames,
289 0 /*frameCount*/, flags, cbf, user, notificationFrames,
335 int32_t notificationFrames,
355 "flags #%x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
357 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames,
526 if (notificationFrames >= 0) {
527 mNotificationFramesReq = notificationFrames;
531 ALOGE("%s(): notificationFrames=%d not permitted for non-fast track"
    [all...]

Completed in 401 milliseconds