diff options
| author | 2024-02-13 21:31:59 +0000 | |
|---|---|---|
| committer | 2024-02-13 21:31:59 +0000 | |
| commit | 098f68516fb28ca6ec419712422ddfa05a0339ef (patch) | |
| tree | aa54bc2aad7b5d79723d80bb25ed7ce63c315c73 /libs/nativewindow/AHardwareBuffer.cpp | |
| parent | 88a7173fe0de9e1cec58dc5a63df217a77221a2e (diff) | |
| parent | 3ff1417ebd71ac847ee180cf0354d3cb2047544e (diff) | |
Merge "Track API council feedback" into main
Diffstat (limited to 'libs/nativewindow/AHardwareBuffer.cpp')
| -rw-r--r-- | libs/nativewindow/AHardwareBuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/nativewindow/AHardwareBuffer.cpp b/libs/nativewindow/AHardwareBuffer.cpp index 745b6f30cc..52612870ab 100644 --- a/libs/nativewindow/AHardwareBuffer.cpp +++ b/libs/nativewindow/AHardwareBuffer.cpp @@ -586,7 +586,7 @@ int AHardwareBuffer_createFromHandle(const AHardwareBuffer_Desc* desc, return NO_ERROR; } -enum AHardwareBufferStatus AHardwareBuffer_allocate2( +enum AHardwareBufferStatus AHardwareBuffer_allocateWithOptions( const AHardwareBuffer_Desc* desc, const AHardwareBufferLongOptions* additionalOptions, size_t additionalOptionsSize, AHardwareBuffer** outBuffer) { (void)additionalOptions; |