Searched defs:tx (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DThrottleServiceTest.java292 public void expectGetInterfaceCounter(long rx, long tx) throws Exception { argument
295 stats.addValues(TEST_IFACE, UID_ALL, SET_DEFAULT, TAG_NONE, rx, 0L, tx, 0L, 0);
304 public void expectSetInterfaceThrottle(int rx, int tx) throws Exception { argument
305 mMockNMService.setInterfaceThrottle(isA(String.class), eq(rx), eq(tx));
/frameworks/base/libs/rs/
H A DrsType.cpp88 uint32_t tx = mDimX; local
93 mLODs[lod].mX = tx;
97 offset += tx * rsMax(ty, 1u) * rsMax(tz, 1u) * mElement->getSizeBytes();
98 if (tx > 1) tx >>= 1;
/frameworks/base/services/surfaceflinger/
H A DTransform.cpp94 float Transform::tx() const { function in class:android::Transform
111 void Transform::set(float tx, float ty) argument
113 mMatrix[2][0] = tx;
117 if (isZero(tx) && isZero(ty)) {
242 int xpos = floorf(tx() + 0.5f);
/frameworks/base/libs/gui/
H A DSurfaceTexture.cpp907 float tx, ty, sx, sy; local
925 tx = float(mCurrentCrop.left + 1) / float(buf->getWidth());
928 tx = 0.0f;
946 tx = 0.0f;
955 tx, ty, 0, 1,
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp871 const GLfloat tx = -(right + left) * r_width; local
878 f[12] = tx;

Completed in 133 milliseconds