Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2CommonUtils.cpp127 return AHardwareBuffer_isSupported(&consumableForDisplayOrGpu) in isHalPixelFormatSupported()
128 && AHardwareBuffer_isSupported(&consumableForHwEncoder) in isHalPixelFormatSupported()
129 && AHardwareBuffer_isSupported(&consumableForSwEncoder); in isHalPixelFormatSupported()
131 return AHardwareBuffer_isSupported(&consumableForDisplayOrGpu); in isHalPixelFormatSupported()
/frameworks/libs/native_bridge_support/android_api/libnativewindow/
Dstubs_arm64.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
101 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_isSupported); in init_stub_library()
Dstubs_riscv64.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
101 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_isSupported); in init_stub_library()
Dstubs_arm.cc28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
101 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_isSupported); in init_stub_library()
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt10 AHardwareBuffer_isSupported; # introduced=29
DAHardwareBuffer.cpp470 int AHardwareBuffer_isSupported(const AHardwareBuffer_Desc* desc) { in AHardwareBuffer_isSupported() function
/frameworks/native/libs/nativewindow/include/android/
Dhardware_buffer.h593 int AHardwareBuffer_isSupported(const AHardwareBuffer_Desc* _Nonnull desc) __INTRODUCED_IN(29);
/frameworks/native/libs/nativewindow/rust/src/
Dlib.rs65 let status = unsafe { ffi::AHardwareBuffer_isSupported(&buffer_desc) }; in is_supported()
/frameworks/base/core/jni/
Dandroid_hardware_HardwareBuffer.cpp126 return AHardwareBuffer_isSupported(&desc); in android_hardware_HardwareBuffer_isSupported()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp790 if (AHardwareBuffer_isSupported(&desc)) { in GetPhysicalDeviceSurfaceFormatsKHR()
807 if (AHardwareBuffer_isSupported(&desc)) { in GetPhysicalDeviceSurfaceFormatsKHR()
834 if (AHardwareBuffer_isSupported(&desc)) { in GetPhysicalDeviceSurfaceFormatsKHR()
851 if (AHardwareBuffer_isSupported(&desc)) { in GetPhysicalDeviceSurfaceFormatsKHR()
875 if (AHardwareBuffer_isSupported(&desc) && rgba10x6_formats_ext) { in GetPhysicalDeviceSurfaceFormatsKHR()
1516 if (AHardwareBuffer_isSupported(&ahb_desc)) { in getProducerUsage()
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_arm64.cc127 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
494 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_isSupported); in init_stub_library()
Dstubs_riscv64.cc127 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
494 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_isSupported); in init_stub_library()
Dstubs_arm.cc127 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
494 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_isSupported); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt184 AHardwareBuffer_isSupported; # introduced=29