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

1 2 3

  /hardware/ti/omap4xxx/ion/
Android.mk 7 LOCAL_SRC_FILES := ion.c
  /system/core/libion/
Android.mk 4 LOCAL_SRC_FILES := ion.c
14 LOCAL_SRC_FILES := ion.c ion_test.c
ion.c 2 * ion.c
4 * Memory Allocator functions for ion
20 #define LOG_TAG "ion"
30 #include <linux/ion.h>
31 #include <ion/ion.h>
35 int fd = open("/dev/ion", O_RDWR);
37 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");
  /hardware/ti/omap4-aah/ion/
Android.mk 9 LOCAL_SRC_FILES := ion.c
18 LOCAL_SRC_FILES := ion.c ion_test.c
27 LOCAL_SRC_FILES := ion.c ion_test_2.c
ion.c 2 * ion.c
4 * Memory Allocator functions for ion
20 #define LOG_TAG "ion"
30 #include <linux/ion.h>
31 #include <ion/ion.h>
35 int fd = open("/dev/ion", O_RDWR);
37 ALOGE("open /dev/ion failed!\n");
ion_test.c 14 #include <ion/ion.h>
15 #include <linux/ion.h>
62 printf("ion alloc test: passed\n");
  /system/core/libion/tests/
formerly_valid_handle_test.cpp 21 #include <ion/ion.h>
ion_test_fixture.cpp 19 #include <ion/ion.h>
Android.mk 20 LOCAL_MODULE := ion-unit-tests
allocate_test.cpp 21 #include <ion/ion.h>
map_test.cpp 21 #include <ion/ion.h>
  /hardware/ti/omap4xxx/domx/domx/
Android.mk 18 $(HARDWARE_TI_OMAP4_BASE)/ion/ \
  /system/core/libion/include/ion/
ion.h 2 * ion.c
4 * Memory Allocator functions for ion
25 #include <linux/ion.h>
  /hardware/ti/omap4-aah/domx/domx/
Android.mk 20 $(HARDWARE_TI_OMAP4_BASE)/ion/ \
  /hardware/samsung_slsi/exynos5/gralloc/
mapper.cpp 35 #include <ion/ion.h>
36 #include <linux/ion.h>
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 27 #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/msm8x74/kernel-headers/linux/
msm_ion.h 21 #include <linux/ion.h>
  /hardware/ti/omap4-aah/system-core-headers-ti/ion/
ion.h 2 * ion.c
4 * Memory Allocator functions for ion
24 #include <linux/ion.h>
  /hardware/ti/omap4xxx/camera/
Android.mk 62 hardware/ti/omap4xxx/ion \
116 hardware/ti/omap4xxx/ion \
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/
Android.mk 13 LOCAL_CFLAGS += -include $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/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

Completed in 673 milliseconds

1 2 3