Home
last modified time | relevance | path

Searched refs:AImageDecoder_getRepeatCount (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libjnigraphics/
Dstubs_arm64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoder_getRepeatCount);
84 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoder_getRepeatCount); in init_stub_library()
Dstubs_arm.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoder_getRepeatCount);
84 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoder_getRepeatCount); in init_stub_library()
Dstubs_riscv64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoder_getRepeatCount);
84 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoder_getRepeatCount); in init_stub_library()
/frameworks/base/native/graphics/jni/
Dlibjnigraphics.map.txt18 AImageDecoder_getRepeatCount; # introduced=31
Dimagedecoder.cpp436 int32_t AImageDecoder_getRepeatCount(AImageDecoder* decoder) { in AImageDecoder_getRepeatCount() function
/frameworks/native/include/android/
Dimagedecoder.h720 int32_t AImageDecoder_getRepeatCount(AImageDecoder* _Nonnull decoder)
/frameworks/base/native/graphics/jni/fuzz/
Dfuzz_imagedecoder.cpp115 [&]() { AImageDecoder_getRepeatCount(decoder); }, in LLVMFuzzerTestOneInput()