Searched refs:teq1_fill_info_block (Results 1 – 3 of 3) sorted by relevance
/external/libese/libese-teq1/tests/ |
D | teq1_unittests.cpp | 134 teq1_fill_info_block(&state_, &tx_frame_); in SetUp() 167 teq1_fill_info_block(&state_, &tx_frame_); in TEST_F() 196 teq1_fill_info_block(&state_, &tx_frame_); in TEST_F() 231 teq1_fill_info_block(&state_, &tx_frame_); in RunRules() 303 teq1_fill_info_block(&state_, &tx_frame_); in SetUp() 352 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 373 teq1_fill_info_block(state, next_tx); /* Sets M-bit and LEN. */ in teq1_rules() 590 teq1_fill_info_block(&state, tx); in teq1_transceive() 685 teq1_fill_info_block(&state, tx); in teq1_transceive()
|
D | teq1_private.h | 115 uint8_t teq1_fill_info_block(struct Teq1State *state, struct Teq1Frame *frame);
|