Home
last modified time | relevance | path

Searched refs:tx_buf (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c353 char tx_buf[msgsz]; in echo_test() local
374 memset(tx_buf, i + 1, msg_len); in echo_test()
376 rc = write(echo_fd, tx_buf, msg_len); in echo_test()
415 char tx_buf[msgsz]; in burst_write_test() local
438 memset(tx_buf, i + 1, msg_len); in burst_write_test()
439 rc = write(fd, tx_buf, msg_len); in burst_write_test()
514 char tx_buf[msgsz]; in select_test() local
536 memset(tx_buf, i + j, msgsz); in select_test()
537 rc = write(fd, tx_buf, msgsz); in select_test()
817 char tx_buf [msgsz]; in readv_test() local
[all …]
/aosp12/system/bt/vendor_libs/test_vendor_lib/test/
H A Dpolled_socket_test.cc60 std::vector<uint8_t> tx_buf = {'1', '2', '3'}; in TEST_F() local
63 client_.Send(tx_buf); in TEST_F()
65 client_.Send(tx_buf); in TEST_F()
67 EXPECT_EQ(rx_buf.size(), tx_buf.size()); in TEST_F()
/aosp12/bionic/libc/kernel/uapi/linux/spi/
H A Dspidev.h26 __u64 tx_buf; member