HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_MARKER (Results 1 - 3 of 3) 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...]

Completed in 871 milliseconds