Home
last modified time | relevance | path

Searched refs:teq1_pcb_to_name (Results 1 – 4 of 4) sorted by relevance

/external/libese/libese-teq1/include/ese/
Dteq1.h198 #define teq1_trace_transmit(PCB, LEN) ALOGI("%-20s --> %20s [%3hhu]", teq1_pcb_to_name(PCB), "", LE…
199 #define teq1_trace_receive(PCB, LEN) ALOGI("%-20s <-- %20s [%3hhu]", "", teq1_pcb_to_name(PCB), LEN)
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp75 …EXPECT_EQ(0, teq1_frame_error_check(&state_, &tx_frame_, &rx_frame_)) << teq1_pcb_to_name(rx_frame… in TEST_F()
156 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in RunRules()
216 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
269 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
278 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
287 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
369 << "Actual next TX: " << teq1_pcb_to_name(tx_next_.header.PCB); in TEST_F()
/external/libese/libese-teq1/
Dteq1_private.h107 const char *teq1_pcb_to_name(uint8_t pcb);
Dteq1.c44 const char *teq1_pcb_to_name(uint8_t pcb) { in teq1_pcb_to_name() function
447 next_tx->header.PCB, teq1_pcb_to_name(next_tx->header.PCB)); in teq1_rules()
463 next_tx->header.PCB, teq1_pcb_to_name(next_tx->header.PCB)); in teq1_rules()