Home
last modified time | relevance | path

Searched refs:poll_for (Results 1 – 10 of 10) sorted by relevance

/external/libese/libese-hw/
Dese_hw_echo.c112 static int echo_poll(struct EseInterface *ese, uint8_t poll_for, float timeout, in echo_poll() argument
116 ALOGV("interface polling for start of frame/host node address: %x", poll_for); in echo_poll()
121 if (poll_for == opts->host_address) { in echo_poll()
Dese_hw_fake.c91 static int fake_poll(struct EseInterface *ese, uint8_t poll_for, float timeout, in fake_poll() argument
103 if (poll_for == 0xad) { in fake_poll()
/external/libese/libese-hw/nxp/pn80t/
Dcommon.c128 int nxp_pn80t_poll(struct EseInterface *ese, uint8_t poll_for, float timeout, in nxp_pn80t_poll() argument
137 ALOGV("interface polling for start of frame/host node address: %x", poll_for); in nxp_pn80t_poll()
149 if (byte == poll_for) { in nxp_pn80t_poll()
150 ALOGV("Polled for byte seen: %x with %d intervals remaining.", poll_for, in nxp_pn80t_poll()
/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() argument
53 return EseOperationsWrapperData::ops_interface->EsePoll(ese, poll_for, timeout, complete); in 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() argument
/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() argument
52 return EseOperationsWrapperData::ops_interface->EsePoll(ese, poll_for, timeout, complete); in 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() argument
/external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/
Dcommon.h38 int nxp_pn80t_poll(struct EseInterface *ese, uint8_t poll_for, float timeout,