OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mappedPid
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h
47
mappedPid
(0),
101
int
mappedPid
; // process id which succeeded gralloc_register call
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
545
if (cb->ashmemSize > 0 && cb->
mappedPid
!= getpid()) {
552
cb->
mappedPid
= getpid();
582
if (cb->ashmemSize > 0 && cb->
mappedPid
== getpid()) {
590
cb->
mappedPid
= 0;
Completed in 86 milliseconds