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),
105
int
mappedPid
; // process id which succeeded gralloc_register call
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
548
if (cb->ashmemSize > 0 && cb->
mappedPid
!= getpid()) {
555
cb->
mappedPid
= getpid();
585
if (cb->ashmemSize > 0 && cb->
mappedPid
== getpid()) {
593
cb->
mappedPid
= 0;
[
all
...]
Completed in 57 milliseconds