Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libjnigraphics/
Dstubs_arm64.cc24 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderFrameInfo_getDuration);
65 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderFrameInfo_getDuration); in init_stub_library()
Dstubs_arm.cc24 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderFrameInfo_getDuration);
65 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderFrameInfo_getDuration); in init_stub_library()
Dstubs_riscv64.cc24 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoderFrameInfo_getDuration);
65 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoderFrameInfo_getDuration); in init_stub_library()
/frameworks/base/native/graphics/jni/
Dlibjnigraphics.map.txt31 AImageDecoderFrameInfo_getDuration; # introduced=31
Dimagedecoder.cpp522 int64_t AImageDecoderFrameInfo_getDuration(const AImageDecoderFrameInfo* info) { in AImageDecoderFrameInfo_getDuration() function
/frameworks/native/include/android/
Dimagedecoder.h868 int64_t AImageDecoderFrameInfo_getDuration(
/frameworks/base/native/graphics/jni/fuzz/
Dfuzz_imagedecoder.cpp117 [&]() { AImageDecoderFrameInfo_getDuration(frameInfo); }, in LLVMFuzzerTestOneInput()