Searched refs:tx (Results 1 - 8 of 8) sorted by relevance

/system/netd/
H A DThrottleController.h24 static int getInterfaceTxThrottle(const char *iface, int *tx);
H A DThrottleController.cpp166 int ThrottleController::getInterfaceTxThrottle(const char *iface, int *tx) { argument
167 *tx = 0;
H A DCommandListener.h50 static int readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx);
H A DCommandListener.cpp133 unsigned long rx = 0, tx = 0; local
134 if (readInterfaceCounters(argv[2], &rx, &tx)) {
151 unsigned long rx = 0, tx = 0; local
152 if (readInterfaceCounters(argv[2], &rx, &tx)) {
158 asprintf(&msg, "%lu", tx);
163 if (argc != 4 || (argc == 4 && (strcmp(argv[3], "rx") && (strcmp(argv[3], "tx"))))) {
165 "Usage: interface getthrottle <interface> <rx|tx>", false);
847 int CommandListener::readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx) { argument
864 name, rx, &d, &d, &d, &d, &d, &d, &d, tx);
870 // note that all the %lu will be off by one and the real tx valu
[all...]
/system/core/libpixelflinger/
H A Dpicker.cpp135 const texture_t& tx = c->state.texture[i]; local
136 if (tx.enable) {
138 t |= GGL_BUILD_NEEDS(tx.surface.format, T_FORMAT);
139 t |= GGL_BUILD_NEEDS(ggl_env_to_needs(tx.env), T_ENV);
141 if (tx.s_coord==GGL_ONE_TO_ONE && tx.t_coord==GGL_ONE_TO_ONE) {
146 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.s_wrap), T_S_WRAP);
147 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.t_wrap), T_T_WRAP);
149 if (tx.mag_filter == GGL_LINEAR) {
152 if (tx
[all...]
H A Dscanline.cpp169 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
172 "565 fb, 8888 tx, SRC", scanline_t32cb16, init_y_noop },
176 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
180 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
184 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
188 "565 fb, 8888 tx, SRC_OVER clamp", scanline_t32cb16blend_clamp, init_y },
191 "565 fb, 8888 tx, SRC_OVER clamp dither", scanline_t32cb16blend_clamp_dither, init_y },
195 "565 fb, 8888 tx, SRC_OVER clamp modulate", scanline_t32cb16blend_clamp_mod, init_y },
199 "565 fb, x888 tx, SRC_OVER clamp modulate", scanline_x32cb16blend_clamp_mod, init_y },
202 "565 fb, 8888 tx, SRC_OVE
678 texture_t& tx = c->state.texture[i]; local
927 texture_t& tx = c->state.texture[0]; local
944 texture_t& tx = c->state.texture[0]; local
963 texture_t& tx = c->state.texture[0]; local
1053 const texture_t& tx = c->state.texture[0]; local
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp373 int tx = scratches.obtain(); local
375 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
377 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT));
378 ORR(AL, 0, parts.count.reg, tx, reg_imm(parts.count.reg, LSL, 16));
/system/media/wilhelm/include/OMXAL/
H A DOpenMAXAL.h3120 XAuint16 tx; member in struct:XATimedTextStreamInformation_

Completed in 155 milliseconds