Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h52 void with_each_buffer(const std::function<void(cros_gralloc_buffer *)> &function);
Dcros_gralloc_driver.cc630 void cros_gralloc_driver::with_each_buffer( in with_each_buffer() function in cros_gralloc_driver
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Mapper.cc1027 mDriver->with_each_buffer( in dumpBuffers()