Home
last modified time | relevance | path

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

/external/libese/libese-hw/nxp/pn80t/
Dcommon.c114 int nxp_pn80t_poll(struct EseInterface *ese, uint8_t poll_for, float timeout, in nxp_pn80t_poll() argument
122 ALOGV("interface polling for start of frame/host node address: %x", poll_for); in nxp_pn80t_poll()
134 if (byte == poll_for) { in nxp_pn80t_poll()
135 ALOGV("Polled for byte seen: %x with %d intervals remaining.", poll_for, in nxp_pn80t_poll()
/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/include/ese/hw/nxp/pn80t/
Dcommon.h38 int nxp_pn80t_poll(struct EseInterface *ese, uint8_t poll_for, float timeout,