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

  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
EventLogger.java 42 static Marker EVENT_MARKER = MarkerFactory.getMarker("EVENT");
59 ((LocationAwareLogger) eventLogger.logger).log(EVENT_MARKER, FQCN, LocationAwareLogger.INFO_INT, data.toXML(), new Object[] { data }, null);
61 eventLogger.logger.info(EVENT_MARKER, data.toXML(), data);
  /frameworks/av/include/media/
AudioRecord.h 47 EVENT_MARKER = 2, // Record head is at the specified marker position
98 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
264 * a callback with event type EVENT_MARKER is called. Calling setMarkerPosition
AudioTrack.h 61 EVENT_MARKER = 3, // Playback head is at the specified marker position
121 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
420 * event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 119 //SL_LOGV("received event EVENT_MARKER from AudioRecord");
307 case android::AudioRecord::EVENT_MARKER:
AudioPlayer_to_android.cpp 340 //SL_LOGV("received event EVENT_MARKER from AudioTrack");
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 89 case AudioRecord::EVENT_MARKER: {
android_media_AudioTrack.cpp 130 case AudioTrack::EVENT_MARKER: {
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 928 mCbf(EVENT_MARKER, mUserData, &markerPosition);
    [all...]
AudioTrack.cpp     [all...]

Completed in 203 milliseconds