OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gralloc_alloc_buffer
(Results
1 - 3
of
3
) sorted by null
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc.cpp
52
static int
gralloc_alloc_buffer
(
function
108
int err =
gralloc_alloc_buffer
(dev, format, w, h, pHandle, pStrideInPixels);
/device/generic/goldfish/gralloc/
gralloc.cpp
46
static int
gralloc_alloc_buffer
(alloc_device_t* dev,
131
return
gralloc_alloc_buffer
(dev, bufferSize, newUsage, pHandle);
171
static int
gralloc_alloc_buffer
(alloc_device_t* dev,
function
245
err =
gralloc_alloc_buffer
(dev, size, usage, pHandle);
/device/linaro/hikey/gralloc/
alloc_device.cpp
122
static int
gralloc_alloc_buffer
(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle)
function
275
AERR("
gralloc_alloc_buffer
() does not support to allocate protected UMP memory.");
301
AERR("
gralloc_alloc_buffer
() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_handle, ump_id);
306
AERR("
gralloc_alloc_buffer
() failed to retrieve valid secure id. ump_handle = %p", ump_mem_handle);
313
AERR("
gralloc_alloc_buffer
() failed to map UMP memory. ump_handle = %p", ump_mem_handle);
320
AERR("
gralloc_alloc_buffer
() failed to allocate UMP memory. size:%d constraints: %d", size, constraints);
359
return
gralloc_alloc_buffer
(dev, bufferSize, newUsage, pHandle);
415
return
gralloc_alloc_buffer
(dev, bufferSize, newUsage, pHandle);
559
err =
gralloc_alloc_buffer
(dev, size, usage, pHandle);
Completed in 369 milliseconds