Home
last modified time | relevance | path

Searched refs:outVirtualAddress (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/nativewindow/include/android/
Dhardware_buffer.h443 const ARect* _Nullable rect, void* _Nullable* _Nonnull outVirtualAddress)
555 void* _Nullable* _Nonnull outVirtualAddress,
/frameworks/native/libs/nativewindow/
DAHardwareBuffer.cpp97 int32_t fence, const ARect* rect, void** outVirtualAddress, in AHardwareBuffer_lockAndGetInfo() argument
137 …int result = gbuffer->lockAsync(usage, usage, bounds, outVirtualAddress, fence, &bytesPerPixel, &b… in AHardwareBuffer_lockAndGetInfo()
152 int32_t fence, const ARect* rect, void** outVirtualAddress) { in AHardwareBuffer_lock() argument
180 …return gbuffer->lockAsync(usage, usage, bounds, outVirtualAddress, fence, &bytesPerPixel, &bytesPe… in AHardwareBuffer_lock()