Home
last modified time | relevance | path

Searched defs:device (Results 551 - 575 of 5990) sorted by relevance

1...<<21222324252627282930>>...240

/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/
H A Dfb_device.cpp42 auto device = std::make_shared<FbDevice>(fd); in Create() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dregister_hdi_device_v1_0.cpp60 std::shared_ptr<Device> device = CreateSharedPtr<HDIDeviceV1_0>(iDevice); in HDIDeviceV1_0Creator() local
H A Dregister_hdi_device_v2_0.cpp77 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 Dnn_backend_test.cpp80 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 Dhdinnrtdevice_fuzzer.cpp32 OHOS::sptr<V2_0::INnrtDevice> device = new V2_0::NnrtDeviceImpl(); in HdiNnrtDeviceFuzzTest() local
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.cpp61 auto device = deviceTypes->GetArrayItem(index); in Parse() local
/foundation/arkui/ui_lite/frameworks/common/
H A Dinput_device_manager.cpp37 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 Dbluetooth_gatt_manager.cpp110 std::vector<BluetoothGattDevice> device; in GetConnectedDevices() local
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hid_host.h57 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
[all...]
H A Dbluetooth_pan.h57 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 Dclassic_battery_observer.cpp35 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 Daudio_engine_manager.cpp26 void AudioEngineManager::AddRenderer(std::shared_ptr<IRendererStream> stream, DeviceInfo device) in AddRenderer() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_sampler_gles.cpp26 GpuSamplerGLES::GpuSamplerGLES(Device& device, const GpuSamplerDesc& desc) : device_((DeviceGLES&)device), desc_(desc) in GpuSamplerGLES() argument
H A Dgpu_resource_util_gles.cpp44 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 Dplatform_hardware_buffer_util.cpp37 VkDevice device = platData.device; in CreateHwPlatformImage() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/
H A Dapp_select_router.cpp27 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 Drs_vulkan_context_test.cpp129 VkDevice device = VK_NULL_HANDLE; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp36 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 Dplatform_hardware_buffer_util.cpp37 VkDevice device = platData.device; in CreateHwPlatformImage() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp37 VkDevice device = platData.device; in CreateHwPlatformImage() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_frame_sync_vk.cpp33 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 Dgpu_sampler_vk.cpp46 GpuSamplerVk::GpuSamplerVk(Device& device, const GpuSamplerDesc& desc) : device_(device), desc_(desc) in GpuSamplerVk() argument
95 const VkDevice device in ~GpuSamplerVk() local
[all...]
H A Dgpu_query_vk.cpp28 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 Dgpu_program_vk.cpp39 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 Dplatform_gpu_image_vk.cpp111 const VkDevice device = devicePlat.device; in DestroyPlatformHwBuffer() local

Completed in 9 milliseconds

1...<<21222324252627282930>>...240