Searched refs:teq1_fill_info_block (Results 1 – 3 of 3) sorted by relevance
/external/libese/libese-teq1/tests/ |
D | teq1_unittests.cpp | 126 teq1_fill_info_block(&state_, &tx_frame_); in SetUp() 159 teq1_fill_info_block(&state_, &tx_frame_); in TEST_F() 188 teq1_fill_info_block(&state_, &tx_frame_); in TEST_F() 222 teq1_fill_info_block(&state_, &tx_frame_); in RunRules() 294 teq1_fill_info_block(&state_, &tx_frame_); in SetUp() 343 teq1_fill_info_block(&state_, &tx_frame_); in TEST_F()
|
/external/libese/libese-teq1/ |
D | teq1.c | 180 uint8_t teq1_fill_info_block(struct Teq1State *state, struct Teq1Frame *frame) { in teq1_fill_info_block() function 358 teq1_fill_info_block(state, next_tx); /* Sets M-bit and LEN. */ in teq1_rules() 570 teq1_fill_info_block(&state, tx); in teq1_transceive() 650 teq1_fill_info_block(&state, tx); in teq1_transceive()
|
D | teq1_private.h | 117 uint8_t teq1_fill_info_block(struct Teq1State *state, struct Teq1Frame *frame);
|