Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h47 void for_each_handle(const std::function<void(cros_gralloc_handle_t)> &function);
Dcros_gralloc_driver.cc523 void cros_gralloc_driver::for_each_handle( in for_each_handle() function in cros_gralloc_driver
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Mapper.cc1015 mDriver->for_each_handle(handleCallback); in dumpBuffers()