Home
last modified time | relevance | path

Searched refs:AHardwareBuffer_lockPlanes (Results 1 – 13 of 13) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libnativewindow/
Dstubs_arm64.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lockPlanes);
104 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_lockPlanes); in init_stub_library()
Dstubs_riscv64.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lockPlanes);
104 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_lockPlanes); in init_stub_library()
Dstubs_arm.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lockPlanes);
104 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_lockPlanes); in init_stub_library()
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt13 AHardwareBuffer_lockPlanes; # introduced=29
DAHardwareBuffer.cpp276 int AHardwareBuffer_lockPlanes(AHardwareBuffer* buffer, uint64_t usage, in AHardwareBuffer_lockPlanes() function
/frameworks/av/services/camera/virtualcamera/util/
DUtil.cc93 mLockStatus = static_cast<status_t>(AHardwareBuffer_lockPlanes( in PlanesLockGuard()
/frameworks/native/libs/nativewindow/include/android/
Dhardware_buffer.h570 int AHardwareBuffer_lockPlanes(AHardwareBuffer* _Nonnull buffer, uint64_t usage, int32_t fence,
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_arm64.cc130 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lockPlanes);
497 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_lockPlanes); in init_stub_library()
Dstubs_riscv64.cc130 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lockPlanes);
497 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_lockPlanes); in init_stub_library()
Dstubs_arm.cc130 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lockPlanes);
497 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_lockPlanes); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt187 AHardwareBuffer_lockPlanes; # introduced=29
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp472 ret = AHardwareBuffer_lockPlanes( in GetYuv420FlexibleLayout()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2640 int err = AHardwareBuffer_lockPlanes( in android_media_MediaCodec_mapHardwareBuffer()