OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sNumInts
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/modules/gralloc/
gralloc_priv.h
82
static const int
sNumInts
= 6;
91
numInts =
sNumInts
;
101
h->numInts !=
sNumInts
|| h->numFds != sNumFds ||
/hardware/msm7k/libgralloc/
gralloc_priv.h
90
static const int
sNumInts
= 8;
99
numInts =
sNumInts
;
109
h->numInts !=
sNumInts
|| h->numFds != sNumFds ||
/hardware/msm7k/libgralloc-qsd8k/
gralloc_priv.h
124
static const int
sNumInts
= 10;
133
numInts =
sNumInts
;
147
h->numInts !=
sNumInts
|| h->numFds != sNumFds ||
Completed in 533 milliseconds