Home
last modified time | relevance | path

Searched refs:const_module (Results 1 – 1 of 1) sorted by relevance

/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc174 auto const_module = reinterpret_cast<const struct gralloc0_module *>(mod); in gralloc0_open() local
175 auto module = const_cast<struct gralloc0_module *>(const_module); in gralloc0_open()
196 auto const_module = reinterpret_cast<const struct gralloc0_module *>(module); in gralloc0_register_buffer() local
197 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_register_buffer()