HomeSort by relevance Sort by last modified time
    Searched defs:sNumInts (Results 1 - 6 of 6) 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/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/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/msm8994/libgralloc/
gralloc_priv.h 238 static inline int sNumInts() {
254 numInts = sNumInts();
268 h->numInts != sNumInts() || h->numFds != sNumFds ||
276 h ? h->numInts : -1, sNumInts(),

Completed in 113 milliseconds