Home
last modified time | relevance | path

Searched defs:handle (Results 101 - 125 of 4551) sorted by relevance

12345678910>>...183

/base/web/webview/ohos_nweb/src/
H A Dnweb_crashpad_handler_main.cpp39 void *handle = dlopen(libCrashpadHandler.c_str(), RTLD_NOW | RTLD_GLOBAL); in main() local
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Ddmabufferheap_allocator.cpp34 int32_t DmaBufferHeapAllocator::Allocate(const BufferInfo &bufferInfo, BufferHandle &handle) in Allocate() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dmpp_vb_hal.h34 HI_U64 handle; /* buffer identification, must be unique in current process. invalid value is member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dmpp_vb_hal.h34 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 Dsal_inf.h32 hi_u32 handle; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_cache_policy.c39 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 Dmali_kbase_cache_policy.c53 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 Dmali_kbase_cache_policy.c55 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 DRockchip_OSAL_Library.c38 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 Dmali_kbase_cache_policy.c43 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
/foundation/ability/form_fwk/test/unittest/fms_form_memmgr_client_test/
H A Dfms_form_memmgr_client_test.cpp60 void* handle = dlopen("libmemmgrclient.z.so", RTLD_LAZY); in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Daps_monitor_impl.cpp55 auto handle = dlopen(APS_CLIENT_SO.c_str(), RTLD_NOW); in LoadApsFuncOnce() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_engine_loader.cpp42 void* handle = dlopen(sharedLibrary, RTLD_LAZY); in GetJsBackendEngineLoader() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddownload_manager_ohos.cpp30 void* handle = dlopen(ACE_NET_WORK_NAME, RTLD_LAZY | RTLD_LOCAL); in CreateDownloadManager() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dnavigation_controller.cpp30 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in GetNavigationController() local
H A Dserializeable_object.cpp29 LIBHANDLE handle = LOADLIB(AceForwardCompatibility::GetAceLibName()); in CreateNodeObjectInner() local
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dcj_envsetup.cpp24 static void* FindSym(void* handle, const char* name) in FindSym() argument
39 static void* FindSym(void* handle, const char* name) in FindSym() argument
52 auto handle = OpenLib(LIB_NAME); in LoadInstance() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_backend.h33 RenderHandle handle; member
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_value_manager.h71 bool ConstructValues(CORE_NS::IPropertyHandle* handle) in ConstructValues() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_semaphore_gles.cpp30 GpuSemaphoreGles::GpuSemaphoreGles(Device& device, const uint64_t handle) in GpuSemaphoreGles() argument
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_pipeline_binder.h90 RenderHandleReference handle; member
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H A Dgpu_query_manager.cpp38 const EngineResourceHandle handle = in Create() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_semaphore_vk.cpp44 GpuSemaphoreVk::GpuSemaphoreVk(Device& device, const uint64_t handle) : device_(device), ownsResources_(false) in GpuSemaphoreVk() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/
H A Dutil.h37 AddEngineValuesRecursively( const IEngineValueManager::Ptr& m, CORE_NS::IPropertyHandle* handle, EngineValueOptions options = {}) AddEngineValuesRecursively() argument
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Ddir.cpp21 HANDLE handle; member

Completed in 5 milliseconds

12345678910>>...183