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/bt/gd/common/
Dbidi_queue.h33 …BidiQueueEnd(::bluetooth::os::IQueueEnqueue<TENQUEUE>* tx, ::bluetooth::os::IQueueDequeue<TDEQUEUE… in BidiQueueEnd()
/system/libfmq/tests/
Dfmq_unit_tests.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.cpp440 MessageQueueSync::MemTransaction tx; in TEST_F() local
486 MessageQueueSync::MemTransaction tx; in TEST_F() local
670 MessageQueueSync::MemTransaction tx; in TEST_F() local
/system/libfmq/include/fmq/
DMessageQueueBase.h713 MemTransaction tx; in write() local
1049 MemTransaction tx; in read() local
/system/core/liblog/tests/
Dliblog_benchmark.cpp687 log_time* tx = reinterpret_cast<log_time*>(eventData + 4 + 1); in BM_log_latency() local
760 log_time* tx = reinterpret_cast<log_time*>(eventData + 4 + 1); in BM_log_delay() local
Dliblog_test.cpp273 log_time* tx = reinterpret_cast<log_time*>(&eventData->payload.data); in TEST() local
/system/bt/stack/rfcomm/
Dport_int.h151 tPORT_DATA tx; /* Control block for data from app to peer */ member
/system/core/logcat/tests/
Dlogcat_test.cpp481 log_time* tx = reinterpret_cast<log_time*>(&t); in TEST() local
527 log_time* tx = reinterpret_cast<log_time*>(&t); in TEST() local
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp374 int tx = scratches.obtain(); in build_scanline_prolog() local