Home
last modified time | relevance | path

Searched refs:set_dataspace (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h151 static int set_dataspace(buffer_handle_t hnd, android_dataspace_t dataspace);
/hardware/google/gchips/gralloc4/src/hidl_common/
DSharedMetadata.h56 void set_dataspace(const private_handle_t *hnd, const Dataspace &dataspace);
DSharedMetadata.cpp78 void set_dataspace(const private_handle_t *hnd, const Dataspace &dataspace) in set_dataspace() function
DMapperMetadata.cpp633 set_dataspace(handle, dataspace); in set_metadata()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp110 int VendorGraphicBufferMeta::set_dataspace(buffer_handle_t hnd, android_dataspace_t dataspace) in set_dataspace() function in VendorGraphicBufferMeta
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp142 int VendorGraphicBufferMeta::set_dataspace(buffer_handle_t hnd, in set_dataspace() function in VendorGraphicBufferMeta
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp280 common::set_dataspace(hnd, value); in setStandardMetadataHelper()