Searched defs:tx_callback (Results 1 – 5 of 5) sorted by relevance
| /external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
| D | enhanced_retransmission_mode_tx_engine_test.cc | 65 auto tx_callback = [&](auto pdu) { in TEST_F() local 94 auto tx_callback = [&](auto pdu) { in TEST_F() local 147 auto tx_callback = [&](auto pdu) { last_pdu = std::move(pdu); }; in TEST_F() local 195 auto tx_callback = [&](auto pdu) { last_pdu = std::move(pdu); }; in TEST_F() local 229 auto tx_callback = [&](auto pdu) { ++n_pdus; }; in TEST_F() local 250 auto tx_callback = [&](auto pdu) { ++n_pdus; }; in TEST_F() local 273 auto tx_callback = [&](auto pdu) { last_pdu = std::move(pdu); }; in TEST_F() local 295 auto tx_callback = [&](auto pdu) { last_pdu = std::move(pdu); }; in TEST_F() local 323 auto tx_callback = [&](auto pdu) { last_pdu = std::move(pdu); }; in TEST_F() local 352 auto tx_callback = [&](auto pdu) { last_pdu = std::move(pdu); }; in TEST_F() local [all …]
|
| D | enhanced_retransmission_mode_engines_test.cc | 64 auto tx_callback = [&tx_count](ByteBufferPtr pdu) { in TEST_F() local 125 auto tx_callback = [&tx_count](ByteBufferPtr pdu) { in TEST_F() local 180 auto tx_callback = [&tx_count](ByteBufferPtr pdu) { in TEST_F() local 244 auto tx_callback = [&tx_count, &iframe_0_tx_count, &iframe_1_tx_count]( in TEST_F() local 302 auto tx_callback = [&tx_count, &iframe_tx_counts](ByteBufferPtr pdu) { in TEST_F() local 354 auto tx_callback = [&tx_count, &iframe_tx_counts](ByteBufferPtr pdu) { in TEST_F() local 424 auto tx_callback = [&info_frame, &tx_count](ByteBufferPtr pdu) { in TEST_F() local 475 auto tx_callback = [&tx_count](ByteBufferPtr pdu) { in TEST_F() local 538 auto tx_callback = [&tx_count, &iframe_0_tx_count, &iframe_1_tx_count]( in TEST_F() local 625 auto tx_callback = [&tx_count, &iframe_0_tx_count, &iframe_1_tx_count]( in TEST_F() local [all …]
|
| D | basic_mode_tx_engine_test.cc | 29 auto tx_callback = [&](auto pdu) { in TEST() local 46 auto tx_callback = [&](auto pdu) { in TEST() local 62 auto tx_callback = [&](auto pdu) { ++n_pdus; }; in TEST() local
|
| D | enhanced_retransmission_mode_rx_engine_test.cc | 234 auto tx_callback = [&](auto pdu) { in TEST() local 261 auto tx_callback = [&](auto pdu) { in TEST() local 291 auto tx_callback = [&](auto pdu) { in TEST() local 318 auto tx_callback = [&](auto pdu) { in TEST() local
|
| /external/trusty/lk/app/usbtest/ |
| D | usbtest.c | 72 static status_t tx_callback(ep_t endpoint, struct usbc_transfer *transfer) in tx_callback() function
|