Searched refs:AHardwareBuffer_allocate (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | NdkUtils.cpp | 24 if (AHardwareBuffer_allocate(&desc, &buffer) != 0) { in allocateAHardwareBuffer()
|
/frameworks/libs/native_bridge_support/libnativewindow/ |
D | stubs_arm64.cc | 21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate); 86 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_allocate); in init_stub_library()
|
D | stubs_arm.cc | 21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate); 86 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", AHardwareBuffer_allocate); in init_stub_library()
|
/frameworks/native/libs/nativewindow/tests/ |
D | AHardwareBufferTest.cpp | 121 EXPECT_EQ(0, AHardwareBuffer_allocate(&desc, &buffer)); in TEST() 148 int res = AHardwareBuffer_allocate(&desc, &ahb1); in TEST()
|
/frameworks/native/libs/nativewindow/ |
D | libnativewindow.map.txt | 4 AHardwareBuffer_allocate;
|
D | AHardwareBuffer.cpp | 43 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/ |
D | sensorservicetest.cpp | 79 AHardwareBuffer_allocate(&desc, &hardwareBuffer); in testInvalidSharedMem_NoCrash()
|
/frameworks/native/libs/nativewindow/include/android/ |
D | hardware_buffer.h | 376 int AHardwareBuffer_allocate(const AHardwareBuffer_Desc* _Nonnull desc,
|
/frameworks/base/libs/hwui/renderthread/ |
D | ReliableSurface.cpp | 163 int result = AHardwareBuffer_allocate(&desc, &newBuffer); in acquireFallbackBuffer()
|
/frameworks/libs/native_bridge_support/libandroid/ |
D | stubs_arm.cc | 120 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate); 454 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_allocate); in init_stub_library()
|
D | stubs_arm64.cc | 120 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate); 454 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_allocate); in init_stub_library()
|
/frameworks/base/native/android/ |
D | libandroid.map.txt | 165 AHardwareBuffer_allocate; # introduced=26
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 411 int ret = AHardwareBuffer_allocate(&desc, &buffer); in GetYuv420FlexibleLayout()
|