Searched refs:teq1_pcb_to_name (Results 1 – 4 of 4) sorted by relevance
/external/libese/libese-teq1/include/ese/ |
D | teq1.h | 198 #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/ |
D | teq1_unittests.cpp | 75 …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/ |
D | teq1_private.h | 107 const char *teq1_pcb_to_name(uint8_t pcb);
|
D | teq1.c | 44 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()
|