Searched refs:channelParametersItem (Results 1 – 2 of 2) sorted by relevance
115 cJSON *channelParametersItem = parser.GetObjectItem(channelItem, "Parameters"); in ParseChannel() local116 CHKPR(channelParametersItem, ERROR); in ParseChannel()117 int32_t ret = ParseChannelParameters(parser, channelParametersItem); in ParseChannel()130 …aultVibratorDecoder::ParseChannelParameters(const JsonParser &parser, cJSON *channelParametersItem) in ParseChannelParameters() argument132 cJSON *indexItem = parser.GetObjectItem(channelParametersItem, "Index"); in ParseChannelParameters()
37 int32_t ParseChannelParameters(const JsonParser &parser, cJSON *channelParametersItem);