Searched refs:AAudioStream_getFramesPerBurst (Results 1 – 17 of 17) sorted by relevance
48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getFramesPerBurst);106 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getFramesPerBurst); in init_stub_library()
40 AAudioStream_getFramesPerBurst;
80 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in main()
107 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in testOpenOptions()
93 framesPerBurst = AAudioStream_getFramesPerBurst(s_AudioEngine.stream); in s_StartAudio()
231 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(engine.stream); in main()
231 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in testTimeStamps()
624 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in TEST()
85 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in main()
87 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in main()
132 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream);
123 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream);
507 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(stream); in compareWithStream()
554 outputFramesPerBurst = AAudioStream_getFramesPerBurst(outputStream); in main()610 loopbackData.inputFramesMaximum = 32 * AAudioStream_getFramesPerBurst(inputStream); in main()
1262 AAUDIO_API int32_t AAudioStream_getFramesPerBurst(AAudioStream* stream) __INTRODUCED_IN(26);
421 AAUDIO_API int32_t AAudioStream_getFramesPerBurst(AAudioStream* stream) in AAudioStream_getFramesPerBurst() function