From a422f35f04e9ec08bf7708a1dd5e61ba5ba14173 Mon Sep 17 00:00:00 2001 From: Naseer Ahmed Date: Fri, 1 Dec 2017 15:33:56 -0500 Subject: gralloc: Add allocator and mapper HALs Implement the hidl .hal interfaces directly instead of using the default shims. This is required since new additions to .hal will no longer be added to the legacy gralloc1 C header. Change-Id: If577a14f75d7d13da0ff656c96ab451d21c910ce --- gralloc/gr_ion_alloc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gralloc/gr_ion_alloc.h') diff --git a/gralloc/gr_ion_alloc.h b/gralloc/gr_ion_alloc.h index b25f509b..6a1fd7f6 100644 --- a/gralloc/gr_ion_alloc.h +++ b/gralloc/gr_ion_alloc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. + * Copyright (c) 2011-2018, The Linux Foundation. All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -34,7 +34,7 @@ #define FD_INIT -1 -namespace gralloc1 { +namespace gralloc { enum { CACHE_CLEAN = 0x1, @@ -79,6 +79,6 @@ class IonAlloc { int ion_dev_fd_; }; -} // namespace gralloc1 +} // namespace gralloc #endif // __GR_ION_ALLOC_H__ -- cgit v1.2.3