Home
last modified time | relevance | path

Searched refs:accessAsSignedInteger (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/parameter/
DParameter.h59 …virtual bool accessAsSignedInteger(int32_t& iValue, bool bSet, CParameterAccessContext& parameterA…
DBaseParameter.h61 …virtual bool accessAsSignedInteger(int32_t& iValue, bool bSet, CParameterAccessContext& parameterA…
DParameterHandle.cpp254 return _pBaseParameter->accessAsSignedInteger(iValue, true, parameterAccessContext); in setAsSignedInteger()
270 return _pBaseParameter->accessAsSignedInteger(iValue, false, parameterAccessContext); in getAsSignedInteger()
DBaseParameter.cpp132 bool CBaseParameter::accessAsSignedInteger(int32_t& iValue, bool bSet, CParameterAccessContext& par… in accessAsSignedInteger() function in CBaseParameter
DParameter.cpp114 bool CParameter::accessAsSignedInteger(int32_t& iValue, bool bSet, CParameterAccessContext& paramet… in accessAsSignedInteger() function in CParameter