HomeSort by relevance Sort by last modified time
    Searched defs:NumInts (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8909/gralloc/
gr_priv_handle.h 98 static inline int NumInts() {
136 numInts = NumInts();
154 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() ||
159 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(),
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_priv_handle.h 99 static inline int NumInts() {
137 numInts = NumInts();
155 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() ||
160 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(),
  /hardware/qcom/display/msm8996/libgralloc1/
gr_priv_handle.h 92 static inline int NumInts() {
130 numInts = NumInts();
148 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() ||
153 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(),
  /hardware/qcom/display/msm8998/libgralloc1/
gr_priv_handle.h 94 static inline int NumInts() {
132 numInts = NumInts();
150 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() ||
155 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(),

Completed in 231 milliseconds