| /device/google/tangorpro-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))  argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h)))  argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)  argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))  argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \  argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))  argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE…  argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)  argument [all …] 
 | 
| /device/google/lynx-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w)			(__ALIGN_UP((w), 64))  argument 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 93 #define NV12N_CBCR_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 94 #define NV12N_CBCR_BASE(base, w, h)		\  argument 96 #define NV12N_10B_Y_8B_SIZE(w, h)		\  argument 98 #define NV12N_10B_Y_2B_SIZE(w, h)		\  argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h)		\  argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h)		\  argument 104 #define NV12N_10B_CBCR_BASE(base, w, h)		\  argument 107 #define YUV420N_Y_SIZE(w, h)			\  argument [all …] 
 | 
| /device/google/pantah-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))  argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h)))  argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)  argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))  argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \  argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))  argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE…  argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)  argument [all …] 
 | 
| /device/google/shusky-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))  argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h)))  argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)  argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))  argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \  argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))  argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE…  argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)  argument [all …] 
 | 
| /device/google/raviole-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))  argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h)))  argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)  argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))  argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \  argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))  argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE…  argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)  argument [all …] 
 | 
| /device/google/pantah-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w)			(__ALIGN_UP((w), 64))  argument 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 93 #define NV12N_CBCR_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 94 #define NV12N_CBCR_BASE(base, w, h)		\  argument 96 #define NV12N_10B_Y_8B_SIZE(w, h)		\  argument 98 #define NV12N_10B_Y_2B_SIZE(w, h)		\  argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h)		\  argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h)		\  argument 104 #define NV12N_10B_CBCR_BASE(base, w, h)		\  argument 107 #define YUV420N_Y_SIZE(w, h)			\  argument [all …] 
 | 
| /device/google/felix-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w)			(__ALIGN_UP((w), 64))  argument 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 93 #define NV12N_CBCR_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 94 #define NV12N_CBCR_BASE(base, w, h)		\  argument 96 #define NV12N_10B_Y_8B_SIZE(w, h)		\  argument 98 #define NV12N_10B_Y_2B_SIZE(w, h)		\  argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h)		\  argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h)		\  argument 104 #define NV12N_10B_CBCR_BASE(base, w, h)		\  argument 107 #define YUV420N_Y_SIZE(w, h)			\  argument [all …] 
 | 
| /device/google/shusky-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w)			(__ALIGN_UP((w), 64))  argument 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 93 #define NV12N_CBCR_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 94 #define NV12N_CBCR_BASE(base, w, h)		\  argument 96 #define NV12N_10B_Y_8B_SIZE(w, h)		\  argument 98 #define NV12N_10B_Y_2B_SIZE(w, h)		\  argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h)		\  argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h)		\  argument 104 #define NV12N_10B_CBCR_BASE(base, w, h)		\  argument 107 #define YUV420N_Y_SIZE(w, h)			\  argument [all …] 
 | 
| /device/google/raviole-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w)			(__ALIGN_UP((w), 64))  argument 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 93 #define NV12N_CBCR_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 94 #define NV12N_CBCR_BASE(base, w, h)		\  argument 96 #define NV12N_10B_Y_8B_SIZE(w, h)		\  argument 98 #define NV12N_10B_Y_2B_SIZE(w, h)		\  argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h)		\  argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h)		\  argument 104 #define NV12N_10B_CBCR_BASE(base, w, h)		\  argument 107 #define YUV420N_Y_SIZE(w, h)			\  argument [all …] 
 | 
| /device/google/bluejay-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))  argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h)))  argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)  argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))  argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \  argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))  argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE…  argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)  argument [all …] 
 | 
| /device/google/felix-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))  argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h)))  argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)  argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))  argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \  argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))  argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE…  argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)  argument [all …] 
 | 
| /device/google/lynx-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))  argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h)))  argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)  argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))  argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \  argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))  argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE…  argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)  argument [all …] 
 | 
| /device/google/tangorpro-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w)			(__ALIGN_UP((w), 64))  argument 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 93 #define NV12N_CBCR_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 94 #define NV12N_CBCR_BASE(base, w, h)		\  argument 96 #define NV12N_10B_Y_8B_SIZE(w, h)		\  argument 98 #define NV12N_10B_Y_2B_SIZE(w, h)		\  argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h)		\  argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h)		\  argument 104 #define NV12N_10B_CBCR_BASE(base, w, h)		\  argument 107 #define YUV420N_Y_SIZE(w, h)			\  argument [all …] 
 | 
| /device/google/bluejay-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w)			(__ALIGN_UP((w), 64))  argument 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument 93 #define NV12N_CBCR_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)  argument 94 #define NV12N_CBCR_BASE(base, w, h)		\  argument 96 #define NV12N_10B_Y_8B_SIZE(w, h)		\  argument 98 #define NV12N_10B_Y_2B_SIZE(w, h)		\  argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h)		\  argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h)		\  argument 104 #define NV12N_10B_CBCR_BASE(base, w, h)		\  argument 107 #define YUV420N_Y_SIZE(w, h)			\  argument [all …] 
 | 
