HomeSort by relevance Sort by last modified time
    Searched defs:sNumInts (Results 1 - 5 of 5) 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/samsung_slsi/exynos5/include/
gralloc_priv.h 105 static const int sNumInts = 17;
117 numInts = sNumInts + 2;
129 numInts = sNumInts + 1;
141 numInts = sNumInts;
151 hnd->numInts + hnd->numFds != sNumInts + sNumFds ||
  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 187 static const int sNumInts = 12;
201 numInts = sNumInts;
215 h->numInts != sNumInts || h->numFds != sNumFds ||
222 h ? h->numInts : -1, sNumInts,
  /hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h 185 static const int sNumInts = 12;
199 numInts = sNumInts;
213 h->numInts != sNumInts || h->numFds != sNumFds ||
220 h ? h->numInts : -1, sNumInts,
  /hardware/qcom/display/msm8x26/libgralloc/
gralloc_priv.h 186 static const int sNumInts = 12;
200 numInts = sNumInts;
214 h->numInts != sNumInts || h->numFds != sNumFds ||
221 h ? h->numInts : -1, sNumInts,

Completed in 57 milliseconds