Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc4/src/allocator/
H A Dmali_gralloc_ion.cpp752 retval = exynos_ion_import_handle(dev->client(), hnd->fds[idx], &hnd->ion_handles[idx]); in import_exynos_ion_handles()
756 … dev->client(), idx, hnd->ion_handles[idx], format_name(hnd->alloc_format), hnd->alloc_format); in import_exynos_ion_handles()
767 if (hnd->ion_handles[idx]) in import_exynos_ion_handles()
769 exynos_ion_free_handle(dev->client(), hnd->ion_handles[idx]); in import_exynos_ion_handles()
782 if (hnd->ion_handles[idx]) in free_exynos_ion_handles()
784 if (hnd->ion_handles[idx] && in free_exynos_ion_handles()
785 exynos_ion_free_handle(dev->client(), hnd->ion_handles[idx])) in free_exynos_ion_handles()
788 dev->client(), idx, hnd->ion_handles[idx], format_name(hnd->alloc_format), hnd->alloc_format); in free_exynos_ion_handles()
/aosp12/hardware/google/gchips/gralloc4/src/
H A Dmali_gralloc_buffer.h216 int ion_handles[3]; member
273 memset(ion_handles, 0, sizeof(ion_handles)); in private_handle_t()
H A Dmali_gralloc_buffer4.h216 int ion_handles[3]; member
273 memset(ion_handles, 0, sizeof(ion_handles)); in private_handle_t()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_ion.cpp1142 retval = exynos_ion_import_handle(ion_client, hnd->fds[idx], &hnd->ion_handles[idx]); in import_exynos_ion_handles()
1156 if (hnd->ion_handles[idx]) in import_exynos_ion_handles()
1158 exynos_ion_free_handle(ion_client, hnd->ion_handles[idx]); in import_exynos_ion_handles()
1170 if (hnd->ion_handles[idx]) in free_exynos_ion_handles()
1172 if (ion_client > 0 && hnd->ion_handles[idx] > 0 && in free_exynos_ion_handles()
1173 exynos_ion_free_handle(ion_client, hnd->ion_handles[idx])) in free_exynos_ion_handles()
1176 ion_client, idx, hnd->ion_handles[idx], (uint32_t)hnd->internal_format); in free_exynos_ion_handles()
H A Dmali_gralloc_buffer.h277 ion_user_handle_t ion_handles[3] = {0, 0, 0};
/aosp12/hardware/google/gchips/include/
H A Dgralloc1_priv.h321 ion_user_handle_t ion_handles[3]; member
H A Dgralloc3_priv.h321 ion_user_handle_t ion_handles[3]; member