Searched refs:outBufferHandles (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/ui/ |
D | Gralloc3.cpp | 366 buffer_handle_t* outBufferHandles, bool importBuffers) const { in allocate() argument 388 &outBufferHandles[i]); in allocate() 391 mMapper.freeBuffer(outBufferHandles[j]); in allocate() 392 outBufferHandles[j] = nullptr; in allocate() 399 outBufferHandles[i] = native_handle_clone( in allocate() 401 if (!outBufferHandles[i]) { in allocate() 404 outBufferHandles[j]); in allocate() 407 outBufferHandles[j] = nullptr; in allocate()
|
D | Gralloc2.cpp | 379 buffer_handle_t* outBufferHandles, bool importBuffers) const { in allocate() argument 405 &outBufferHandles[i]); in allocate() 408 mMapper.freeBuffer(outBufferHandles[j]); in allocate() 409 outBufferHandles[j] = nullptr; in allocate() 416 outBufferHandles[i] = native_handle_clone( in allocate() 418 if (!outBufferHandles[i]) { in allocate() 421 outBufferHandles[j]); in allocate() 424 outBufferHandles[j] = nullptr; in allocate()
|
D | Gralloc4.cpp | 1079 buffer_handle_t* outBufferHandles, bool importBuffers) const { in allocate() argument 1101 &outBufferHandles[i]); in allocate() 1104 mMapper.freeBuffer(outBufferHandles[j]); in allocate() 1105 outBufferHandles[j] = nullptr; in allocate() 1112 outBufferHandles[i] = native_handle_clone( in allocate() 1114 if (!outBufferHandles[i]) { in allocate() 1117 outBufferHandles[j]); in allocate() 1120 outBufferHandles[j] = nullptr; in allocate()
|
/frameworks/native/libs/ui/tests/mock/ |
D | MockGrallocAllocator.h | 39 buffer_handle_t* outBufferHandles, bool less),
|
/frameworks/native/libs/ui/include/ui/ |
D | Gralloc3.h | 86 uint32_t* outStride, buffer_handle_t* outBufferHandles,
|
D | Gralloc2.h | 85 uint32_t* outStride, buffer_handle_t* outBufferHandles,
|
D | Gralloc.h | 272 buffer_handle_t* outBufferHandles,
|
D | Gralloc4.h | 199 uint32_t* outStride, buffer_handle_t* outBufferHandles,
|