Searched refs:gralloc_handle_t (Results 1 – 3 of 3) sorted by relevance
34 #define gralloc_gbm_handle_t gralloc_handle_t35 #define gralloc_drm_handle_t gralloc_handle_t37 struct gralloc_handle_t { struct77 ((sizeof(struct gralloc_handle_t) - sizeof(native_handle_t))/sizeof(int)) \ argument80 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle) in gralloc_handle()82 return (struct gralloc_handle_t *)handle; in gralloc_handle()93 struct gralloc_handle_t *handle; in gralloc_handle_create()
33 #define gralloc_gbm_handle_t gralloc_handle_t34 #define gralloc_drm_handle_t gralloc_handle_t36 struct gralloc_handle_t { struct76 ((sizeof(struct gralloc_handle_t) - sizeof(native_handle_t))/sizeof(int)) \ argument79 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle) in gralloc_handle()81 return (struct gralloc_handle_t *)handle; in gralloc_handle()92 struct gralloc_handle_t *handle; in gralloc_handle_create()
167 gralloc_handle_t *gr_handle = gralloc_handle(handle); in GetBoInfo()