Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c301 struct timeval *ptv; in phDal4Nfc_uart_read() local
321 ptv = &tv; in phDal4Nfc_uart_read()
325 ptv = &tv; in phDal4Nfc_uart_read()
327 ptv = NULL; in phDal4Nfc_uart_read()
334 if (ptv) { in phDal4Nfc_uart_read()
336 ptv = &tv; in phDal4Nfc_uart_read()
339 ret = select(gComPortContext.nHandle + 1, &rfds, NULL, NULL, ptv); in phDal4Nfc_uart_read()
/external/chromium/third_party/libevent/
Devent_tagging.c426 struct timeval *ptv) in evtag_unmarshal_timeval() argument
437 ptv->tv_sec = integer; in evtag_unmarshal_timeval()
440 ptv->tv_usec = integer; in evtag_unmarshal_timeval()
Devbuffer.c60 struct timeval tv, *ptv = NULL; in bufferevent_add() local
65 ptv = &tv; in bufferevent_add()
68 return (event_add(ev, ptv)); in bufferevent_add()
Devent.h1174 struct timeval *ptv);