Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libjnigraphics/
Dstubs_arm64.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderFrameInfo_hasAlphaWithinBounds);
67 …INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderFrameInfo_hasAlphaWithinBounds); in init_stub_library()
Dstubs_arm.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderFrameInfo_hasAlphaWithinBounds);
67 …INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderFrameInfo_hasAlphaWithinBounds); in init_stub_library()
Dstubs_riscv64.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderFrameInfo_hasAlphaWithinBounds);
67 …INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderFrameInfo_hasAlphaWithinBounds); in init_stub_library()
/frameworks/base/native/graphics/jni/
Dlibjnigraphics.map.txt33 AImageDecoderFrameInfo_hasAlphaWithinBounds; # introduced=31
Dimagedecoder.cpp537 bool AImageDecoderFrameInfo_hasAlphaWithinBounds(const AImageDecoderFrameInfo* info) { in AImageDecoderFrameInfo_hasAlphaWithinBounds() function
/frameworks/native/include/android/
Dimagedecoder.h923 bool AImageDecoderFrameInfo_hasAlphaWithinBounds(
/frameworks/base/native/graphics/jni/fuzz/
Dfuzz_imagedecoder.cpp118 [&]() { AImageDecoderFrameInfo_hasAlphaWithinBounds(frameInfo); }, in LLVMFuzzerTestOneInput()