Home
last modified time | relevance | path

Searched defs:crosBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/minigbm/cros_gralloc/mapper_stablec/
H A DMapper.cpp300 mDriver->with_buffer(crosHandle, [&](cros_gralloc_buffer* crosBuffer) { in getStandardMetadata()
311 int32_t CrosGrallocMapperV5::getStandardMetadata(const cros_gralloc_buffer* crosBuffer, F&& provide, in getStandardMetadata()
484 mDriver->with_buffer(crosHandle, [&](cros_gralloc_buffer* crosBuffer) { in setStandardMetadata()
496 cros_gralloc_buffer* crosBuffer, typename StandardMetadata<TYPE>::value_type&& value) { in setStandardMetadata()
561 const cros_gralloc_buffer* crosBuffer, in dumpBuffer()
632 crosHandle, [&](cros_gralloc_buffer* crosBuffer) { dumpBuffer(crosBuffer, callback); }); in dumpBuffer()
643 mDriver->with_each_buffer([&](cros_gralloc_buffer* crosBuffer) { in dumpAllBuffers()
664 mDriver->with_buffer(crosHandle, [&](cros_gralloc_buffer* crosBuffer) { in getReservedRegion()
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/
H A DCrosGralloc4Mapper.cc424 mDriver->with_buffer(crosHandle, [&, this](cros_gralloc_buffer* crosBuffer) { in get()
430 Return<void> CrosGralloc4Mapper::get(const cros_gralloc_buffer* crosBuffer, in get()
618 mDriver->with_buffer(crosHandle, [&, this](cros_gralloc_buffer* crosBuffer) { in set()
625 Error CrosGralloc4Mapper::set(cros_gralloc_buffer* crosBuffer, const MetadataType& metadataType, in set()
972 mDriver->with_buffer(crosHandle, [&, this](cros_gralloc_buffer* crosBuffer) { in dumpBuffer()
978 Return<void> CrosGralloc4Mapper::dumpBuffer(const cros_gralloc_buffer* crosBuffer, in dumpBuffer()
1073 [&](cros_gralloc_buffer* crosBuffer) { dumpBuffer(crosBuffer, dumpBufferCallback); }); in dumpBuffers()
1104 mDriver->with_buffer(crosHandle, [&](cros_gralloc_buffer* crosBuffer) { in getReservedRegion()