| /device/google/contexthub/firmware/os/algos/common/math/ | 
| D | vec.h | 54   float x, y, z, w;  member 66 static inline void vec3Add(struct Vec3 *v, const struct Vec3 *w) {  in vec3Add() 76                                const struct Vec3 *w) {  in vec3AddVecs() 86 static inline void vec3Sub(struct Vec3 *v, const struct Vec3 *w) {  in vec3Sub() 96                                const struct Vec3 *w) {  in vec3SubVecs() 114 static inline float vec3Dot(const struct Vec3 *v, const struct Vec3 *w) {  in vec3Dot() 149                              const struct Vec3 *w) {  in vec3Cross() 170                             float w) {  in initVec4()
  | 
| D | vec.c | 55 void vecAdd(float *u, const float *v, const float *w, size_t dim) {  in vecAdd() 65 void vecAddInPlace(float *v, const float *w, size_t dim) {  in vecAddInPlace() 74 void vecSub(float *u, const float *v, const float *w, size_t dim) {  in vecSub() 112 float vecDot(const float *v, const float *w, size_t dim) {  in vecDot()
  | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ | 
| D | extended_min_max.inl | 43 		T const & w 55 		typename C<T>::T const & w 67 		C<T> const & w 110 		T const & w 122 		typename C<T>::T const & w 134 		C<T> const & w
  | 
| /device/linaro/dragonboard/qcom/qrtr/src/ | 
| D | waiter.c | 134 	struct waiter *w;  in waiter_create()  local 144 void waiter_destroy(struct waiter *w)  in waiter_destroy() 160 void waiter_synchronize(struct waiter *w)  in waiter_synchronize() 186 void waiter_wait(struct waiter *w)  in waiter_wait() 264 int waiter_wait_timeout(struct waiter *w, unsigned int ms)  in waiter_wait_timeout() 301 struct waiter_ticket *waiter_add_null(struct waiter *w)  in waiter_add_null() 325 struct waiter_ticket *waiter_add_fd(struct waiter *w, int fd)  in waiter_add_fd() 338 struct waiter_ticket *waiter_add_timeout(struct waiter *w, unsigned int ms)  in waiter_add_timeout() 353 	struct waiter *w = ticket->waiter;  in waiter_ticket_delete()  local
  | 
| /device/linaro/hikey/gralloc960/ | 
| D | mali_gralloc_bufferaccess.cpp | 36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h,  in mali_gralloc_lock() 72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w,  in mali_gralloc_lock_ycbcr() 222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w,  in mali_gralloc_lock_async() 235                                   int w, int h, android_ycbcr *ycbcr, int32_t fence_fd)  in mali_gralloc_lock_ycbcr_async() 249 …                           int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd)  in mali_gralloc_lock_flex_async()
  | 
| D | mali_gralloc_module.cpp | 92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h,  in gralloc_lock() 100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w,  in gralloc_lock_ycbcr() 115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w,  in gralloc_lock_async() 124                                     int w, int h, android_ycbcr *ycbcr, int32_t fence_fd)  in gralloc_lock_ycbcr_async()
  | 
| /device/amlogic/yukawa/hal/gralloc/ | 
| D | mali_gralloc_bufferaccess.cpp | 36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h,  in mali_gralloc_lock() 72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w,  in mali_gralloc_lock_ycbcr() 222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w,  in mali_gralloc_lock_async() 235                                   int w, int h, android_ycbcr *ycbcr, int32_t fence_fd)  in mali_gralloc_lock_ycbcr_async() 249 …                           int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd)  in mali_gralloc_lock_flex_async()
  | 
| D | mali_gralloc_module.cpp | 92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h,  in gralloc_lock() 100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w,  in gralloc_lock_ycbcr() 115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w,  in gralloc_lock_async() 124                                     int w, int h, android_ycbcr *ycbcr, int32_t fence_fd)  in gralloc_lock_ycbcr_async()
  | 
| /device/linaro/hikey/gralloc/ | 
| D | gralloc_module.cpp | 281 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vad…  in gralloc_lock() 330 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct and…  in gralloc_lock_ycbcr() 465 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vad…  in gralloc_lock_async() 489 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct and…  in gralloc_lock_async_ycbcr()
  | 
| /device/google/cuttlefish/host/libs/confui/ | 
| D | host_renderer.h | 41   TeeUiFrameWrapper(const int w, const int h, const teeui::Color color)  in TeeUiFrameWrapper() 55   static std::uint32_t ScreenSizeInBytes(const int w, const int h) {  in ScreenSizeInBytes()
  | 
| /device/google/cuttlefish/host/libs/wayland/ | 
| D | wayland_compositor.cpp | 41                 int32_t w,  in region_add() 61                      int32_t w,  in region_subtract() 102                     int32_t w,  in surface_damage() 164                            int32_t w,  in surface_damage_buffer()
  |