Home
last modified time | relevance | path

Searched refs:EsePoll (Results 1 – 6 of 6) sorted by relevance

/external/libese/libese-teq1/tests/
Dese_operations_wrapper.cpp52 static int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll() function
53 return EseOperationsWrapperData::ops_interface->EsePoll(ese, poll_for, timeout, complete); in EsePoll()
73 .poll = &EsePoll,
Dese_operations_interface.h34 virtual int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) = 0;
Dteq1_unittests.cpp408 virtual int EsePoll(struct EseInterface *UNUSED(ese), uint8_t UNUSED(poll_for), in EsePoll() function in EseWireFake
/external/libese/apps/boot/tests/
Dese_operations_wrapper.cpp51 static int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll() function
52 return EseOperationsWrapperData::ops_interface->EsePoll(ese, poll_for, timeout, complete); in EsePoll()
69 .poll = &EsePoll,
Dese_operations_interface.h34 virtual int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) = 0;
Dese_app_boot_tests.cpp43 virtual int EsePoll(struct EseInterface *ese, uint8_t poll_for, float timeout, int complete) { in EsePoll() function in FakeTransceive