Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_helpers.h17 constexpr uint32_t cros_gralloc_magic = 0xABCDDCBA; variable
Dcros_gralloc_helpers.cc58 if (!hnd || hnd->magic != cros_gralloc_magic) in cros_gralloc_convert_handle()
Dcros_gralloc_driver.cc251 hnd->magic = cros_gralloc_magic; in allocate()