HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_MARKER (Results 1 - 4 of 4) 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/media/libaudioclient/include/media/
AudioRecord.h 55 EVENT_MARKER = 2, // Record head is at the specified marker position
106 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
287 * a callback with event type EVENT_MARKER is called. Calling setMarkerPosition
    [all...]
AudioTrack.h 63 EVENT_MARKER = 3, // Playback head is at the specified marker position
123 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
492 * event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 

Completed in 87 milliseconds