Home
last modified time | relevance | path

Searched refs:get_share_attr_fd (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/google/gchips/gralloc3/src/
H A Dgralloc_buffer_priv.cpp55 share_attr_fd = hnd->get_share_attr_fd(); in gralloc_buffer_attr_allocate()
134 share_attr_fd = hnd->get_share_attr_fd(); in gralloc_buffer_attr_free()
H A Dgralloc_buffer_priv.h78 share_attr_fd = hnd->get_share_attr_fd(); in gralloc_buffer_attr_map()
H A Dmali_gralloc_buffer.h479 int get_share_attr_fd() const in get_share_attr_fd() function
/aosp12/hardware/google/gchips/gralloc4/src/
H A Dmali_gralloc_buffer.h331 int get_share_attr_fd() const in get_share_attr_fd() function
353 int fd = get_share_attr_fd(); in close_share_attr_fd()
H A Dmali_gralloc_buffer4.h331 int get_share_attr_fd() const in get_share_attr_fd() function
353 int fd = get_share_attr_fd(); in close_share_attr_fd()
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/
H A Dvendor_graphicbuffer_meta.cpp94 int attr_fd = gralloc_hnd->get_share_attr_fd(); in get_dataspace()
121 int attr_fd = gralloc_hnd->get_share_attr_fd(); in set_dataspace()
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DAllocator.cpp88 MAP_SHARED, hnd->get_share_attr_fd(), 0); in allocate()
H A DMapper.cpp298 MAP_SHARED, private_handle->get_share_attr_fd(), 0); in importBuffer()
/aosp12/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
H A Dwrapper.cpp162 MAP_SHARED, hnd->get_share_attr_fd(), 0); in createNativeHandle()
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
H A Dvendor_graphicbuffer_meta.cpp85 return gralloc_hnd->get_share_attr_fd(); in get_video_metadata_fd()