Home
last modified time | relevance | path

Searched refs:AAudioStream_getFramesPerBurst (Results 1 – 17 of 17) sorted by relevance

/frameworks/libs/native_bridge_support/libaaudio/
Dstubs_arm.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getFramesPerBurst);
106 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getFramesPerBurst); in init_stub_library()
Dstubs_arm64.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getFramesPerBurst);
106 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getFramesPerBurst); in init_stub_library()
/frameworks/av/media/libaaudio/src/
Dlibaaudio.map.txt40 AAudioStream_getFramesPerBurst;
/frameworks/av/media/libaaudio/tests/
Dtest_recovery.cpp80 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in main()
Dtest_open_params.cpp107 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in testOpenOptions()
Dtest_bad_disconnect.cpp93 framesPerBurst = AAudioStream_getFramesPerBurst(s_AudioEngine.stream); in s_StartAudio()
Dtest_return_stop.cpp231 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(engine.stream); in main()
Dtest_timestamps.cpp231 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in testTimeStamps()
Dtest_various.cpp624 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in TEST()
/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine.cpp85 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in main()
/frameworks/av/media/libaaudio/examples/input_monitor/src/
Dinput_monitor.cpp87 framesPerBurst = AAudioStream_getFramesPerBurst(aaudioStream); in main()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimpleRecorder.h132 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream);
DAAudioSimplePlayer.h123 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream);
DAAudioArgsParser.h507 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(stream); in compareWithStream()
/frameworks/av/media/libaaudio/examples/loopback/src/
Dloopback.cpp554 outputFramesPerBurst = AAudioStream_getFramesPerBurst(outputStream); in main()
610 loopbackData.inputFramesMaximum = 32 * AAudioStream_getFramesPerBurst(inputStream); in main()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h1262 AAUDIO_API int32_t AAudioStream_getFramesPerBurst(AAudioStream* stream) __INTRODUCED_IN(26);
/frameworks/av/media/libaaudio/src/core/
DAAudioAudio.cpp421 AAUDIO_API int32_t AAudioStream_getFramesPerBurst(AAudioStream* stream) in AAudioStream_getFramesPerBurst() function