Searched refs:poll_for (Results 1 – 4 of 4) sorted by relevance
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 114 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/ |
D | ese_hw_echo.c | 112 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()
|
D | ese_hw_fake.c | 91 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/ |
D | common.h | 38 int nxp_pn80t_poll(struct EseInterface *ese, uint8_t poll_for, float timeout,
|