Searched refs:mMarkerPeriod (Results 1 – 3 of 3) sorted by relevance
184 mAC->mMarkerPeriod = (mAC->mNotificationFrames << 3) + (mAC->mNotificationFrames >> 1); in TEST_F()185 EXPECT_EQ(OK, mAC->getAudioRecordHandle()->setPositionUpdatePeriod(mAC->mMarkerPeriod)) in TEST_F()192 EXPECT_EQ(marker, mAC->mMarkerPeriod) << "configured marker and received marker are different"; in TEST_F()193 EXPECT_EQ(mAC->mReceivedCbMarkerCount, mAC->mNumFramesToRecord / mAC->mMarkerPeriod) in TEST_F()
170 uint32_t mMarkerPeriod; variable
373 mMarkerPeriod = 0; in AudioCapture()