Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...100

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp103 void GenerateImageStorage(DeviceGLES& device, const GpuImageDesc& desc, GpuImagePlatformDataGL& plat) in GenerateImageStorage() argument
160 GpuImagePlatformDataGL GpuImageGLES::GetPlatformData(const DeviceGLES& device, Format format) in GetPlatformData() argument
166 GpuImageGLES::GpuImageGLES(Device& device, cons argument
227 GpuImageGLES(Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& platformData) GpuImageGLES() argument
[all...]
H A Dpipeline_state_object_gles.cpp151 GraphicsPipelineStateObjectGLES::GraphicsPipelineStateObjectGLES(Device& device, in GraphicsPipelineStateObjectGLES() argument
250 ComputePipelineStateObjectGLES::ComputePipelineStateObjectGLES(Device& device, in ComputePipelineStateObjectGLES() argument
/foundation/multimedia/audio_framework/test/fuzztest/audiomanager_fuzzer/
H A Daudio_manager_fuzzer.cpp157 DeviceType device = *reinterpret_cast<const DeviceType *>(data); in AudioGroupManagerFuzzTest() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_create_gpu_images.cpp245 const IDevice& device = renderNodeContextMgr_->GetRenderContext().GetDevice(); in GetClampedShadingRateTexelSize() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp82 inline uint64_t GetBufferDeviceAddress(const VkDevice device, const VkBuffer buffer) in GetBufferDeviceAddress() argument
181 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; AcquirePresentationInfo() local
[all...]
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_common.cpp77 CDeviceDescriptor *device = static_cast<CDeviceDescriptor *>(malloc(sizeof(CDeviceDescriptor) * deviceSize)); in Convert2CArrDeviceDescriptorByDeviceInfo() local
89 void InitializeDeviceRatesAndChannels(CDeviceDescriptor *device, const DeviceInfo &deviceInfo, int32_t *errorCode) in InitializeDeviceRatesAndChannels() argument
129 void Convert2CDeviceDescriptor(CDeviceDescriptor *device, cons argument
169 CDeviceDescriptor *device = static_cast<CDeviceDescriptor *>(malloc(sizeof(CDeviceDescriptor) * devices.size)); Convert2CArrDeviceDescriptor() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Ddisk_utils.cpp78 int GetMaxVolume(dev_t device) in GetMaxVolume() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/
H A Dhdiscreen_fuzzer.cpp113 HdiDevice *device = HdiDevice::GetInstance(); in DoSomethingInterestingWithMyAPI() local
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp165 CameraDevice *device = new (nothrow) CameraDevice((uint32_t)std::atoi(cameraId.c_str())); in CreateCamera() local
181 CameraDevice *device = GetCameraDevice(cameraId); in CloseCamera() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dscan_session.cpp44 sptr<CameraDevice> device = inputDevice->GetCameraDeviceInfo(); in AddOutput() local
77 sptr<CameraDevice> device = inputDeviceInfo; in IsBrightnessStatusSupported() local
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp55 auto device = libinput_event_get_device(event); in Normalize() local
98 void KeyEventNormalize::HandleKeyAction(struct libinput_device* device, KeyEvent::KeyItem &item, in HandleKeyAction() argument
128 void KeyEventNormalize::ResetKeyEvent(struct libinput_device* device) in ResetKeyEvent() argument
[all...]
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_transform_processor_test.cpp77 struct libinput_device *device = libinput_event_get_device(event); in SetupTouchscreen() local
89 struct libinput_device *device = libinput_event_get_device(event); in SetupUwbRemoteControl() local
199 struct libinput_device *device = nullptr; in HWTEST_F() local
265 auto device = libinput_event_get_device(event); in HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp59 auto device = libinput_event_get_device(event); in IsCrownEvent() local
88 auto device = libinput_event_get_device(event); in NormalizeRotateEvent() local
236 auto device = INPUT_DEV_MGR->GetInputDevice(pointerEvent_->GetDeviceId()); in DumpInner() local
[all...]
/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dlibinput_adapter.cpp69 int32_t LibinputAdapter::DeviceLedUpdate(struct libinput_device *device, int32_t funcKey, bool enable) in DeviceLedUpdate() argument
240 libinput_device* device = libinput_path_add_device(input_, path.c_str()); in OnDeviceAdded() local
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_transform_processor.cpp54 auto device = libinput_event_get_device(event); in OnEventTouchDown() local
270 auto device = INPUT_DEV_MGR->GetInputDevice(pointerEvent_->GetDeviceId()); in OnEvent() local
305 int32_t TouchTransformProcessor::GetTouchToolType(struct libinput_device *device) in GetTouchToolType() argument
284 GetTouchToolType(struct libinput_event_touch *data, struct libinput_device *device) GetTouchToolType() argument
[all...]
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
H A Dcrown_transform_processor_test.cpp75 struct libinput_device *device = libinput_event_get_device(event); in SetupCrown() local
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_test.cpp72 struct libinput_device *device = libinput_event_get_device(event); in SetupTouchpad() local
H A Dinput_event_handler_test.cpp81 struct libinput_device *device = libinput_event_get_device(event); in SetupTouchpad() local
H A Dkey_auto_repeat_test.cpp52 struct libinput_device *device = nullptr; in HWTEST_F() local
/foundation/multimodalinput/input/intention/adapters/input_adapter/src/
H A Dinput_adapter.cpp181 int32_t InputAdapter::AddVirtualInputDevice(std::shared_ptr<MMI::InputDevice> device, int32_t &deviceId) in AddVirtualInputDevice() argument
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp159 auto device = env_->GetDeviceManager().GetDevice(notice.deviceId); BroadcastHotPlugToRemote() local
180 RemoveRemoteInputDevice(const std::string &networkId, std::shared_ptr<IDevice> device) RemoveRemoteInputDevice() argument
191 AddRemoteInputDevice(const std::string &networkId, std::shared_ptr<IDevice> device) AddRemoteInputDevice() argument
213 DispDeviceInfo(std::shared_ptr<IDevice> device) DispDeviceInfo() argument
243 SerializeDevice(std::shared_ptr<IDevice> device, NetPacket &packet) SerializeDevice() argument
257 Transform(std::shared_ptr<IDevice> device) Transform() argument
287 auto device = GetRemoteDeviceById(networkId, remoteDeviceId); AddVirtualInputDevice() local
[all...]
/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Ddisc_client_on_device_found_test.cpp112 static int32_t CallbackOnServerDeviceFound(const char *pkgName, const DeviceInfo *device, in CallbackOnServerDeviceFound() argument
127 int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, uint32_t deviceLen) in ClientOnRefreshDeviceFound() argument
143 void LnnRefreshDeviceOnlineStateAndDevIdInfo(const char *pkgName, DeviceInfo *device, in LnnRefreshDeviceOnlineStateAndDevIdInfo() argument
[all...]
/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c128 static int32_t GetRemoteDeviceInfo(int32_t clientFd, const BluetoothRemoteDevice *device) in GetRemoteDeviceInfo() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dbus_center_client_proxy.c316 int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, in ClientOnRefreshDeviceFound() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp195 ClientOnRefreshDeviceFound( const char *pkgName, int32_t pid, const void *device, uint32_t deviceLen) ClientOnRefreshDeviceFound() argument

Completed in 14 milliseconds

1...<<21222324252627282930>>...100