| /device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/ |
| H A D | fb_device.cpp | 42 auto device = std::make_shared<FbDevice>(fd);
in Create() local
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| H A D | register_hdi_device_v1_0.cpp | 60 std::shared_ptr<Device> device = CreateSharedPtr<HDIDeviceV1_0>(iDevice); in HDIDeviceV1_0Creator() local
|
| H A D | register_hdi_device_v2_0.cpp | 77 std::shared_ptr<Device> device = CreateSharedPtr<HDIDeviceV2_0>(iDevice); in HDIDeviceV2_0Creator() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/ |
| H A D | nn_backend_test.cpp | 80 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); in HWTEST_F() local 108 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); in HWTEST_F() local 129 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); in HWTEST_F() local 152 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 178 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 219 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 239 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 274 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 294 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 330 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 367 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 385 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 401 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 420 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 438 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 454 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 470 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 488 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 504 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 520 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 539 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 558 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local 580 std::shared_ptr<MockIDevice> device = std::make_shared<MockIDevice>(); HWTEST_F() local [all...] |
| /foundation/ai/neural_network_runtime/test/fuzztest/hdinnrtdevice_fuzzer/ |
| H A D | hdinnrtdevice_fuzzer.cpp | 32 OHOS::sptr<V2_0::INnrtDevice> device = new V2_0::NnrtDeviceImpl();
in HdiNnrtDeviceFuzzTest() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
| H A D | manifest_parser.cpp | 61 auto device = deviceTypes->GetArrayItem(index); in Parse() local
|
| /foundation/arkui/ui_lite/frameworks/common/ |
| H A D | input_device_manager.cpp | 37 void InputDeviceManager::Add(InputDevice* device) in Add() argument 46 void InputDeviceManager::Remove(InputDevice* device) in Remove() argument
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_gatt_manager.cpp | 110 std::vector<BluetoothGattDevice> device; in GetConnectedDevices() local
|
| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| H A D | bluetooth_hid_host.h | 57 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument [all...] |
| H A D | bluetooth_pan.h | 57 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
| H A D | classic_battery_observer.cpp | 35 void ClassicBatteryObserverHf::OnBatteryLevelChanged(const RawAddress &device, int batteryLevel) in OnBatteryLevelChanged() argument 41 void ClassicBatteryObserverHf::SetBatteryLevel(const RawAddress &device, int batteryLevel) const in SetBatteryLevel() argument 60 void ClassicBatteryObserverAg::OnHfBatteryLevelChanged(const RawAddress &device, int indValue) in OnHfBatteryLevelChanged() argument 66 void ClassicBatteryObserverAg::SetBatteryLevel(const RawAddress &device, int batteryLevel) const in SetBatteryLevel() argument [all...] |
| /foundation/multimedia/audio_framework/services/audio_service/server/src/ |
| H A D | audio_engine_manager.cpp | 26 void AudioEngineManager::AddRenderer(std::shared_ptr<IRendererStream> stream, DeviceInfo device) in AddRenderer() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | gpu_sampler_gles.cpp | 26 GpuSamplerGLES::GpuSamplerGLES(Device& device, const GpuSamplerDesc& desc) : device_((DeviceGLES&)device), desc_(desc) in GpuSamplerGLES() argument
|
| H A D | gpu_resource_util_gles.cpp | 44 void DebugBufferNameGLES(const IDevice& device, const GpuBuffer& buffer, const string_view name) in DebugBufferNameGLES() argument 53 void DebugImageNameGLES(const IDevice& device, const GpuImage& image, const string_view name) in DebugImageNameGLES() argument 61 void DebugSamplerNameGLES(const IDevice& device, const GpuSampler& sampler, const string_view name) in DebugSamplerNameGLES() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/ |
| H A D | platform_hardware_buffer_util.cpp | 37 VkDevice device = platData.device; in CreateHwPlatformImage() local
|
| /foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/ |
| H A D | app_select_router.cpp | 27 unique_ptr<AudioDeviceDescriptor> device = in GetMediaRenderDevice() local 34 unique_ptr<AudioDeviceDescriptor> device = in GetCallRenderDevice() local 41 unique_ptr<AudioDeviceDescriptor> device = in GetCallCaptureDevice() local 55 unique_ptr<AudioDeviceDescriptor> device = in GetRecordCaptureDevice() local 62 unique_ptr<AudioDeviceDescriptor> device = in GetToneRenderDevice() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
| H A D | rs_vulkan_context_test.cpp | 129 VkDevice device = VK_NULL_HANDLE; in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | gpu_resource_util.cpp | 36 void CopyGpuResource(const IDevice& device, const GpuResourceManager& gpuResourceMgr, const RenderHandle handle, in CopyGpuResource() argument 62 void DebugBufferName(const IDevice& device, const GpuBuffer& buffer, const BASE_NS::string_view name) in DebugBufferName() argument 77 DebugImageName(const IDevice& device, const GpuImage& image, const BASE_NS::string_view name) DebugImageName() argument 92 DebugSamplerName(const IDevice& device, const GpuSampler& sampler, const BASE_NS::string_view name) DebugSamplerName() argument [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/ |
| H A D | platform_hardware_buffer_util.cpp | 37 VkDevice device = platData.device; in CreateHwPlatformImage() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/ |
| H A D | platform_hardware_buffer_util.cpp | 37 VkDevice device = platData.device; in CreateHwPlatformImage() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | render_frame_sync_vk.cpp | 33 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; variable 53 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~RenderFrameSyncVk() local 71 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; WaitForFrameFence() local [all...] |
| H A D | gpu_sampler_vk.cpp | 46 GpuSamplerVk::GpuSamplerVk(Device& device, const GpuSamplerDesc& desc) : device_(device), desc_(desc) in GpuSamplerVk() argument 95 const VkDevice device in ~GpuSamplerVk() local [all...] |
| H A D | gpu_query_vk.cpp | 28 GpuQueryVk::GpuQueryVk(Device& device, const GpuQueryDesc& desc) : device_(device), desc_(desc) in GpuQueryVk() argument 56 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; in ~GpuQueryVk() local 81 CreateGpuQueryVk(Device& device, const GpuQueryDesc& desc) CreateGpuQueryVk() argument [all...] |
| H A D | gpu_program_vk.cpp | 39 GpuShaderProgramVk::GpuShaderProgramVk(Device& device, const GpuShaderProgramCreateData& createData) in GpuShaderProgramVk() argument 92 GpuComputeProgramVk::GpuComputeProgramVk(Device& device, const GpuComputeProgramCreateData& createData) in GpuComputeProgramVk() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
| H A D | platform_gpu_image_vk.cpp | 111 const VkDevice device = devicePlat.device; in DestroyPlatformHwBuffer() local
|