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

  /frameworks/av/include/media/
AudioRecord.h 55 EVENT_MARKER = 2, // Record head is at the specified marker position
101 * - EVENT_MARKER: pointer to an uin32_t containing the marker position in frames.
238 * a callback with event type EVENT_MARKER is called. Calling setMarkerPosition
AudioTrack.h 57 EVENT_MARKER = 3, // Playback head is at the specified marker position (See setMarkerPosition()).
103 * - EVENT_MARKER: pointer to an uint32_t containing the marker position in frames.
313 * event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 109 } else if (event == AudioRecord::EVENT_MARKER) {
android_media_AudioTrack.cpp 143 } else if (event == AudioTrack::EVENT_MARKER) {
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 126 //SL_LOGV("received event EVENT_MARKER from AudioRecord");
283 case android::AudioRecord::EVENT_MARKER:
AudioPlayer_to_android.cpp 362 //SL_LOGV("received event EVENT_MARKER from AudioTrack");
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 698 mCbf(EVENT_MARKER, mUserData, (void *)&mMarkerPosition);
AudioTrack.cpp     [all...]

Completed in 659 milliseconds