Searched defs:markerPos (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp382 jint markerPos) {
389 android_media_translateRecorderErrorCode( lpRecorder->setMarkerPosition(markerPos) );
403 uint32_t markerPos = 0; local
406 lpRecorder->getMarkerPosition(&markerPos);
407 return (jint)markerPos;
381 android_media_AudioRecord_set_marker_pos(JNIEnv *env, jobject thiz, jint markerPos) argument
H A Dandroid_media_AudioTrack.cpp582 jint markerPos) {
588 return android_media_translateErrorCode( lpTrack->setMarkerPosition(markerPos) );
602 uint32_t markerPos = 0; local
605 lpTrack->getMarkerPosition(&markerPos);
606 return (jint)markerPos;
581 android_media_AudioTrack_set_marker_pos(JNIEnv *env, jobject thiz, jint markerPos) argument

Completed in 38 milliseconds