OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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
...]
Completed in 704 milliseconds