Searched refs:NumInts (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_priv_handle.h | 92 static inline int NumInts() { in NumInts() function 118 numInts = NumInts(); in fd() 134 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 137 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_priv_handle.h | 94 static inline int NumInts() { in NumInts() function 132 numInts = NumInts(); in fd() 154 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 157 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
D | gr_buf_mgr.cpp | 534 native_handle_create(private_handle_t::kNumFds, private_handle_t::NumInts())); in Perform()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_priv_handle.h | 92 static inline int NumInts() { in NumInts() function 130 numInts = NumInts(); in fd() 148 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 153 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
D | gr_buf_mgr.cpp | 542 native_handle_create(private_handle_t::kNumFds, private_handle_t::NumInts())); in Perform()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_priv_handle.h | 99 static inline int NumInts() { in NumInts() function 137 numInts = NumInts(); in fd() 155 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 160 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
D | gr_buf_mgr.cpp | 559 native_handle_create(private_handle_t::kNumFds, private_handle_t::NumInts())); in Perform()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_priv_handle.h | 98 static inline int NumInts() { in NumInts() function 136 numInts = NumInts(); in fd() 154 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 159 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
D | gr_buf_mgr.cpp | 562 native_handle_create(private_handle_t::kNumFds, private_handle_t::NumInts())); in Perform()
|