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

/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java178 private static final String PREFIX_XT = "xt";
541 final NetworkStats xt = mXtStatsCached.getSummary(
544 xt.combineAllValues(dev);
545 return xt;
563 final NetworkStatsHistory xt = mXtStatsCached.getHistory(
566 xt.recordEntireHistory(dev);
567 return xt;
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp47 // by the four points in b. The result coordinates are written to xt and yt.
48 static void GetTileCoords(const float* b, float x, float y, float* xt, float* yt) { argument
54 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];

Completed in 188 milliseconds