Home | History | Annotate | Download | only in libmedia

Lines Matching refs:marker

452     // the playback head position will reset to 0, so if a marker is set, we need
497 // clear playback marker and periodic update counter
633 status_t AudioTrack::setMarkerPosition(uint32_t marker)
635 // The only purpose of setting marker position is to get a callback
641 mMarkerPosition = marker;
647 status_t AudioTrack::getMarkerPosition(uint32_t *marker) const
652 if (marker == NULL) {
657 *marker = mMarkerPosition;
1393 // Manage marker callback