Home
last modified time | relevance | path

Searched refs:GetCoding (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/include/
Dcodec_cov.h31 CODING GetCoding(const uint8_t* data, int len);
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dcodec_cov.cpp94 CODING GetCoding(const uint8_t* data, int len) in GetCoding() function
/developtools/profiler/host/smartperf/trace_streamer/src/
Dmain.cpp140 …if (!base::GetCoding(reinterpret_cast<const uint8_t*>(fileNameTmp.c_str()), fileNameTmp.length()))… in OpenAndParserFile()
159 …if (!base::GetCoding(reinterpret_cast<const uint8_t*>(fileNameTmp.c_str()), fileNameTmp.length()))… in ExportDatabase()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_db.cpp87 if (!base::GetCoding(reinterpret_cast<const uint8_t*>(attachSql.c_str()), attachSql.length())) { in ExportDatabase()