HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_MARKER (Results 1 - 5 of 5) 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 58 EVENT_MARKER = 2, // Record head is at the specified marker position
109 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
296 * 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
125 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
503 * event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker
    [all...]
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp     [all...]
AudioTrack.cpp     [all...]

Completed in 388 milliseconds