HomeSort by relevance Sort by last modified time
    Searched refs:tx (Results 176 - 200 of 215) sorted by null

1 2 3 4 5 6 78 9

  /external/kernel-headers/original/linux/
atmdev.h 34 __HANDLE_ITEM(tx); /* TX okay */ \
35 __HANDLE_ITEM(tx_err); /* TX errors */ \
131 #define __ATM_LM_MKLOC(n) ((n)) /* Local (i.e. loop TX to RX) */
132 #define __ATM_LM_MKRMT(n) ((n) << 8) /* Remote (i.e. loop RX to TX) */
172 #define ATM_SC_TX 2048 /* enable TX single-copy */
serial_core.h 203 __u32 tx; member in struct:uart_icount
219 unsigned int fifosize; /* tx fifo size */
  /external/skia/src/gl/
SkGL.h 268 SkShader::TileMode tx, SkShader::TileMode ty);
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 33 /* Source (TX) devices */
112 int tx; member in struct:android::msm_bt_endpoint
AudioHardware.cpp 171 LOGV("BT name %s (tx,rx)=(%d,%d)", mBTEndpoints[i].name, mBTEndpoints[i].tx, mBTEndpoints[i].rx);
367 return set_mic_mute(mMicMute); //always set current TX device
423 mBluetoothIdTx = mBTEndpoints[i].tx;
827 tx_acdb_id = mBTEndpoints[0].tx;
838 tx_acdb_id = mBTEndpoints[1].tx;
853 LOGV("doAudioRouteOrMute: rx acdb %d, tx acdb %d\n", rx_acdb_id, tx_acdb_id);
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 395 void CanvasRenderingContext2D::translate(float tx, float ty)
403 if (!isfinite(tx) | !isfinite(ty))
407 newTransform.translate(tx, ty);
414 c->translate(tx, ty);
415 m_path.transform(AffineTransform().translate(-tx, -ty));
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 433 int tx, ty; local
439 tx = ix - ty;
442 tmpx = a->dp + tx;
446 while (tx++ < a->used && ty-- >= 0) { ... }
448 iy = MIN(a->used-tx, ty+1);
536 int tx, ty, iy; local
541 tx = ix - ty;
544 tmpx = a->dp + tx;
548 while (tx++ < a->used && ty-- >= 0) { ... }
550 iy = MIN(a->used-tx, ty+1)
638 int tx, ty, iy; local
    [all...]
  /external/wpa_supplicant/
libtommath.c 2169 int tx, ty; local
    [all...]
wpa.c 963 wpa_hexdump(MSG_MSGDUMP, "WPA: TX EAPOL-Key", msg, msg_len);
1702 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 373 // Set the brannch id before you ask for a tx.
401 throw new TransactionUnavailableException("Cound not create tx");
512 // this tx gets his own dialog.
534 * create a server tx except for dialog creating transactions. After that, all
594 // tx does not exist so create the tx.
957 Transaction tx = (Transaction) errorObject; local
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 1115 long tx = u.getTcpBytesSent(which); local
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 232 initialGlyphTransform.tx = 0;
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 1172 float tx = mGLView.getTranslateX(); local
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderText.cpp 215 void RenderText::absoluteRects(Vector<IntRect>& rects, int tx, int ty)
218 rects.append(IntRect(tx + box->x(), ty + box->y(), box->width(), box->height()));
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwMboxConfig.c 160 * Tx queue config
183 * DESCRIPTION: configure Data path and TX complete parameters
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 335 STDMETHOD(Translate)(THIS_ D3DVALUE tx, D3DVALUE ty, D3DVALUE tz) PURE;
422 STDMETHOD(Translate)(THIS_ D3DVALUE tx, D3DVALUE ty, D3DVALUE tz) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 335 STDMETHOD(Translate)(THIS_ D3DVALUE tx, D3DVALUE ty, D3DVALUE tz) PURE;
422 STDMETHOD(Translate)(THIS_ D3DVALUE tx, D3DVALUE ty, D3DVALUE tz) PURE;
  /external/webkit/WebCore/page/
Frame.cpp 653 void Frame::paintDragCaret(GraphicsContext* p, int tx, int ty, const IntRect& clipRect) const
659 dragCaretController->paintCaret(p, tx, ty, clipRect);
    [all...]
  /frameworks/base/opengl/libagl/
matrix.cpp 871 const GLfloat tx = -(right + left) * r_width; local
878 f[12] = tx;
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 990 return AffineTransform(t.a, t.b, t.c, t.d, t.tx, t.ty);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
wlioctl.h 1277 wl_traffic_stats_t tx[AC_COUNT]; member in struct:__anon9621
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h 221 /* Tx Blocks. Returns the actual number of RX */
225 /* must be allocated to the TX pool. Follows */
236 uint32 totalTxDescriptors; /* Total TX Descriptors - in the past it was configured per AC */
347 uint8 ac; /* Access Category - The TX queue's access category */
355 uint16 txopLimit; /* The TX Op Limit (in microseconds) for the access class.*/
374 1. Tx-Result entries counter written by the FW
375 2. Tx-Result entries counter read by the host */
402 uint32 numTxMemBlks; /* Number of blocks that FW allocated for TX packets.*/
774 uint8 qID; /* The TX queue ID number.*/
1000 TxStatistics_t tx; member in struct:ACXStatisticsStruct
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_infoele.h 226 /* Tx Blocks. Returns the actual number of RX */
238 /* must be allocated to the TX pool. Follows */
362 #define AC_FAST_TEMPLATE 4 /* Access Category for SG2.0 Fast CTS Tx */
399 uint8 ac; /* Access Category - The TX queue's access category */
407 uint16 txopLimit; /* The TX Op Limit (in microseconds) for the access class.*/
442 uint32 numTxMemBlks; /* Number of blocks that FW allocated for TX packets.*/
855 uint8 qID; /* The TX queue ID number.*/
1053 TxStatistics_t tx; member in struct:ACXStatisticsStruct
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h 222 /* Tx Blocks. Returns the actual number of RX */
226 /* must be allocated to the TX pool. Follows */
237 uint32 totalTxDescriptors; /* Total TX Descriptors - in the past it was configured per AC */
348 uint8 ac; /* Access Category - The TX queue's access category */
356 uint16 txopLimit; /* The TX Op Limit (in microseconds) for the access class.*/
375 1. Tx-Result entries counter written by the FW
376 2. Tx-Result entries counter read by the host */
403 uint32 numTxMemBlks; /* Number of blocks that FW allocated for TX packets.*/
769 uint8 qID; /* The TX queue ID number.*/
995 TxStatistics_t tx; member in struct:ACXStatisticsStruct
    [all...]

Completed in 1152 milliseconds

1 2 3 4 5 6 78 9