Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c335 struct timeval *ptv; in phDal4Nfc_uart_read() local
355 ptv = &tv; in phDal4Nfc_uart_read()
359 ptv = &tv; in phDal4Nfc_uart_read()
361 ptv = NULL; in phDal4Nfc_uart_read()
368 if (ptv) { in phDal4Nfc_uart_read()
370 ptv = &tv; in phDal4Nfc_uart_read()
373 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);