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 44 EVENT_MARKER = 2, // Record head is at the specified marker position
89 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
236 * a callback with event type EVENT_MARKER is called. Calling setMarkerPosition
AudioTrack.h 56 EVENT_MARKER = 3, // Playback head is at the specified marker position
110 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
362 * event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 98 case AudioRecord::EVENT_MARKER: {
android_media_AudioTrack.cpp 135 case 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 338 //SL_LOGV("received event EVENT_MARKER from AudioTrack");
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 782 mCbf(EVENT_MARKER, mUserData, &markerPosition);
AudioTrack.cpp     [all...]

Completed in 135 milliseconds