OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ashmem_size
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/system/gralloc/
gralloc.cpp
148
int
ashmem_size
= 0;
local
189
ashmem_size
+= sizeof(uint32_t);
196
ashmem_size
+= (bpr * h);
200
D("gralloc_alloc
ashmem_size
=%d, tid %d\n",
ashmem_size
, gettid());
206
if (
ashmem_size
> 0) {
208
ashmem_size
= (
ashmem_size
+ (PAGE_SIZE-1)) & ~(PAGE_SIZE-1);
210
fd = ashmem_create_region("gralloc-buffer",
ashmem_size
);
217
cb_handle_t *cb = new cb_handle_t(fd,
ashmem_size
, usage
[
all
...]
/hardware/msm7k/libcamera/
QualcommCameraHardware.cpp
2035
int
ashmem_size
= buffer_size * num_buffers;
local
[
all
...]
Completed in 208 milliseconds