HomeSort by relevance Sort by last modified time
    Searched refs:sNumInts (Results 1 - 10 of 10) 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/samsung_slsi/exynos5/include/
gralloc_priv.h 107 static const int sNumInts = 17;
119 numInts = sNumInts + 2;
131 numInts = sNumInts + 1;
143 numInts = sNumInts;
153 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,
mapper.cpp 326 private_handle_t::sNumFds, private_handle_t::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,
mapper.cpp 329 private_handle_t::sNumFds, private_handle_t::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,
mapper.cpp 319 private_handle_t::sNumFds, private_handle_t::sNumInts);
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 225 static const int sNumInts = 12;
239 numInts = sNumInts;
253 h->numInts != sNumInts || h->numFds != sNumFds ||
260 h ? h->numInts : -1, sNumInts,
mapper.cpp 291 private_handle_t::sNumFds, private_handle_t::sNumInts);

Completed in 221 milliseconds