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

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DThrottleServiceTest.java293 public void expectGetInterfaceCounter(long rx, long tx) throws Exception { argument
296 stats.addValues(TEST_IFACE, UID_ALL, SET_DEFAULT, TAG_NONE, rx, 0L, tx, 0L, 0);
305 public void expectSetInterfaceThrottle(int rx, int tx) throws Exception { argument
306 mMockNMService.setInterfaceThrottle(isA(String.class), eq(rx), eq(tx));
/frameworks/base/core/jni/
H A Dandroid_view_GLES20DisplayList.cpp74 jobject clazz, DisplayList* displayList, float tx) {
75 displayList->setTranslationX(tx);
73 android_view_GLES20DisplayList_setTranslationX(JNIEnv* env, jobject clazz, DisplayList* displayList, float tx) argument
/frameworks/native/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/rs/
H A DrsType.cpp88 uint32_t tx = mHal.state.dimX; local
93 mHal.state.lodDimX[lod] = tx;
97 offset += tx * rsMax(ty, 1u) * rsMax(tz, 1u) * mElement->getSizeBytes();
98 if (tx > 1) tx >>= 1;
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp567 float tx = 0.0f, ty = 0.0f, sx = 1.0f, sy = 1.0f; local
600 tx = (float(cropRect.left) + shrinkAmount) / bufferWidth;
615 tx, ty, 0, 1,
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp871 const GLfloat tx = -(right + left) * r_width; local
878 f[12] = tx;
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h3120 XAuint16 tx; member in struct:XATimedTextStreamInformation_

Completed in 135 milliseconds