Searched refs:sNumInts (Results 1 – 10 of 10) sorted by relevance
/hardware/samsung_slsi/exynos5/include/ |
D | gralloc_priv.h | 107 static const int sNumInts = 17; member 119 numInts = sNumInts + 2; in private_handle_t() 131 numInts = sNumInts + 1; in private_handle_t() 143 numInts = sNumInts; in private_handle_t() 153 hnd->numInts + hnd->numFds != sNumInts + sNumFds || in validate()
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc_priv.h | 82 static inline int sNumInts() { in sNumInts() function 93 numInts = sNumInts(); in private_handle_t() 103 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | gralloc_priv.h | 185 static const int sNumInts = 12; member 199 numInts = sNumInts; in fd() 213 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 220 h ? h->numInts : -1, sNumInts, in validate()
|
D | mapper.cpp | 329 private_handle_t::sNumFds, private_handle_t::sNumInts); in gralloc_perform()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gralloc_priv.h | 187 static const int sNumInts = 12; member 201 numInts = sNumInts; in fd() 215 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 222 h ? h->numInts : -1, sNumInts, in validate()
|
D | mapper.cpp | 326 private_handle_t::sNumFds, private_handle_t::sNumInts); in gralloc_perform()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gralloc_priv.h | 225 static const int sNumInts = 12; member 239 numInts = sNumInts; in fd() 253 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 260 h ? h->numInts : -1, sNumInts, in validate()
|
D | mapper.cpp | 291 private_handle_t::sNumFds, private_handle_t::sNumInts); in gralloc_perform()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gralloc_priv.h | 228 static const int sNumInts = (6 + (3 * (sizeof(size_t)/sizeof(int))) + member 243 numInts = sNumInts; in fd() 257 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 265 h ? h->numInts : -1, sNumInts, in validate()
|
D | mapper.cpp | 319 private_handle_t::sNumFds, private_handle_t::sNumInts); in gralloc_perform()
|