HomeSort by relevance Sort by last modified time
    Searched refs:AAudioStream_getFramesPerBurst (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libaaudio/tests/
test_bad_disconnect.cpp 93 framesPerBurst = AAudioStream_getFramesPerBurst(s_AudioEngine.stream);
test_open_params.cpp 107 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
test_recovery.cpp 80 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
test_timestamps.cpp 185 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
test_various.cpp 438 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
  /cts/tests/tests/nativemedia/aaudio/jni/
utils.cpp 139 mFramesPerBurst = AAudioStream_getFramesPerBurst(mStream);
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor.cpp 87 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine.cpp 85 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream);
  /frameworks/av/media/libaaudio/examples/utils/
AAudioArgsParser.h 394 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(stream);
AAudioSimpleRecorder.h 132 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream);
AAudioSimplePlayer.h 126 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream);
  /frameworks/av/media/libaaudio/include/aaudio/
AAudio.h     [all...]
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 451 outputFramesPerBurst = AAudioStream_getFramesPerBurst(outputStream);
506 loopbackData.inputFramesMaximum = 32 * AAudioStream_getFramesPerBurst(inputStream);
  /frameworks/av/media/libaaudio/src/core/
AAudioAudio.cpp 433 AAUDIO_API int32_t AAudioStream_getFramesPerBurst(AAudioStream* stream)

Completed in 63 milliseconds