Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libjnigraphics/
Dstubs_arm64.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getAndroidBitmapFormat);
69 …NIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getAndroidBitmapForma… in init_stub_library()
Dstubs_arm.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getAndroidBitmapFormat);
69 …NIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getAndroidBitmapForma… in init_stub_library()
Dstubs_riscv64.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderHeaderInfo_getAndroidBitmapFormat);
69 …NIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderHeaderInfo_getAndroidBitmapForma… in init_stub_library()
/frameworks/base/native/graphics/jni/
Dlibjnigraphics.map.txt27 AImageDecoderHeaderInfo_getAndroidBitmapFormat; # introduced=30
Dimagedecoder.cpp312 int32_t AImageDecoderHeaderInfo_getAndroidBitmapFormat(const AImageDecoderHeaderInfo* info) { in AImageDecoderHeaderInfo_getAndroidBitmapFormat() function
/frameworks/native/include/android/
Dimagedecoder.h532 int32_t AImageDecoderHeaderInfo_getAndroidBitmapFormat(
/frameworks/base/native/graphics/jni/fuzz/
Dfuzz_imagedecoder.cpp105 [&]() { AImageDecoderHeaderInfo_getAndroidBitmapFormat(headerInfo); }, in LLVMFuzzerTestOneInput()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp271 outInfo->format = AImageDecoderHeaderInfo_getAndroidBitmapFormat(info); in decodeImage()