Searched refs:maxRampMs (Results 1 – 4 of 4) sorted by relevance
35 int maxRampMs;
152 parcelable->maxRampMs = VALUE_OR_RETURN_STATUS(convertIntegral<int32_t>(mGain.max_ramp_ms)); in writeToParcelable()175 mGain.max_ramp_ms = VALUE_OR_RETURN_STATUS(convertIntegral<unsigned int>(parcelable.maxRampMs)); in readFromParcelable()
89 static constexpr const char *maxRampMs = "maxRampMs"; member398 std::string maxRampMsLiteral = getXmlAttribute(cur, Attributes::maxRampMs); in deserialize()399 uint32_t maxRampMs; in deserialize() local400 if (!maxRampMsLiteral.empty() && convertTo(maxRampMsLiteral, maxRampMs)) { in deserialize()401 gain->setMaxRampInMs(maxRampMs); in deserialize()
1965 legacy.max_ramp_ms = VALUE_OR_RETURN(convertIntegral<unsigned int>(aidl.maxRampMs)); in aidl2legacy_AudioGain_audio_gain()1980 aidl.maxRampMs = VALUE_OR_RETURN(convertIntegral<int32_t>(legacy.max_ramp_ms)); in legacy2aidl_audio_gain_AudioGain()