/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/libfmq/tests/ |
D | mq_test.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 | 439 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/ |
D | MessageQueue.h | 724 MemTransaction tx; in write() local 1059 MemTransaction tx; in read() local
|
/system/core/liblog/tests/ |
D | liblog_benchmark.cpp | 720 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/ |
D | port_int.h | 168 tPORT_DATA tx; /* Control block for data from app to peer */ member
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 488 log_time tx((const char*)&t); in TEST() local 534 log_time tx((const char*)&t); in TEST() local
|
/system/core/logd/tests/ |
D | logd_test.cpp | 1015 log_time tx(eventData + 4 + 1); in __android_log_btwrite_multiple__helper() local
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 374 int tx = scratches.obtain(); in build_scanline_prolog() local
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 1415 bool L2CA_SetChnlDataRate(uint16_t cid, tL2CAP_CHNL_DATA_RATE tx, in L2CA_SetChnlDataRate()
|