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

/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp445 jint markerPos) {
453 return android_media_translateRecorderErrorCode( lpRecorder->setMarkerPosition(markerPos) );
461 uint32_t markerPos = 0; local
468 lpRecorder->getMarkerPosition(&markerPos);
469 return (jint)markerPos;
444 android_media_AudioRecord_set_marker_pos(JNIEnv *env, jobject thiz, jint markerPos) argument
H A Dandroid_media_AudioTrack.cpp643 jint markerPos) {
650 return android_media_translateErrorCode( lpTrack->setMarkerPosition(markerPos) );
657 uint32_t markerPos = 0; local
664 lpTrack->getMarkerPosition(&markerPos);
665 return (jint)markerPos;
642 android_media_AudioTrack_set_marker_pos(JNIEnv *env, jobject thiz, jint markerPos) argument

Completed in 150 milliseconds