summaryrefslogtreecommitdiff
path: root/gralloc4/src/allocator/mali_gralloc_ion.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-08 03:24:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-08 03:24:23 +0000
commite0a993d22f7f6c79e82c6f57689cd418b379297e (patch)
tree31d7d476cb6102f3ab456f50d642d45b86dfaadf /gralloc4/src/allocator/mali_gralloc_ion.h
parentbd5d4183ff4b2fff72ee74e2ad61a1e393dd7be2 (diff)
parentcb7b2c0643e7eec8c59183ebdd0b1b64be56bc85 (diff)
Snap for 9905984 from cb7b2c0643e7eec8c59183ebdd0b1b64be56bc85 to udc-release
Change-Id: I658a607a4a63d445dff5288246b37b97933fe643
Diffstat (limited to 'gralloc4/src/allocator/mali_gralloc_ion.h')
-rw-r--r--gralloc4/src/allocator/mali_gralloc_ion.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gralloc4/src/allocator/mali_gralloc_ion.h b/gralloc4/src/allocator/mali_gralloc_ion.h
index 3877c5e..5f55c2f 100644
--- a/gralloc4/src/allocator/mali_gralloc_ion.h
+++ b/gralloc4/src/allocator/mali_gralloc_ion.h
@@ -32,9 +32,6 @@ int mali_gralloc_ion_sync_end(const private_handle_t * const hnd,
const bool read, const bool write);
int mali_gralloc_ion_map(private_handle_t *hnd);
void mali_gralloc_ion_unmap(private_handle_t *hnd);
-void mali_gralloc_ion_close(void);
int mali_gralloc_attr_allocate(void);
-int import_exynos_ion_handles(private_handle_t *hnd);
-void free_exynos_ion_handles(private_handle_t *hnd);
#endif /* MALI_GRALLOC_ION_H_ */