Searched refs:mMarkerPosition (Results 1 – 12 of 12) sorted by relevance
189 if (thiz->mMarkerPosition != mSec) { in IRecord_SetMarkerPosition()190 thiz->mMarkerPosition = mSec; in IRecord_SetMarkerPosition()215 if (thiz->mMarkerPosition != SL_TIME_UNKNOWN) { in IRecord_ClearMarkerPosition()216 thiz->mMarkerPosition = SL_TIME_UNKNOWN; in IRecord_ClearMarkerPosition()241 SLmillisecond markerPosition = thiz->mMarkerPosition; in IRecord_GetMarkerPosition()321 thiz->mMarkerPosition = SL_TIME_UNKNOWN; in IRecord_init()
315 if (thiz->mMarkerPosition != mSec) { in IPlay_SetMarkerPosition()316 thiz->mMarkerPosition = mSec; in IPlay_SetMarkerPosition()341 if (thiz->mMarkerPosition != SL_TIME_UNKNOWN) { in IPlay_ClearMarkerPosition()342 thiz->mMarkerPosition = SL_TIME_UNKNOWN; in IPlay_ClearMarkerPosition()367 SLmillisecond markerPosition = thiz->mMarkerPosition; in IPlay_GetMarkerPosition()466 thiz->mMarkerPosition = SL_TIME_UNKNOWN; in IPlay_init()
277 mMarkerPosition = 0; in set()388 mMarkerPosition = marker; in setMarkerPosition()405 mMarkerPosition.getValue(marker); in getMarkerPosition()984 Modulo<uint32_t> markerPosition(mMarkerPosition); in processAudioBuffer()
539 mMarkerPosition = 0; in set()736 mMarkerPosition = 0; in flush_l()1033 mMarkerPosition = marker; in setMarkerPosition()1053 mMarkerPosition.getValue(marker); in getMarkerPosition()1881 Modulo<uint32_t> markerPosition(mMarkerPosition); in processAudioBuffer()
476 SLmillisecond mMarkerPosition; member543 SLmillisecond mMarkerPosition; member
583 Modulo<uint32_t> mMarkerPosition; // in wrapping (overflow) frame units variable
1063 Modulo<uint32_t> mMarkerPosition; // in wrapping (overflow) frame units variable
842 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) { in android_audioRecorder_useRecordEventMask()843 ar->mAudioRecord->setMarkerPosition((uint32_t)((((int64_t)pRecordItf->mMarkerPosition in android_audioRecorder_useRecordEventMask()
515 (int32_t) pPlayItf->mMarkerPosition, (int32_t) pPlayItf->mPositionUpdatePeriod); in android_Player_usePlayEventMask()
2288 ap->mAPlayer->setPlayEvents((int32_t) eventFlags, (int32_t) pPlayItf->mMarkerPosition, in android_audioPlayer_usePlayEventMask()2298 … ap->mTrackPlayer->mAudioTrack->setMarkerPosition((uint32_t)((((int64_t)pPlayItf->mMarkerPosition in android_audioPlayer_usePlayEventMask()