OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVENT_MARKER
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/media/
AudioRecord.h
52
EVENT_MARKER
= 2, // Record head is at the specified marker position
98
* -
EVENT_MARKER
: pointer to an uin32_t containing the marker position in frames.
230
* a callback with event type
EVENT_MARKER
is called. Calling setMarkerPosition
AudioTrack.h
56
EVENT_MARKER
= 3, // Playback head is at the specified marker position (See setMarkerPosition()).
97
* -
EVENT_MARKER
: pointer to an uin32_t containing the marker position in frames.
288
* type
EVENT_MARKER
is called. Calling setMarkerPosition with marker == 0 cancels marker notification
Completed in 380 milliseconds