Searched refs:const_module (Results 1 – 1 of 1) sorted by relevance
174 auto const_module = reinterpret_cast<const struct gralloc0_module *>(mod); in gralloc0_open() local175 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() local197 auto mod = const_cast<struct gralloc0_module *>(const_module); in gralloc0_register_buffer()