Searched refs:mMarkerPosition (Results 1 – 13 of 13) 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()
169 mAC->mMarkerPosition = (mAC->mNotificationFrames << 3) + (mAC->mNotificationFrames >> 1); in TEST_F()170 EXPECT_EQ(OK, mAC->getAudioRecordHandle()->setMarkerPosition(mAC->mMarkerPosition)) in TEST_F()177 EXPECT_EQ(marker, mAC->mMarkerPosition) in TEST_F()179 EXPECT_EQ(mAC->mReceivedCbMarkerAtPosition, mAC->mMarkerPosition) in TEST_F()220 mAC->mMarkerPosition = (mAC->mNotificationFrames << 3) + (mAC->mNotificationFrames >> 1); in TEST_P()222 mAC->getAudioRecordHandle()->setMarkerPosition(mAC->mMarkerPosition)); in TEST_P()225 mAC->getAudioRecordHandle()->setPositionUpdatePeriod(mAC->mMarkerPosition)); in TEST_P()
169 uint32_t mMarkerPosition; variable
372 mMarkerPosition = 0; in AudioCapture()
476 SLmillisecond mMarkerPosition; member543 SLmillisecond mMarkerPosition; member
816 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) { in android_audioRecorder_useRecordEventMask()817 ar->mAudioRecord->setMarkerPosition((uint32_t)((((int64_t)pRecordItf->mMarkerPosition in android_audioRecorder_useRecordEventMask()
519 (int32_t) pPlayItf->mMarkerPosition, (int32_t) pPlayItf->mPositionUpdatePeriod); in android_Player_usePlayEventMask()
2273 ap->mAPlayer->setPlayEvents((int32_t) eventFlags, (int32_t) pPlayItf->mMarkerPosition, in android_audioPlayer_usePlayEventMask()2285 (int64_t) pPlayItf->mMarkerPosition * in android_audioPlayer_usePlayEventMask()
377 mMarkerPosition = 0; in set()534 mMarkerPosition = marker; in setMarkerPosition()566 mMarkerPosition.getValue(marker); in getMarkerPosition()1304 Modulo<uint32_t> markerPosition(mMarkerPosition); in processAudioBuffer()
672 mMarkerPosition = 0; in set()981 mMarkerPosition = 0; in flush_l()1502 mMarkerPosition = marker; in setMarkerPosition()1522 mMarkerPosition.getValue(marker); in getMarkerPosition()2452 Modulo<uint32_t> markerPosition(mMarkerPosition); in processAudioBuffer()
706 Modulo<uint32_t> mMarkerPosition; // in wrapping (overflow) frame units variable
1382 Modulo<uint32_t> mMarkerPosition; // in wrapping (overflow) frame units variable