Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libaaudio/
H A Dstubs_arm.cc50 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getFormat);
113 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getFormat); in init_stub_library()
H A Dstubs_arm64.cc50 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getFormat);
113 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getFormat); in init_stub_library()
/aosp12/frameworks/av/media/libaaudio/src/
H A Dlibaaudio.map.txt53 AAudioStream_getFormat;
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_interference.cpp39 aaudio_format_t format = AAudioStream_getFormat(stream); in MyDataCallbackProc()
H A Dtest_recovery.cpp73 actualDataFormat = AAudioStream_getFormat(aaudioStream); in main()
H A Dtest_open_params.cpp87 actualDataFormat = AAudioStream_getFormat(aaudioStream); in testOpenOptions()
H A Dtest_aaudio_monkey.cpp194 switch (AAudioStream_getFormat(stream)) { in renderAudio()
H A Dtest_timestamps.cpp207 actualDataFormat = AAudioStream_getFormat(aaudioStream); in testTimeStamps()
/aosp12/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor.cpp98 actualDataFormat = AAudioStream_getFormat(aaudioStream); in main()
/aosp12/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine.cpp80 actualDataFormat = AAudioStream_getFormat(aaudioStream); in main()
/aosp12/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimpleRecorder.h268 switch (AAudioStream_getFormat(stream)) { in SimpleRecorderDataCallbackProc()
H A DAAudioSimplePlayer.h363 switch (AAudioStream_getFormat(stream)) { in SimplePlayerDataCallbackProc()
H A DAAudioArgsParser.h507 getFormat(), AAudioStream_getFormat(stream)); in compareWithStream()
/aosp12/system/bt/test/mock/
H A Dmock_frameworks_libaudio.cc50 aaudio_format_t AAudioStream_getFormat(AAudioStream* stream) { in AAudioStream_getFormat() function
/aosp12/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp550 actualOutputFormat = AAudioStream_getFormat(outputStream); in main()
609 loopbackData.actualInputFormat = AAudioStream_getFormat(inputStream); in main()
/aosp12/frameworks/av/media/libaaudio/include/aaudio/
H A DAAudio.h1703 AAUDIO_API aaudio_format_t AAudioStream_getFormat(AAudioStream* stream) __INTRODUCED_IN(26);
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAAudioAudio.cpp437 AAUDIO_API aaudio_format_t AAudioStream_getFormat(AAudioStream* stream) in AAudioStream_getFormat() function