Home
last modified time | relevance | path

Searched refs:AImageReader_newWithDataSpace (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/ndk/include/media/
DNdkImageReader.h423 media_status_t AImageReader_newWithDataSpace(int32_t width, int32_t height, uint64_t usage,
/frameworks/libs/native_bridge_support/android_api/libmediandk/
Dstubs_arm64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageReader_newWithDataSpace);
342 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AImageReader_newWithDataSpace); in init_stub_library()
Dstubs_riscv64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageReader_newWithDataSpace);
342 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AImageReader_newWithDataSpace); in init_stub_library()
Dstubs_arm.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImageReader_newWithDataSpace);
342 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AImageReader_newWithDataSpace); in init_stub_library()
/frameworks/av/media/ndk/
Dlibmediandk.map.txt16 AImageReader_newWithDataSpace; # introduced=UpsideDownCake
DNdkImageReader.cpp743 media_status_t AImageReader_newWithDataSpace( in AImageReader_newWithDataSpace() function