Home
last modified time | relevance | path

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

/system/core/trusty/storage/lib/
Dstorage.c148 struct iovec tx[3] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}, {(void *)name, strlen(name)}}; in storage_open_file() local
170 struct iovec tx[2] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}}; in storage_close_file() local
184 struct iovec tx[3] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}, {(void *)name, strlen(name)}}; in storage_delete_file() local
195 struct iovec tx[2] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}}; in _read_chunk() local
230 struct iovec tx[3] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}, {(void *)buf, size}}; in _write_req() local
272 struct iovec tx[2] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}}; in storage_set_file_size() local
283 struct iovec tx[2] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}}; in storage_get_file_size() local
/system/core/libpixelflinger/
Dpicker.cpp135 const texture_t& tx = c->state.texture[i]; in ggl_pick() local
Dscanline.cpp717 texture_t& tx = c->state.texture[i]; in scanline() local
966 texture_t& tx = c->state.texture[0]; in horz_iterator32() local
983 texture_t& tx = c->state.texture[0]; in horz_iterator16() local
1002 texture_t& tx = c->state.texture[0]; in clamp_iterator() local
1092 const texture_t& tx = c->state.texture[0]; in init() local
/system/libfmq/tests/
Dmq_test.cpp343 MessageQueueSync::MemTransaction tx; in TEST_F() local
371 MessageQueueSync::MemTransaction tx; in TEST_F() local
424 MessageQueueSync::MemTransaction tx; in TEST_F() local
464 MessageQueueSync::MemTransaction tx; in TEST_F() local
532 MessageQueueSync::MemTransaction tx; in TEST_F() local
617 MessageQueueSync::MemTransaction tx; in TEST_F() local
695 MessageQueueUnsync::MemTransaction tx; in TEST_F() local
Dmsgq_test_client.cpp439 MessageQueueSync::MemTransaction tx; in TEST_F() local
485 MessageQueueSync::MemTransaction tx; in TEST_F() local
669 MessageQueueSync::MemTransaction tx; in TEST_F() local
/system/libfmq/include/fmq/
DMessageQueue.h724 MemTransaction tx; in write() local
1059 MemTransaction tx; in read() local
/system/core/liblog/tests/
Dliblog_benchmark.cpp720 log_time tx(eventData + 4 + 1); in BM_log_latency() local
794 log_time tx(eventData + 4 + 1); in BM_log_delay() local
/system/bt/stack/rfcomm/
Dport_int.h168 tPORT_DATA tx; /* Control block for data from app to peer */ member
/system/core/logcat/tests/
Dlogcat_test.cpp488 log_time tx((const char*)&t); in TEST() local
534 log_time tx((const char*)&t); in TEST() local
/system/core/logd/tests/
Dlogd_test.cpp1015 log_time tx(eventData + 4 + 1); in __android_log_btwrite_multiple__helper() local
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp374 int tx = scratches.obtain(); in build_scanline_prolog() local
/system/bt/stack/l2cap/
Dl2c_api.cc1415 bool L2CA_SetChnlDataRate(uint16_t cid, tL2CAP_CHNL_DATA_RATE tx, in L2CA_SetChnlDataRate()