Home
last modified time | relevance | path

Searched refs:timestampBaseXml (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/config/
DSharedSessionConfigUtils.cpp144 ErrorCode SharedSessionConfigUtils::getTimestampBaseFromXml(const XMLElement* timestampBaseXml, in getTimestampBaseFromXml() argument
146 if (timestampBaseXml == nullptr || timestampBaseXml->GetText() == nullptr in getTimestampBaseFromXml()
147 || !strcmp(timestampBaseXml->GetText(), "")) { in getTimestampBaseFromXml()
152 int64_t timestampBaseInt = std::strtol(timestampBaseXml->GetText(), nullptr, 0); in getTimestampBaseFromXml()
DSharedSessionConfigReader.cpp142 const XMLElement* timestampBaseXml = in parseSharedSessionConfigFromXMLDocument() local
144 status = SharedSessionConfigUtils::getTimestampBaseFromXml(timestampBaseXml, in parseSharedSessionConfigFromXMLDocument()
DSharedSessionConfigUtils.h246 static ErrorCode getTimestampBaseFromXml(const XMLElement* timestampBaseXml,