HomeSort by relevance Sort by last modified time
    Searched defs:sNumInts (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 82 static inline int sNumInts() {
93 numInts = sNumInts();
103 h->numInts != sNumInts() || h->numFds != sNumFds ||
  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 188 static const int sNumInts = 12;
202 numInts = sNumInts;
216 h->numInts != sNumInts || h->numFds != sNumFds ||
223 h ? h->numInts : -1, sNumInts,
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 228 static const int sNumInts = (6 + (3 * (sizeof(size_t)/sizeof(int))) +
243 numInts = sNumInts;
257 h->numInts != sNumInts || h->numFds != sNumFds ||
265 h ? h->numInts : -1, sNumInts,
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 230 static inline int sNumInts() {
246 numInts = sNumInts();
260 h->numInts != sNumInts() || h->numFds != sNumFds ||
268 h ? h->numInts : -1, sNumInts(),
  /hardware/qcom/display/msm8909/libgralloc/
gralloc_priv.h 231 static inline int sNumInts() {
247 numInts = sNumInts();
263 h->numInts != sNumInts() || h->numFds != sNumFds ||
271 h ? h->numInts : -1, sNumInts(),
  /hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h 245 static inline int sNumInts() {
264 numInts = sNumInts();
278 h->numInts != sNumInts() || h->numFds != sNumFds ||
286 h ? h->numInts : -1, sNumInts(),
  /hardware/qcom/display/msm8996/libgralloc/
gralloc_priv.h 248 static inline int sNumInts() {
267 numInts = sNumInts();
277 h->numInts != sNumInts() || h->numFds != sNumFds ||
285 h ? h->numInts : -1, sNumInts(),
  /hardware/qcom/display/msm8998/libgralloc/
gralloc_priv.h 255 static inline int sNumInts() {
271 numInts = sNumInts();
303 h->numInts != sNumInts() || h->numFds != sNumFds ||
311 h ? h->numInts : -1, sNumInts(),

Completed in 490 milliseconds