Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libjnigraphics/
Dstubs_arm64.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoder_resultToString);
86 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoder_resultToString); in init_stub_library()
Dstubs_arm.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoder_resultToString);
86 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoder_resultToString); in init_stub_library()
Dstubs_riscv64.cc45 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageDecoder_resultToString);
86 INIT_INTERCEPTABLE_STUB_FUNCTION("libjnigraphics.so", AImageDecoder_resultToString); in init_stub_library()
/frameworks/base/native/graphics/jni/
Dlibjnigraphics.map.txt3 AImageDecoder_resultToString; # introduced=31
Dimagedecoder.cpp74 const char* AImageDecoder_resultToString(int result) { in AImageDecoder_resultToString() function
/frameworks/native/libs/renderengine/benchmark/
DCodec.cpp42 AImageDecoder_resultToString(aImageDecoderResult)); in ok()
/frameworks/native/include/android/
Dimagedecoder.h144 const char* _Nullable AImageDecoder_resultToString(int)__INTRODUCED_IN(31);