HomeSort by relevance Sort by last modified time
    Searched refs:ion (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/linux-kselftest/tools/testing/selftests/android/
run.sh 3 (cd ion; ./ion_test.sh)
Makefile 1 SUBDIRS := ion
  /system/core/libion/tests/
formerly_valid_handle_test.cpp 21 #include <ion/ion.h>
ion_test_fixture.cpp 19 #include <ion/ion.h>
allocate_test.cpp 22 #include <ion/ion.h>
map_test.cpp 21 #include <ion/ion.h>
exit_test.cpp 21 #include <ion/ion.h>
invalid_values_test.cpp 21 #include <ion/ion.h>
104 /* invalid ion fd */
107 /* invalid ion fd */
120 /* invalid ion fd */
123 /* invalid ion fd */
145 /* invalid ion fd */
148 /* invalid ion fd */
162 /* invalid ion fd */
165 /* invalid ion fd *
    [all...]
  /device/linaro/hikey/gralloc960/
gralloc_module_ion.cpp 33 #include <linux/ion.h>
34 #include <ion/ion.h>
60 * 2) a second user process should get a ion fd greater than 0.
64 /* a second user process must obtain a client handle first via ion_open before it can obtain the shared ion buffer*/
69 AERR( "Could not open ion device for handle: %p", hnd );
alloc_ion.cpp 40 #include <linux/ion.h>
41 #include <ion/ion.h>
126 /* NOTE: if have this heap make sure your ION chunk size is 2M*/
137 * the customized ION implementation
162 AERR("ion count query failed with %s", strerror(errno));
176 AERR("Error querying heaps from ion %s", strerror(errno));
207 AERR("Protected ION memory is not supported on this platform.");
281 AERR("Failed to find an appropriate ion heap");
gralloc_priv.h 26 #include <linux/ion.h>
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ion_test.sh 34 DEVICE=/dev/ion
  /system/core/libion/include/ion/
ion.h 2 * ion.c
4 * Memory Allocator functions for ion
25 #include <linux/ion.h>
45 * Add 4.12+ kernel ION interfaces here for forward compatibility
46 * This should be needed till the pre-4.12+ ION interfaces are backported.
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
liveplot.py 8 plt.ion() # This allows for interactive plots, i.e. plots that do not block execution of the script
  /cts/hostsidetests/security/securityPatch/CVE-2016-8427/
poc.c 25 #include <linux/ion.h>
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_ion.h 21 #include <linux/ion.h>
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_ion.h 21 #include <linux/ion.h>
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h 19 #include <linux/ion.h>
26 * These are the only ids that should be used for Ion heap ids.
135 * @setup_region: function to be called upon ion registration
170 * @setup_region: function to be called upon ion registration
255 /* struct ion_flush_data - data passed to ion for flushing caches
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_ion.h 19 #include <linux/ion.h>
28 * These are the only ids that should be used for Ion heap ids.
135 * @setup_region: function to be called upon ion registration
170 * @setup_region: function to be called upon ion registration
255 /* struct ion_flush_data - data passed to ion for flushing caches
  /system/core/libion/
ion.c 2 * ion.c
4 * Memory Allocator functions for ion
20 #define LOG_TAG "ion"
24 #include <linux/ion.h>
33 #include <ion/ion.h>
57 int fd = open("/dev/ion", O_RDONLY | O_CLOEXEC);
58 if (fd < 0) ALOGE("open /dev/ion failed!\n");
ion_test.c 30 #include <ion/ion.h>
31 #include <linux/ion.h>
70 printf("ion alloc test: passed\n");
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 38 #include <linux/ion.h>
39 #include <ion/ion.h>
157 * 2) a second user process should get a ion fd greater than 0.
161 /* a second user process must obtain a client handle first via ion_open before it can obtain the shared ion buffer*/
166 AERR("Could not open ion device for handle: 0x%p", hnd);
alloc_device.cpp 42 #include <linux/ion.h>
43 #include <ion/ion.h>
635 AERR("ion count query failed with %s", strerror(errno));
649 AERR("Error querying heaps from ion %s", strerror(errno));
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc_common_public.h 29 #include <linux/ion.h>
203 * platforms use dma-buf or ion now, and for security reasons these allocators
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_common_public.h 29 #include <linux/ion.h>
203 * platforms use dma-buf or ion now, and for security reasons these allocators

Completed in 209 milliseconds

1 2 3