Searched refs:tx_total (Results 1 – 4 of 4) sorted by relevance
/external/libese/apps/boot/tests/ |
D | ese_app_boot_tests.cpp | 56 uint32_t tx_total = ese_sg_length(tx_sg, tx_nsg); in EseTransceive() local 57 EXPECT_EQ(invocation.expected_tx.size(), tx_total); in EseTransceive() 58 std::vector<uint8_t> incoming(tx_total); in EseTransceive() 59 ese_sg_to_buf(tx_sg, tx_nsg, 0, tx_total, incoming.data()); in EseTransceive() 60 EXPECT_EQ(0, memcmp(incoming.data(), invocation.expected_tx.data(), tx_total)); in EseTransceive()
|
/external/libese/libese-teq1/ |
D | teq1_private.h | 67 uint32_t tx_total; member 87 .tx_total = (TX_TOTAL_LEN), \
|
D | teq1.c | 188 uint32_t len = state->app_data.tx_total; in teq1_fill_info_block() 207 state->app_data.tx_total -= copied; in teq1_fill_info_block() 210 if (state->app_data.tx_total > 0) { in teq1_fill_info_block()
|
/external/libese/libese-teq1/tests/ |
D | teq1_unittests.cpp | 136 EXPECT_EQ(0UL, state_.app_data.tx_total); in SetUp() 164 state_.app_data.tx_total = 0; in TEST_F() 198 EXPECT_EQ(0UL, state_.app_data.tx_total); in TEST_F() 230 state_.app_data.tx_total = oversized_data_len_; in RunRules() 236 state_.app_data.tx_total); in RunRules() 256 state_.app_data.tx_total); in RunRules() 300 state_.app_data.tx_total = 0; in SetUp() 349 state_.app_data.tx_total = 0; in TEST_F()
|