Lines Matching refs:attrName
66 if (attr->array == NULL || attr->attrName == NULL) { in GetUintTableConfig()
71 int32_t count = iface->GetElemNum(node, attr->attrName); in GetUintTableConfig()
73 …_LOGE("%{public}s table size: %{public}d incorrect or exceed max size %{public}d!", attr->attrName, in GetUintTableConfig()
79 iface->GetUint32Array(node, attr->attrName, (uint32_t *)attr->array, count, 0); in GetUintTableConfig()
87 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig() argument
89 if (iface == NULL || node == NULL || attrName == NULL || mask == NULL) { in GetMaskedConfig()
95 int32_t count = iface->GetElemNum(node, attrName); in GetMaskedConfig()
106 CODEC_LOGE("failed to allocate mem for %{public}s!", attrName); in GetMaskedConfig()
109 iface->GetUint32Array(node, attrName, values, count, 0); in GetMaskedConfig()
146 if (iface->GetUint32(childNode, nodeAttrs[i].attrName, nodeAttrs[i].valueAddr, in GetVideoPortCapability()
148 … CODEC_LOGE("failed to get %{public}s.%{public}s!", childNode->name, nodeAttrs[i].attrName); in GetVideoPortCapability()
163 … CODEC_LOGE("failed to get %{public}s.%{public}s!", childNode->name, nodeAttrs[i].attrName); in GetVideoPortCapability()
188 … CODEC_LOGE("failed to get %{public}s.%{public}s!", childNode->name, arrayAttrs[i].attrName); in GetAudioPortCapability()