HomeSort by relevance Sort by last modified time
    Searched full:notificationframes (Results 1 - 19 of 19) 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...]
ToneGenerator.cpp     [all...]
  /system/bt/btif/src/
btif_avrcp_audio_track.cpp 45 NULL /*callback_t*/, NULL /*void* user*/, 0 /*notificationFrames*/,
  /frameworks/av/include/media/
AudioRecord.h 162 * notificationFrames: The callback function is called each time notificationFrames PCM
179 uint32_t notificationFrames = 0,
216 uint32_t notificationFrames = 0,
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...]
IAudioFlinger.h 87 size_t *notificationFrames,
  /frameworks/av/media/libstagefright/
AudioSource.cpp 95 frameCount /*notificationFrames*/,
AudioPlayer.cpp 242 0 /*notificationFrames*/);
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 817 NULL /*user*/, 0 /*notificationFrames*/, 0 /*sharedBuffer*/,
822 0 /*notificationFrames*/, false /*threadCanCallJava*/, AUDIO_SESSION_ALLOCATE,
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
AudioRecorder_to_android.cpp 698 0, // notificationFrames
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 128 size_t *notificationFrames,
    [all...]
Threads.cpp     [all...]
Threads.h     [all...]
AudioFlinger.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 335 0,// notificationFrames == 0 since not using EVENT_MORE_DATA to feed the AudioTrack
361 0,// notificationFrames == 0 since not using EVENT_MORE_DATA to feed the AudioTrack
    [all...]
android_media_AudioRecord.cpp 299 0, // notificationFrames,
    [all...]

Completed in 3140 milliseconds