Searched refs:DeviceResourceAttr (Results 1 – 9 of 9) sorted by relevance
15 static struct DeviceResourceAttr *GetAttrInNode(const struct DeviceResourceNode *node, const char *… in GetAttrInNode()17 struct DeviceResourceAttr *attr = NULL; in GetAttrInNode()32 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetBool()58 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint8()71 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint16()84 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint32()97 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint64()108 static const char *GetArrayElem(const struct DeviceResourceAttr *attr, uint32_t index) in GetArrayElem()136 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint8ArrayElem()157 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint16ArrayElem()[all …]
68 struct DeviceResourceAttr *newAttr = NULL; in AddAttrInNode()69 struct DeviceResourceAttr *curAttr = NULL; in AddAttrInNode()74 newAttr = (struct DeviceResourceAttr *)(*treeMem); in AddAttrInNode()75 *treeMem += sizeof(struct DeviceResourceAttr); in AddAttrInNode()113 *treeLayerOrMemLen += sizeof(struct DeviceResourceAttr); in ParseByteCode()
18 struct DeviceResourceAttr attr; in DspGetServiceNameTest()42 struct DeviceResourceAttr attr; in DspGetDaiNameTest()
58 struct DeviceResourceAttr { struct61 …struct DeviceResourceAttr *next; /**< Pointer to the next attribute of the node in the config… argument73 struct DeviceResourceAttr *attrData; /**< Pointer to the node attributes */
120 const struct DeviceResourceAttr *extendedRegAttr = NULL; in ParseExtendedAlsRegConfig()
913 struct DeviceResourceAttr *pp = NULL; in HcsTestTraverseAttrInNodeSuccess()940 struct DeviceResourceAttr *pp = NULL; in HcsTestTraverseAttrInNodeFail()
579 const struct DeviceResourceAttr *regAttr = NULL; in AudioGetRegConfig()
163 const struct DeviceResourceAttr *regAttr = NULL; in ParseSensorRegConfig()
147 struct DeviceResourceAttr *drAttr = nullptr; in DealMetadata()