Searched refs:get_dataspace (Results 1 – 11 of 11) sorted by relevance
150 static int get_dataspace(buffer_handle_t);
55 void get_dataspace(const private_handle_t *hnd, std::optional<Dataspace> *dataspace);
72 void get_dataspace(const private_handle_t *hnd, std::optional<Dataspace> *dataspace) in get_dataspace() function
152 common::get_dataspace(hnd, &dataspace); in getStandardMetadataHelper()
507 get_dataspace(handle, &dataspace); in get_metadata()
50 int32_t get_dataspace(
197 int32_t cros_gralloc_buffer::get_dataspace(std::optional<Dataspace> *dataspace) const in get_dataspace() function in cros_gralloc_buffer
83 int VendorGraphicBufferMeta::get_dataspace(buffer_handle_t hnd) in get_dataspace() function in VendorGraphicBufferMeta
129 int VendorGraphicBufferMeta::get_dataspace(buffer_handle_t hnd) { in get_dataspace() function in VendorGraphicBufferMeta
401 if (crosBuffer->get_dataspace(&dataspace)) { in getStandardMetadata()
524 int ret = crosBuffer->get_dataspace(&dataspace); in get()