Searched refs:gralloc_handle_t (Results 1 – 2 of 2) sorted by relevance
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()
105 gralloc_handle_t *gr_handle = gralloc_handle(handle); in ImportBuffer()