Home
last modified time | relevance | path

Searched refs:get_dataspace (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h150 static int get_dataspace(buffer_handle_t);
/aosp_15_r20/hardware/google/gchips/gralloc4/src/hidl_common/
DSharedMetadata.h55 void get_dataspace(const private_handle_t *hnd, std::optional<Dataspace> *dataspace);
DSharedMetadata.cpp72 void get_dataspace(const private_handle_t *hnd, std::optional<Dataspace> *dataspace) in get_dataspace() function
DMapper.cpp152 common::get_dataspace(hnd, &dataspace); in getStandardMetadataHelper()
DMapperMetadata.cpp507 get_dataspace(handle, &dataspace); in get_metadata()
/aosp_15_r20/external/minigbm/cros_gralloc/
H A Dcros_gralloc_buffer.h50 int32_t get_dataspace(
H A Dcros_gralloc_buffer.cc197 int32_t cros_gralloc_buffer::get_dataspace(std::optional<Dataspace> *dataspace) const in get_dataspace() function in cros_gralloc_buffer
/aosp_15_r20/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp83 int VendorGraphicBufferMeta::get_dataspace(buffer_handle_t hnd) in get_dataspace() function in VendorGraphicBufferMeta
/aosp_15_r20/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp129 int VendorGraphicBufferMeta::get_dataspace(buffer_handle_t hnd) { in get_dataspace() function in VendorGraphicBufferMeta
/aosp_15_r20/external/minigbm/cros_gralloc/mapper_stablec/
H A DMapper.cpp401 if (crosBuffer->get_dataspace(&dataspace)) { in getStandardMetadata()
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/
H A DCrosGralloc4Mapper.cc524 int ret = crosBuffer->get_dataspace(&dataspace); in get()