Searched refs:mFramesPerBurst (Results 1 – 2 of 2) sorted by relevance
104 mActual{0, 0, AAUDIO_FORMAT_INVALID, -1, -1}, mFramesPerBurst{-1},187 mFramesPerBurst = AAudioStream_getFramesPerBurst(mStream); in createAndVerifyStream()188 ASSERT_GE(mFramesPerBurst, 16); in createAndVerifyStream()191 ASSERT_LE(mFramesPerBurst, maxFramesPerBurst); in createAndVerifyStream()
89 int32_t framesPerBurst() const { return mFramesPerBurst; } in framesPerBurst()106 int32_t mFramesPerBurst; variable