HomeSort by relevance Sort by last modified time
    Searched refs:sNumInts (Results 1 - 6 of 6) 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/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/msm7k/libgralloc-qsd8k/
gralloc_priv.h 124 static const int sNumInts = 10;
133 numInts = sNumInts;
147 h->numInts != sNumInts || h->numFds != sNumFds ||
  /hardware/qcom/display/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,
mapper.cpp 327 private_handle_t::sNumFds, private_handle_t::sNumInts);

Completed in 1204 milliseconds