Searched refs:AAudioStream_getFramesPerBurst (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp123 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor.cpp94 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h115 printf("AAudioStream_getFramesPerBurst() = %d\n",
116 AAudioStream_getFramesPerBurst(mStream));
H A DAAudioSimpleRecorder.h116 printf("AAudioStream_getFramesPerBurst() = %d\n",
117 AAudioStream_getFramesPerBurst(mStream));
/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine.cpp110 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp434 printf(" framesPerBurst = %d\n", AAudioStream_getFramesPerBurst(loopbackData.inputStream));
454 framesPerBurst = AAudioStream_getFramesPerBurst(outputStream);
/frameworks/av/media/libaaudio/include/aaudio/
H A DAAudio.h668 AAUDIO_API int32_t AAudioStream_getFramesPerBurst(AAudioStream* stream);
/frameworks/av/media/libaaudio/src/core/
H A DAAudioAudio.cpp395 AAUDIO_API int32_t AAudioStream_getFramesPerBurst(AAudioStream* stream) function

Completed in 972 milliseconds