Searched refs:sNumInts (Results 1 - 8 of 8) sorted by relevance

/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h82 static const int sNumInts = 6; member in struct:private_handle_t
91 numInts = sNumInts;
101 h->numInts != sNumInts || h->numFds != sNumFds ||
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h105 static const int sNumInts = 17; member in struct:private_handle_t
117 numInts = sNumInts + 2;
129 numInts = sNumInts + 1;
141 numInts = sNumInts;
151 hnd->numInts + hnd->numFds != sNumInts + sNumFds ||
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h187 static const int sNumInts = 12; member in struct:private_handle_t
201 numInts = sNumInts;
215 h->numInts != sNumInts || h->numFds != sNumFds ||
222 h ? h->numInts : -1, sNumInts,
H A Dmapper.cpp327 private_handle_t::sNumFds, private_handle_t::sNumInts);
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc_priv.h185 static const int sNumInts = 12; member in struct:private_handle_t
199 numInts = sNumInts;
213 h->numInts != sNumInts || h->numFds != sNumFds ||
220 h ? h->numInts : -1, sNumInts,
H A Dmapper.cpp330 private_handle_t::sNumFds, private_handle_t::sNumInts);
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc_priv.h186 static const int sNumInts = 12; member in struct:private_handle_t
200 numInts = sNumInts;
214 h->numInts != sNumInts || h->numFds != sNumFds ||
221 h ? h->numInts : -1, sNumInts,
H A Dmapper.cpp327 private_handle_t::sNumFds, private_handle_t::sNumInts);

Completed in 37 milliseconds