Searched refs:mFramesPerBurst (Results 1 – 2 of 2) sorted by relevance
94 mActual{0, 0, AAUDIO_FORMAT_INVALID, -1, -1}, mFramesPerBurst{-1},166 mFramesPerBurst = AAudioStream_getFramesPerBurst(mStream); in createAndVerifyStream()167 ASSERT_GE(mFramesPerBurst, 16); in createAndVerifyStream()170 ASSERT_LE(mFramesPerBurst, maxFramesPerBurst); in createAndVerifyStream()
68 int32_t framesPerBurst() const { return mFramesPerBurst; } in framesPerBurst()84 int32_t mFramesPerBurst; variable