Home
last modified time | relevance | path

Searched refs:AHardwareBuffer_isSupported (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/native_bridge_support/libnativewindow/
Dstubs_arm64.cc25 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
88 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_isSupported); in init_stub_library()
Dstubs_arm.cc25 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
88 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_isSupported); in init_stub_library()
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt9 AHardwareBuffer_isSupported; # introduced=29
DAHardwareBuffer.cpp368 int AHardwareBuffer_isSupported(const AHardwareBuffer_Desc* desc) { in AHardwareBuffer_isSupported() function
/frameworks/native/libs/nativewindow/include/android/
Dhardware_buffer.h540 int AHardwareBuffer_isSupported(const AHardwareBuffer_Desc* _Nonnull desc) __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm64.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
403 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_isSupported); in init_stub_library()
Dstubs_arm.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
403 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_isSupported); in init_stub_library()
/frameworks/base/core/jni/
Dandroid_hardware_HardwareBuffer.cpp126 return AHardwareBuffer_isSupported(&desc); in android_hardware_HardwareBuffer_isSupported()
/frameworks/base/native/android/
Dlibandroid.map.txt160 AHardwareBuffer_isSupported; # introduced=29
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp749 if (AHardwareBuffer_isSupported(&desc)) { in GetPhysicalDeviceSurfaceFormatsKHR()
755 if (AHardwareBuffer_isSupported(&desc)) { in GetPhysicalDeviceSurfaceFormatsKHR()
769 if (AHardwareBuffer_isSupported(&desc)) { in GetPhysicalDeviceSurfaceFormatsKHR()