/system/core/trusty/storage/lib/ |
D | storage.c | 148 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/ |
D | picker.cpp | 135 const texture_t& tx = c->state.texture[i]; in ggl_pick() local
|
D | scanline.cpp | 717 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/ |
D | bidi_queue.h | 33 …BidiQueueEnd(::bluetooth::os::IQueueEnqueue<TENQUEUE>* tx, ::bluetooth::os::IQueueDequeue<TDEQUEUE… in BidiQueueEnd()
|
/system/libfmq/tests/ |
D | fmq_unit_tests.cpp | 343 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
|
D | msgq_test_client.cpp | 440 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/ |
D | MessageQueueBase.h | 713 MemTransaction tx; in write() local 1049 MemTransaction tx; in read() local
|
/system/core/liblog/tests/ |
D | liblog_benchmark.cpp | 687 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
|
D | liblog_test.cpp | 273 log_time* tx = reinterpret_cast<log_time*>(&eventData->payload.data); in TEST() local
|
/system/bt/stack/rfcomm/ |
D | port_int.h | 151 tPORT_DATA tx; /* Control block for data from app to peer */ member
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 481 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/ |
D | GGLAssembler.cpp | 374 int tx = scratches.obtain(); in build_scanline_prolog() local
|