Home
last modified time | relevance | path

Searched refs:product (Results 1 - 17 of 17) sorted by relevance

/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/
H A Dhcs_macro_cases.c50 CHECK_STRING_EQU(HCS_PROP(node, product), g_fpData[index].product); \
64 CHECK_STRING_EQU(HCS_PROP(node, product), (fpArgs)[(idx)].product); \
77 const char *product; member
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Dipp_node.cpp427 std::shared_ptr<IBuffer>& product, in ClassifyOutputBuffer()
431 product = outBuffer; in ClassifyOutputBuffer()
450 product = *it; in ClassifyOutputBuffer()
453 product->SetCaptureId(inBuffers[0]->GetCaptureId()); in ClassifyOutputBuffer()
454 product->SetBufferStatus(inBuffers[0]->GetBufferStatus()); in ClassifyOutputBuffer()
425 ClassifyOutputBuffer(std::shared_ptr<IBuffer>& outBuffer, std::vector<std::shared_ptr<IBuffer>>& inBuffers, std::shared_ptr<IBuffer>& product, std::vector<std::shared_ptr<IBuffer>>& recycleBuffers) ClassifyOutputBuffer() argument
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.h77 uint16_t product; member
H A Dhdf_input_device_manager.h96 uint16_t product; member
H A Dhdf_hid_adapter.c178 inputDev->attrSet.id.product = info->product; in GetInfoFromCache()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_linux.c54 uint32_t AudioUsbGetUsbId(uint32_t vendor, uint32_t product) in AudioUsbGetUsbId() argument
56 // The usb id is composed of vendor id and product id. in AudioUsbGetUsbId()
57 return (((vendor) << USB_SHIFT_SIZE_16) | (product)); in AudioUsbGetUsbId()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
H A Dipp_node.h47 std::shared_ptr<IBuffer>& product,
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_config.h37 std::string product; member
/drivers/hdf_core/framework/model/audio/usb/include/
H A Daudio_usb_linux.h178 uint32_t AudioUsbGetUsbId(uint32_t vendor, uint32_t product);
/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h257 uint16_t product; /**< Product ID */ member
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dvirtual_device.cpp112 uinputDev_.id.product = productId_; in SetUp()
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h118 "attrSet.id.product: %{public}u attrSet.id.version: %{public}u ", in dumpInfoList()
123 in.detailInfo.attrSet.id.product, in.detailInfo.attrSet.id.version); in dumpInfoList()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp69 xmlChar* xmlProduct = xmlGetProp(rootNode, BAD_CAST"product"); in ParseThermalHdiXMLConfig()
71 this->thermal_.product = std::string(reinterpret_cast<char*>(xmlProduct)); in ParseThermalHdiXMLConfig()
73 THERMAL_HILOGD(COMP_HDI, "product: %{public}s", this->thermal_.product.c_str()); in ParseThermalHdiXMLConfig()
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp64 hdiDevInfo.attrSet.id.product = halDevInfo.attrSet.id.product; in TransferDevInfo()
/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp240 detailInfo->attrSet.id.product = inputId.product; in GetInputDeviceInfo()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_add_handler.py202 product=board, interface_name=peripheral_name)
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp286 printf("GetInputDevice001: busType = %u, vendor = %u, product = %u, version = %u\n", in HWTEST_F()
287 dev->attrSet.id.busType, dev->attrSet.id.vendor, dev->attrSet.id.product, dev->attrSet.id.version); in HWTEST_F()

Completed in 13 milliseconds