Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DNdkUtils.cpp24 if (AHardwareBuffer_allocate(&desc, &buffer) != 0) { in allocateAHardwareBuffer()
/frameworks/libs/native_bridge_support/libnativewindow/
Dstubs_arm64.cc21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate);
86 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_allocate); in init_stub_library()
Dstubs_arm.cc21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate);
86 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_allocate); in init_stub_library()
/frameworks/native/libs/nativewindow/tests/
DAHardwareBufferTest.cpp121 EXPECT_EQ(0, AHardwareBuffer_allocate(&desc, &buffer)); in TEST()
148 int res = AHardwareBuffer_allocate(&desc, &ahb1); in TEST()
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt4 AHardwareBuffer_allocate;
DAHardwareBuffer.cpp43 int AHardwareBuffer_allocate(const AHardwareBuffer_Desc* desc, AHardwareBuffer** outBuffer) { in AHardwareBuffer_allocate() function
396 int result = AHardwareBuffer_allocate(&trialDesc, &trialBuffer); in AHardwareBuffer_isSupported()
/frameworks/native/services/sensorservice/tests/
Dsensorservicetest.cpp79 AHardwareBuffer_allocate(&desc, &hardwareBuffer); in testInvalidSharedMem_NoCrash()
/frameworks/native/libs/nativewindow/include/android/
Dhardware_buffer.h376 int AHardwareBuffer_allocate(const AHardwareBuffer_Desc* _Nonnull desc,
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.cpp163 int result = AHardwareBuffer_allocate(&desc, &newBuffer); in acquireFallbackBuffer()
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc120 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate);
454 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_allocate); in init_stub_library()
Dstubs_arm64.cc120 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate);
454 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_allocate); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt165 AHardwareBuffer_allocate; # introduced=26
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp411 int ret = AHardwareBuffer_allocate(&desc, &buffer); in GetYuv420FlexibleLayout()