Searched refs:loopIndx (Results 1 – 3 of 3) sorted by relevance
172 ltoneDesc->segments[SegInx].loopIndx = atoi(pValue); in ParseSegment()173 AUDIO_DEBUG_LOG("loopIndx: %{public}d", ltoneDesc->segments[SegInx].loopIndx); in ParseSegment()
113 uint16_t loopIndx; variable118 parcel.WriteUint16(loopIndx); in Marshalling()128 loopIndx = parcel.ReadUint16(); in Unmarshalling()
237 currSegment_ = toneInfo_->segments[currSegment_].loopIndx; in GetCurrentSegmentUpdated()