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

  /frameworks/av/media/libmedia/
AudioRecord.cpp 84 uint32_t notificationFrames,
101 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags,
141 uint32_t notificationFrames,
151 "notificationFrames %u, sessionId %d, transferType %d, flags %#x, opPackageName %s "
153 inputSource, sampleRate, format, channelMask, frameCount, notificationFrames,
227 mNotificationFramesReq = notificationFrames;
593 size_t notificationFrames = mNotificationFramesReq;
622 &notificationFrames,
696 if (mNotificationFramesReq > 0 && notificationFrames != mNotificationFramesReq) {
697 ALOGW("Server adjusted notificationFrames from %u to %zu for frameCount %zu"
    [all...]
AudioTrack.cpp 196 int32_t notificationFrames,
213 frameCount, flags, cbf, user, notificationFrames,
227 int32_t notificationFrames,
244 0 /*frameCount*/, flags, cbf, user, notificationFrames,
286 int32_t notificationFrames,
299 "flags #%x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
300 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames,
455 if (notificationFrames >= 0) {
456 mNotificationFramesReq = notificationFrames;
460 ALOGE("notificationFrames=%d not permitted for non-fast track"
    [all...]
IAudioFlinger.cpp 188 size_t *notificationFrames,
213 data.writeInt64(notificationFrames != NULL ? *notificationFrames : 0);
233 if (notificationFrames != NULL) {
234 *notificationFrames = lNotificationFrames;
    [all...]
  /frameworks/av/include/media/
AudioTrack.h 188 * notificationFrames: The callback function is called each time notificationFrames PCM
232 int32_t notificationFrames = 0,
262 int32_t notificationFrames = 0,
306 int32_t notificationFrames = 0,
351 // TODO consider notificationFrames() if needed
    [all...]
AudioRecord.h 162 * notificationFrames: The callback function is called each time notificationFrames PCM
179 uint32_t notificationFrames = 0,
216 uint32_t notificationFrames = 0,
IAudioFlinger.h 87 size_t *notificationFrames,
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 128 size_t *notificationFrames,
    [all...]
Threads.h     [all...]
Threads.cpp     [all...]
AudioFlinger.cpp     [all...]

Completed in 138 milliseconds