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

  /frameworks/av/include/media/
AudioRecord.h 51 EVENT_NEW_POS = 3, // Record head is at a new position
101 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
287 * a callback with event type EVENT_NEW_POS is called.
579 uint32_t mUpdatePeriod; // in frames, zero means no EVENT_NEW_POS
AudioTrack.h 64 EVENT_NEW_POS = 4, // Playback head is at a new position
123 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
496 * a callback with event type EVENT_NEW_POS is called.
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 177 //SL_LOGV("received event EVENT_NEW_POS from AudioRecord");
383 case android::AudioRecord::EVENT_NEW_POS:
    [all...]
AudioPlayer_to_android.cpp 361 //SL_LOGV("received event EVENT_NEW_POS from AudioTrack");
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp     [all...]
AudioTrack.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 107 case AudioRecord::EVENT_NEW_POS: {
    [all...]
android_media_AudioTrack.cpp 144 case AudioTrack::EVENT_NEW_POS: {
    [all...]

Completed in 348 milliseconds