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 49 EVENT_MARKER = 2, // Record head is at the specified marker position
100 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
267 * a callback with event type EVENT_MARKER is called. Calling setMarkerPosition
AudioTrack.h 62 EVENT_MARKER = 3, // Playback head is at the specified marker position
122 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
477 * event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker
    [all...]

Completed in 47 milliseconds