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 49 EVENT_NEW_POS = 3, // Record head is at a new position
99 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
284 * a callback with event type EVENT_NEW_POS is called.
562 uint32_t mUpdatePeriod; // in frames, zero means no EVENT_NEW_POS
AudioTrack.h 63 EVENT_NEW_POS = 4, // Playback head is at a new position
122 * - EVENT_NEW_POS: pointer to const uint32_t containing the new position in frames.
439 * a callback with event type EVENT_NEW_POS is called.
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 102 //SL_LOGV("received event EVENT_NEW_POS from AudioRecord");
311 case android::AudioRecord::EVENT_NEW_POS:
AudioPlayer_to_android.cpp 357 //SL_LOGV("received event EVENT_NEW_POS from AudioTrack");
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 103 case AudioRecord::EVENT_NEW_POS: {
android_media_AudioTrack.cpp 144 case AudioTrack::EVENT_NEW_POS: {
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 932 mCbf(EVENT_NEW_POS, mUserData, &temp);
    [all...]
AudioTrack.cpp     [all...]

Completed in 135 milliseconds