Searched refs:bSerializeOut (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DConfigurationAccessContext.cpp40 bool bSerializeOut)
42 _bSerializeOut(bSerializeOut)
46 CConfigurationAccessContext::CConfigurationAccessContext(string &strError, bool bSerializeOut) argument
47 : base(strError), _bSerializeOut(bSerializeOut)
36 CConfigurationAccessContext(std::string &strError, CParameterBlackboard *pParameterBlackboard, bool bValueSpaceIsRaw, bool bOutputRawFormatIsHex, bool bSerializeOut) argument
H A DConfigurationAccessContext.h41 bool bSerializeOut);
43 CConfigurationAccessContext(std::string &strError, bool bSerializeOut);

Completed in 101 milliseconds