Searched refs:descInfo (Results 1 – 4 of 4) sorted by relevance
116 hidInf_.descInfo = std::make_unique<uint8_t[]>(descLength); in ParseHidDescInfo()117 … if (memcpy_s(hidInf_.descInfo.get(), descLength, attributeValue + offset, descLength) != EOK) { in ParseHidDescInfo()
606 hidInf_.descInfo = std::make_unique<uint8_t[]>(character.length_); in SaveReportMap()607 …if (memcpy_s(hidInf_.descInfo.get(), character.length_, character.value_.get(), character.length_)… in SaveReportMap()608 hidInf_.descInfo = nullptr; in SaveReportMap()
143 std::unique_ptr<uint8_t[]> descInfo = nullptr; member
204 ev.u.create.rd_data = hidInf.descInfo.get(); in SendHidInfo()