Home
last modified time | relevance | path

Searched refs:AAudioStream_getContentType (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libaaudio/
Dstubs_arm64.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getContentType);
123 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getContentType); in init_stub_library()
Dstubs_riscv64.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getContentType);
123 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getContentType); in init_stub_library()
Dstubs_arm.cc51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAudioStream_getContentType);
123 INIT_INTERCEPTABLE_STUB_FUNCTION("libaaudio.so", AAudioStream_getContentType); in init_stub_library()
/frameworks/av/media/libaaudio/src/
Dlibaaudio.map.txt57 AAudioStream_getContentType; # introduced=28
/frameworks/av/media/libaaudio/tests/
Dtest_attributes.cpp88 EXPECT_EQ(expectedContentType, AAudioStream_getContentType(aaudioStream)); in checkAttributes()
/frameworks/av/media/libaaudio/fuzzer/
Dlibaaudio_fuzzer.cpp276 (void)AAudioStream_getContentType(mAaudioStream); in process()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h2091 AAUDIO_API aaudio_content_type_t AAudioStream_getContentType(AAudioStream* _Nonnull stream)
/frameworks/av/media/libaaudio/src/core/
DAAudioAudio.cpp533 AAUDIO_API aaudio_content_type_t AAudioStream_getContentType(AAudioStream* stream) in AAudioStream_getContentType() function