OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ashmemBase
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h
27
ashmemBase
(NULL),
79
int
ashmemBase
; // CPU address of the mapped ashmem region
/development/tools/emulator/opengl/system/gralloc/
gralloc.cpp
102
cb->
ashmemBase
= intptr_t(addr);
290
if (cb->ashmemSize > 0 && cb->
ashmemBase
) {
291
munmap((void *)cb->
ashmemBase
, cb->ashmemSize);
361
uint32_t *postCountPtr = (uint32_t *)cb->
ashmemBase
;
480
int err = munmap((void *)cb->
ashmemBase
, cb->ashmemSize);
485
cb->
ashmemBase
= NULL;
536
if (cb->ashmemBasePid != getpid() || !cb->
ashmemBase
) {
541
postCount = *((int *)cb->
ashmemBase
);
542
cpu_addr = (void *)(cb->
ashmemBase
+ sizeof(int));
545
cpu_addr = (void *)(cb->
ashmemBase
);
[
all
...]
Completed in 181 milliseconds