Home
last modified time | relevance | path

Searched refs:device (Results 3826 - 3850 of 4113) sorted by relevance

1...<<151152153154155156157158159160>>...165

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp882 for (auto device : pairDevice) { in GetPairedDevicesInner()
883 reply.WriteParcelable(&device); in GetPairedDevicesInner()
918 sptr<BluetoothRawAddress> device = data.ReadStrongParcelable<BluetoothRawAddress>(); in RemovePairInner() local
919 int32_t result = RemovePair(transport, device); in RemovePairInner()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp82 MMI_HILOGI("Report device change task, event type:%{public}s, deviceid:%{public}d", in EmitAddedDeviceEvent()
125 MMI_HILOGI("Report device change task, event type:%{public}s, deviceid:%{public}d", in EmitRemoveDeviceEvent()
362 void JsEventTarget::EmitJsDev(sptr<JsUtil::CallbackInfo> cb, std::shared_ptr<InputDevice> device) in EmitJsDev() argument
365 CHKPV(device); in EmitJsDev()
368 cb->data.device = device; in EmitJsDev()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp93 std::vector<uint8_t> device; in GetLogInfoByStatement() local
94 (void)SQLiteUtils::GetColumnBlobValue(statement, index++, device); // 1 is device in GetLogInfoByStatement()
95 DBCommon::VectorToString(device, logInfo.device); in GetLogInfoByStatement()
239 std::string sql = "SELECT data_key, device, ori_device, timestamp, wtimestamp, flag, hash_key, cloud_gid," in GetQueryLogSql()
830 errCode = SQLiteUtils::BindTextToStatement(insertLogStmt, 2, GetDev()); // 2 is device in BindValueToInsertLogStatement()
832 LOGE("Bind device to insert log statement failed, %d", errCode); in BindValueToInsertLogStatement()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp56 "device BLOB," \
60 "UNIQUE(device, ori_device));" \
68 "device BLOB," \
81 "device BLOB," \
85 "UNIQUE(device, ori_device));" \
93 "device BLOB," \
886 * @tc.desc: Test upgrade distributed table with device table exists
898 * @tc.desc: Test upgrade distributed table with device table exists
1107 * @tc.desc: Test remove device data
1136 * @tc.steps:step3. Remove device dat in HWTEST_F()
1196 AddDeviceSchema(RelationalVirtualDevice *device, sqlite3 *db, const std::string &name) AddDeviceSchema() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp236 ZLOGW("remove device data status:%{public}d, user:%{public}d, bundleName:%{public}s, " in DoClean()
685 int32_t CloudServiceImpl::OnReady(const std::string &device) in OnReady() argument
688 if (device != DeviceManagerAdapter::CLOUD_DEVICE_UUID) { in OnReady()
703 int32_t CloudServiceImpl::Offline(const std::string &device) in Offline() argument
705 if (device != DeviceManagerAdapter::CLOUD_DEVICE_UUID) { in Offline()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp57 std::string device; member
260 context->device = JSUtils::Convert2String(env, arg); in ParseDevice()
261 std::shared_ptr<Error> paramError = std::make_shared<ParamTypeError>("device", "a non empty string."); in ParseDevice()
262 RDB_CHECK_RETURN_CALL_RESULT(!context->device.empty(), context->SetError(paramError)); in ParseDevice()
1157 auto name = obj->rdbStore_->ObtainDistributedTableName(context->device, context->tableName, errCode); in ObtainDistributedTableName()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py638 for index, device in enumerate(devices, 1):
641 value = device.get(key, "")
656 tds.append("<td class='normal device-{}'>{}</td>".format(key, td_content))
662 <th class="normal device-index">#</th>
663 <th class="normal device-sn">SN</th>
664 <th class="normal device-model">Model</th>
665 <th class="normal device-type">Type</th>
666 <th class="normal device-platform">Platform</th>
667 <th class="normal device-version">Version</th>
668 <th class="normal device
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c115 * Checks compatibility of the device wsi_dev with the device the X server
118 * This returns true when no device could be retrieved from the X server or when
119 * the information for the X server device indicate that it is the same device.
129 /* Open the DRI3 device from the X server. If we do not retrieve one we in wsi_x11_check_dri3_compatible()
130 * assume our local device is compatible. in wsi_x11_check_dri3_compatible()
1541 result = chain->base.wsi->WaitForFences(chain->base.device, 1, in x11_manage_fifo_queues()
1946 VkDevice device, in x11_surface_create_swapchain()
1970 * - device characteristic in x11_surface_create_swapchain()
1945 x11_surface_create_swapchain(VkIcdSurfaceBase *icd_surface, VkDevice device, struct wsi_device *wsi_device, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks* pAllocator, struct wsi_swapchain **swapchain_out) x11_surface_create_swapchain() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp122 deBool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument
126 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
366 const VkDevice device, in makeRenderPass()
450 return RenderPassWrapper(pipelineConstructionType, vk, device, &renderPassInfo); in makeRenderPass()
365 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const PipelineConstructionType pipelineConstructionType, const VkFormat colorFormat, const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperationColor, const VkAttachmentLoadOp loadOperationDepthStencil) makeRenderPass() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1107 context.getDevice(), // const VkDevice device in createPipeline()
1597 const vk::VkDevice device = m_context.getDevice(); in iterate() local
1609 submitCommandsAndWait(vkd, device, queue, m_cmdBuffer.get()); in iterate()
1616 invalidateAlloc(vkd, device, *m_readImageMem[0]); in iterate()
1650 invalidateAlloc(vkd, device, *m_readImageMem[outNdx]); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndirectTest.cpp347 // Check device for multidraw support: in IndirectDraw()
467 const vk::VkDevice device = m_context.getDevice(); in iterate() local
759 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
818 const vk::VkDevice device = m_context.getDevice(); in iterate() local
1106 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h669 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
670 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name);
674 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
675 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name);
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h669 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
670 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name);
674 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
675 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name);
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h660 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
661 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name);
665 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
666 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp128 deBool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument
132 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat()
373 const VkDevice device, in makeRenderPass()
456 return createRenderPass(vk, device, &renderPassInfo, DE_NULL); in makeRenderPass()
372 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperationColor, const VkAttachmentLoadOp loadOperationDepthStencil) makeRenderPass() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1107 context.getDevice(), // const VkDevice device in createPipeline()
1597 const vk::VkDevice device = m_context.getDevice(); in iterate() local
1609 submitCommandsAndWait(vkd, device, queue, m_cmdBuffer.get()); in iterate()
1616 invalidateAlloc(vkd, device, *m_readImageMem[0]); in iterate()
1650 invalidateAlloc(vkd, device, *m_readImageMem[outNdx]); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp140 const VkDevice device, in makeRenderPass()
151 return MultiView::makeRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat); in makeRenderPass()
153 return MultiView::makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, samples, colorLoadOp, dsFormat); in makeRenderPass()
160 const VkDevice device, in makeRenderPassWithAttachments()
168 return MultiView::makeRenderPassWithAttachments<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, false); in makeRenderPassWithAttachments()
170 return MultiView::makeRenderPassWithAttachments<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, true); in makeRenderPassWithAttachments()
177 const VkDevice device, in makeRenderPassWithDepth()
186 return MultiView::makeRenderPassWithDepth<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth()
188 return MultiView::makeRenderPassWithDepth<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vk, device, colorFormat, viewMasks, dsFormat); in makeRenderPassWithDepth()
252 ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocato
139 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, RenderingType renderingType, const VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT, const VkAttachmentLoadOp colorLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR, const VkFormat dsFormat = VK_FORMAT_UNDEFINED) makeRenderPass() argument
159 makeRenderPassWithAttachments(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, RenderingType renderingType) makeRenderPassWithAttachments() argument
176 makeRenderPassWithDepth(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkFormat dsFormat, RenderingType renderingType) makeRenderPassWithDepth() argument
267 ImageAttachment(VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkExtent3D extent, VkFormat colorFormat, const VkSampleCountFlagBits samples) ImageAttachment() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1268 VkDevice device = vkContext.GetDevice(); in MakeBackendTexture() local
1279 if (vkContext.vkCreateImage(device, &imageInfo, nullptr, &image) != VK_SUCCESS) { in MakeBackendTexture()
1284 vkContext.vkGetImageMemoryRequirements(device, image, &memRequirements); in MakeBackendTexture()
1294 if (vkContext.vkAllocateMemory(device, &allocInfo, nullptr, &memory) != VK_SUCCESS) { in MakeBackendTexture()
1298 vkContext.vkBindImageMemory(device, image, memory, 0); in MakeBackendTexture()
/test/xts/hats/hdf/audio/idl/common/adapter_additional/src/
H A Daudio_adapter_common_test.cpp736 source.ext.device.desc = (char *)""; in HWTEST_F()
738 sink.ext.device.type = PIN_OUT_EARPIECE; in HWTEST_F()
739 sink.ext.device.desc = (char *)"pin_out_earpiece"; in HWTEST_F()
743 sink.ext.device.moduleId = static_cast<int32_t>(0); in HWTEST_F()
744 sink.ext.device.desc = (char *)""; in HWTEST_F()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c9 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout.
80 #include "device.h"
96 #define BLKGETSIZE _IO(0x12,96) /* Get device size in 512-byte blocks. */
99 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */
155 int blkdev_out; /* output file is block device */
357 " Efficiently clone NTFS to a sparse file, image, device or standard output.\n" in usage()
507 err_printf("You must specify a device file.\n");
568 "block device does not usually "
2140 Printf("Image device size : %lld bytes\n",
2150 static void check_if_mounted(const char *device, unsigne argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp2346 // The rect is already in device space so we pass in kTopLeft so no flip is done. in copySurfaceAsCopyImage()
2417 // The rect is already in device space so we pass in kTopLeft so no flip is done. in copySurfaceAsBlit()
2431 // The rect is already in device space so we pass in kTopLeft so no flip is done. in copySurfaceAsResolve()
2719 VK_CALL(GetBlurImageSizeHUAWEI(this->device(), &drawBlurImageInfo, &hpsDimension)); in GetHpsDimension()
2815 VK_CALL_RET(result, CreateFence(this->device(), &createInfo, nullptr, &fence)); in insertFence()
2821 VK_CALL(DestroyFence(this->device(), fence, nullptr)); in insertFence()
2833 VK_CALL_RET(result, WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, 0)); in waitFence()
2838 VK_CALL(DestroyFence(this->device(), (VkFence)fence, nullptr)); in deleteFence()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.c112 void volkLoadDevice(VkDevice device) in volkLoadDevice() argument
114 loadedDevice = device; in volkLoadDevice()
115 volkGenLoadDevice(device, vkGetDeviceProcAddrStub); in volkLoadDevice()
123 void volkLoadDeviceTable(struct VolkDeviceTable* table, VkDevice device) in volkLoadDeviceTable() argument
125 volkGenLoadDeviceTable(table, device, vkGetDeviceProcAddrStub); in volkLoadDeviceTable()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp648 TCU_THROW(NotSupportedError, "format not supported by device as vertex buffer attribute format"); in FragmentOutExecutor()
856 static Move<VkDescriptorSetLayout> createEmptyDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device) in createEmptyDescriptorSetLayout() argument
866 return createDescriptorSetLayout(vkd, device, &createInfo); in createEmptyDescriptorSetLayout()
869 static Move<VkDescriptorPool> createEmptyDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createEmptyDescriptorPool() argument
885 return createDescriptorPool(vkd, device, &createInfo); in createEmptyDescriptorPool()
888 static Move<VkDescriptorSet> allocateSingleDescriptorSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout) in allocateSingleDescriptorSet() argument
898 return allocateDescriptorSet(vkd, device, &allocInfo); in allocateSingleDescriptorSet()
1233 vkDevice, // const VkDevice device in execute()
1481 TCU_THROW(NotSupportedError, "Geometry shader type not supported by device"); in GeometryShaderExecutor()
3114 TCU_THROW(NotSupportedError, "Tessellation shader is not supported by device"); in TessellationExecutor()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp648 TCU_THROW(NotSupportedError, "format not supported by device as vertex buffer attribute format"); in FragmentOutExecutor()
856 static Move<VkDescriptorSetLayout> createEmptyDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device) in createEmptyDescriptorSetLayout() argument
866 return createDescriptorSetLayout(vkd, device, &createInfo); in createEmptyDescriptorSetLayout()
869 static Move<VkDescriptorPool> createEmptyDescriptorPool (const DeviceInterface& vkd, VkDevice device) in createEmptyDescriptorPool() argument
885 return createDescriptorPool(vkd, device, &createInfo); in createEmptyDescriptorPool()
888 static Move<VkDescriptorSet> allocateSingleDescriptorSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout) in allocateSingleDescriptorSet() argument
898 return allocateDescriptorSet(vkd, device, &allocInfo); in allocateSingleDescriptorSet()
1233 vkDevice, // const VkDevice device in execute()
1481 TCU_THROW(NotSupportedError, "Geometry shader type not supported by device"); in GeometryShaderExecutor()
3114 TCU_THROW(NotSupportedError, "Tessellation shader is not supported by device"); in TessellationExecutor()
[all...]
/third_party/backends/backend/
H A Dmicrotek2.c179 /* free up device list */ in sane_exit()
477 sanei_config_attach_matching_devices(md_config_temp->device, in sane_init()
479 if ( md_config_temp->next ) /* go to next device, if existent */ in sane_init()
514 DBG(30, "sane_open: device='%s'\n", name); in sane_open()
521 /* add_device_list() returns a pointer to the device struct if */ in sane_open()
522 /* the device is known or newly added, else it returns NULL */ in sane_open()
531 DBG(10, "sane_open: invalid device name '%s'\n", name); in sane_open()
703 DBG(30, "add_device_list: device='%s'\n", hdev); in add_device_list()
705 /* check, if device is already known */ in add_device_list()
711 DBG(30, "add_device_list: device ' in add_device_list()
1442 char *device; do_authorization() local
4277 scsi_inquiry(Microtek2_Info *mi, char *device) scsi_inquiry() argument
4360 scsi_read_attributes(Microtek2_Info *pmi, char *device, uint8_t scan_source) scsi_read_attributes() argument
[all...]

Completed in 78 milliseconds

1...<<151152153154155156157158159160>>...165