Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc154 auto const_module = reinterpret_cast<const struct gralloc0_module *>(mod); in gralloc0_open() local
155 auto module = const_cast<struct gralloc0_module *>(const_module); in gralloc0_open()
176 auto const_module = reinterpret_cast<const struct gralloc0_module *>(module); in gralloc0_register_buffer() local
177 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_register_buffer()
226 auto const_module = reinterpret_cast<const struct gralloc0_module *>(module); in gralloc0_perform() local
227 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_perform()
340 auto const_module = reinterpret_cast<const struct gralloc0_module *>(module); in gralloc0_lock_async() local
341 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_lock_async()
391 auto const_module = reinterpret_cast<const struct gralloc0_module *>(module); in gralloc0_lock_async_ycbcr() local
392 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_lock_async_ycbcr()