Searched defs:outputRawFormatIsHex (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DXmlDomainExportContext.h53 bool outputRawFormatIsHex() const { return _bOutputRawFormatIsHex; } function in class:CXmlDomainExportContext
H A DParameterAccessContext.cpp95 bool CParameterAccessContext::outputRawFormatIsHex() const function in class:CParameterAccessContext
H A DParameterMgr.cpp897 strResult += outputRawFormatIsHex() ? "hex" : "dec";
1015 strResult = outputRawFormatIsHex() ? "hex" : "dec";
2164 bool CParameterMgr::outputRawFormatIsHex() function in class:CParameterMgr

Completed in 219 milliseconds