Searched refs:mMarkerPosition (Results 1 - 10 of 10) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIRecord.c189 if (thiz->mMarkerPosition != mSec) {
190 thiz->mMarkerPosition = mSec;
215 if (thiz->mMarkerPosition != SL_TIME_UNKNOWN) {
216 thiz->mMarkerPosition = SL_TIME_UNKNOWN;
241 SLmillisecond markerPosition = thiz->mMarkerPosition;
321 thiz->mMarkerPosition = SL_TIME_UNKNOWN;
H A DIPlay.c315 if (thiz->mMarkerPosition != mSec) {
316 thiz->mMarkerPosition = mSec;
341 if (thiz->mMarkerPosition != SL_TIME_UNKNOWN) {
342 thiz->mMarkerPosition = SL_TIME_UNKNOWN;
367 SLmillisecond markerPosition = thiz->mMarkerPosition;
466 thiz->mMarkerPosition = SL_TIME_UNKNOWN;
/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp488 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) {
489 ar->mAudioRecord->setMarkerPosition((uint32_t)((((int64_t)pRecordItf->mMarkerPosition
H A DMediaPlayer_to_android.cpp517 (int32_t) pPlayItf->mMarkerPosition, (int32_t) pPlayItf->mPositionUpdatePeriod);
H A DAudioPlayer_to_android.cpp1980 ap->mAPlayer->setPlayEvents((int32_t) eventFlags, (int32_t) pPlayItf->mMarkerPosition,
1990 ap->mAudioTrack->setMarkerPosition((uint32_t)((((int64_t)pPlayItf->mMarkerPosition
/frameworks/wilhelm/src/
H A Ditfstruct.h472 SLmillisecond mMarkerPosition; member in struct:Play_interface
539 SLmillisecond mMarkerPosition; member in struct:__anon1750
/frameworks/av/include/media/
H A DAudioRecord.h456 uint32_t mMarkerPosition; // in wrapping (overflow) frame units member in class:android::AudioRecord
H A DAudioTrack.h717 uint32_t mMarkerPosition; // in wrapping (overflow) frame units member in class:android::AudioTrack
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp267 mMarkerPosition = 0;
360 mMarkerPosition = marker;
373 *marker = mMarkerPosition;
746 size_t markerPosition = mMarkerPosition;
H A DAudioTrack.cpp367 mMarkerPosition = 0;
510 mMarkerPosition = 0;
676 mMarkerPosition = marker;
692 *marker = mMarkerPosition;
1440 size_t markerPosition = mMarkerPosition;

Completed in 8941 milliseconds