/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/ |
H A D | display_gralloc_private.cpp | 26 bool Convert2PrivateHandle(const BufferHandle *handle, PrivateBufferHandle *privateHandle) in Convert2PrivateHandle() argument
|
H A D | dmabufferheap_allocator.cpp | 34 int32_t DmaBufferHeapAllocator::Allocate(const BufferInfo &bufferInfo, BufferHandle &handle) in Allocate() argument
|
H A D | display_gralloc.cpp | 20 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() argument 28 static void FreeMem(BufferHandle *handle) in FreeMem() argument 35 static void *Mmap(BufferHandle *handle) in Mmap() argument 42 Unmap(BufferHandle *handle) Unmap() argument 49 FlushCache(BufferHandle *handle) FlushCache() argument 56 InvalidateCache(BufferHandle *handle) InvalidateCache() argument [all...] |
H A D | drm_allocator.cpp | 42 int32_t DrmAllocator::Allocate(const BufferInfo &bufferInfo, BufferHandle &handle) in Allocate() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/ |
H A D | tde_handle.h | 37 hi_s32 handle; member [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | rockchip_ion.h | 26 ion_user_handle_t handle; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | rockchip_ion.h | 26 ion_user_handle_t handle; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | mpp_vb_hal.h | 34 HI_U64 handle; /* buffer identification, must be unique in current process. invalid value is member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | mpp_vb_hal.h | 34 HI_U64 handle; /* buffer identification, must be unique in current process. invalid value is member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/include/ |
H A D | sal_inf.h | 32 hi_u32 handle; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_cache_policy.c | 39 void kbase_sync_single_for_device(struct kbase_device *kbdev, dma_addr_t handle, size_t size, in kbase_sync_single_for_device() argument 51 void kbase_sync_single_for_cpu(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) in kbase_sync_single_for_cpu() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_cache_policy.c | 53 void kbase_sync_single_for_device(struct kbase_device *kbdev, dma_addr_t handle, in kbase_sync_single_for_device() argument 60 void kbase_sync_single_for_cpu(struct kbase_device *kbdev, dma_addr_t handle, in kbase_sync_single_for_cpu() argument
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_cache_policy.c | 55 void kbase_sync_single_for_device(struct kbase_device *kbdev, dma_addr_t handle, size_t size, in kbase_sync_single_for_device() argument 61 void kbase_sync_single_for_cpu(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) in kbase_sync_single_for_cpu() argument
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_Library.c | 38 void *Rockchip_OSAL_dlsym(void *handle, const char *symbol) in Rockchip_OSAL_dlsym() argument 43 int Rockchip_OSAL_dlclose(void *handle) in Rockchip_OSAL_dlclose() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_cache_policy.c | 43 void kbase_sync_single_for_device(struct kbase_device *kbdev, dma_addr_t handle, in kbase_sync_single_for_device() argument 55 void kbase_sync_single_for_cpu(struct kbase_device *kbdev, dma_addr_t handle, in kbase_sync_single_for_cpu() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/ |
H A D | hi_drv_compat.c | 23 hi_s32 klad_load_hard_key(hi_u32 handle, hi_u32 ca_type, const hi_u8 *key, hi_u32 key_len) in klad_load_hard_key() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/ |
H A D | tde_handle.c | 66 hi_void tde_get_handle(hi_handle_mgr *res, hi_s32 *handle) in tde_get_handle() argument 89 hi_bool tde_query_handle(hi_s32 handle, hi_handle_mgr **res) in tde_query_handle() argument 123 tde_release_handle(hi_s32 handle) tde_release_handle() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_timer.h | 56 hi_u32 handle; member
|
/device/soc/hisilicon/common/hal/display/source/utils/include/ |
H A D | display_module_loader.h | 29 void *handle = dlopen(pathName.c_str(), RTLD_NOW | RTLD_NOLOAD);
in Create() local 39 explicit DisplayModuleLoader(void *handle) : handle_(handle) {}
in DisplayModuleLoader() argument
|
/device/soc/rockchip/common/hardware/display/src/display_gralloc/ |
H A D | display_gralloc.c | 22 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() argument 35 void FreeMem(BufferHandle *handle) in FreeMem() argument 46 void *Mmap(BufferHandle *handle) in Mmap() argument 57 Unmap(BufferHandle *handle) Unmap() argument 68 FlushCache(BufferHandle *handle) FlushCache() argument 79 InvalidateCache(BufferHandle *handle) InvalidateCache() argument [all...] |
H A D | hi_gbm_internal.h | 35 uint32_t handle; member
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
H A D | display_gralloc.c | 22 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() argument 35 void FreeMem(BufferHandle *handle) in FreeMem() argument 46 void *Mmap(BufferHandle *handle) in Mmap() argument 57 Unmap(BufferHandle *handle) Unmap() argument 68 FlushCache(BufferHandle *handle) FlushCache() argument 79 InvalidateCache(BufferHandle *handle) InvalidateCache() argument [all...] |
H A D | hi_gbm_internal.h | 35 uint32_t handle; member
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
H A D | display_gralloc.c | 21 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() argument 28 void FreeMem(BufferHandle *handle) in FreeMem() argument 34 void *Mmap(BufferHandle *handle) in Mmap() argument 40 Unmap(BufferHandle *handle) Unmap() argument 46 FlushCache(BufferHandle *handle) FlushCache() argument 52 InvalidateCache(BufferHandle *handle) InvalidateCache() argument [all...] |
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_component_manager.cpp | 30 uintptr_t handle = reinterpret_cast<uintptr_t>(codecHandle); in AddToMppComponentManager() local 41 uintptr_t handle = reinterpret_cast<uintptr_t>(codecHandle); in FindInMppComponentManager() local 53 uintptr_t handle = reinterpret_cast<uintptr_t>(codecHandle); in RemoveFromMppComponentManager() local
|