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

/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp580 jint markerPos) {
588 return nativeToJavaStatus( lpRecorder->setMarkerPosition(markerPos) );
596 uint32_t markerPos = 0; local
603 lpRecorder->getMarkerPosition(&markerPos);
604 return (jint)markerPos;
579 android_media_AudioRecord_set_marker_pos(JNIEnv *env, jobject thiz, jint markerPos) argument
H A Dandroid_media_AudioTrack.cpp866 jint markerPos) {
873 return nativeToJavaStatus( lpTrack->setMarkerPosition(markerPos) );
880 uint32_t markerPos = 0; local
887 lpTrack->getMarkerPosition(&markerPos);
888 return (jint)markerPos;
865 android_media_AudioTrack_set_marker_pos(JNIEnv *env, jobject thiz, jint markerPos) argument

Completed in 155 milliseconds