Searched refs:ion_device (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 72 struct ion_device struct 81 ion_device &dev = get_inst(); in close() argument 91 static ion_device *get() in get() argument 93 ion_device &dev = get_inst(); in get() 149 ion_device() in ion_device() argument 154 static ion_device& get_inst() in get_inst() argument 156 static ion_device dev; in get_inst() 342 int ion_device::alloc_from_dmabuf_heap(const std::string& heap_name, size_t size, in alloc_from_dmabuf_heap() 359 int ion_device::alloc_from_ion_heap(uint64_t usage, size_t size, unsigned int flags, int *min_pgsz) in alloc_from_ion_heap() 390 int ion_device::open_and_query_ion() in open_and_query_ion() [all …]
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | ion.h | 69 struct ion_device; 148 struct ion_client *ion_client_create(struct ion_device *dev, 350 int ion_secure_heap(struct ion_device *dev, int heap_id, int version, 364 int ion_unsecure_heap(struct ion_device *dev, int heap_id, int version, 390 static inline struct ion_client *ion_client_create(struct ion_device *dev, in ion_client_create() 471 static inline int ion_secure_heap(struct ion_device *dev, int heap_id, in ion_secure_heap() 478 static inline int ion_unsecure_heap(struct ion_device *dev, int heap_id, in ion_unsecure_heap()
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
D | ion.h | 61 struct ion_device; 121 struct ion_client *ion_client_create(struct ion_device *dev,
|
/hardware/google/pixel-sepolicy/confirmationui_hal/ |
D | hal_confirmationui.te | 2 allow hal_confirmationui_server ion_device:chr_file r_file_perms;
|