Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 12 of 12) sorted by relevance

/system/core/libpixelflinger/
Dpicker.cpp135 const texture_t& tx = c->state.texture[i]; in ggl_pick() local
Dscanline.cpp722 texture_t& tx = c->state.texture[i]; in scanline() local
971 texture_t& tx = c->state.texture[0]; in horz_iterator32() local
988 texture_t& tx = c->state.texture[0]; in horz_iterator16() local
1007 texture_t& tx = c->state.texture[0]; in clamp_iterator() local
1097 const texture_t& tx = c->state.texture[0]; in init() local
/system/core/liblog/tests/
Dliblog_benchmark.cpp548 log_time tx(eventData + 4 + 1); in BM_log_latency() local
628 log_time tx(eventData + 4 + 1); in BM_log_delay() local
Dliblog_test.cpp166 log_time tx(eventData + 4 + 1); in TEST() local
460 log_time tx(eventData + 4 + 1); in TEST() local
/system/core/libmincrypt/
Dp256_ec.c1053 felem tx, ty, tz; in scalar_base_mult() local
1117 felem px, py, pz, tx, ty, tz; in scalar_mult() local
/system/tpm/trunks/ftdi/
Dmpsse.h171 uint8_t tx; member
/system/bt/stack/rfcomm/
Dport_int.h173 tPORT_DATA tx; /* Control block for data from app to peer */ member
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp376 int tx = scratches.obtain(); in build_scanline_prolog() local
/system/bt/stack/l2cap/
Dl2c_api.c1415 BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx) in L2CA_SetChnlDataRate()
/system/core/logcat/tests/
Dlogcat_test.cpp331 log_time tx((const char *) &t); in TEST() local
/system/bt/btif/src/
Dbtif_media_task.c347 long long tx; member
/system/connectivity/shill/
Ddevice_unittest.cc2593 bool ReturnByteCounts(int interface_index, uint64_t* rx, uint64_t* tx) { in ReturnByteCounts()