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

  /frameworks/base/include/media/
AudioRecord.h 51 EVENT_MARKER = 2, // Record head is at the specified marker position
97 * - EVENT_MARKER: pointer to an uin32_t containing the marker position in frames.
229 * 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()).
98 * - EVENT_MARKER: pointer to an uin32_t containing the marker position in frames.
289 * type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker notification
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 93 } else if (event == AudioRecord::EVENT_MARKER) {
android_media_AudioTrack.cpp 134 } else if (event == AudioTrack::EVENT_MARKER) {
    [all...]
  /system/media/opensles/libopensles/
android_AudioRecorder.cpp 118 //SL_LOGV("received event EVENT_MARKER from AudioRecord");
275 case android::AudioRecord::EVENT_MARKER:
android_AudioPlayer.cpp 163 //SL_LOGV("received event EVENT_MARKER from AudioTrack");
746 case (android::AudioTrack::EVENT_MARKER) :
    [all...]
  /frameworks/base/media/libmedia/
AudioRecord.cpp 617 mCbf(EVENT_MARKER, mUserData, (void *)&mMarkerPosition);
AudioTrack.cpp 977 mCbf(EVENT_MARKER, mUserData, (void *)&mMarkerPosition);
    [all...]

Completed in 342 milliseconds