Searched refs:ptv (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c301 struct timeval *ptv; local
321 ptv = &tv;
325 ptv = &tv;
327 ptv = NULL;
334 if (ptv) {
336 ptv = &tv;
339 ret = select(gComPortContext.nHandle + 1, &rfds, NULL, NULL, ptv);
/external/chromium_org/third_party/libevent/
H A Devbuffer.c60 struct timeval tv, *ptv = NULL; local
65 ptv = &tv;
68 return (event_add(ev, ptv));
H A Devent_tagging.c426 struct timeval *ptv)
437 ptv->tv_sec = integer;
440 ptv->tv_usec = integer;
425 evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, struct timeval *ptv) argument
H A Devent.h1174 struct timeval *ptv);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp6698 timeval* ptv; local
6702 ptv = &tv;
6704 ptv = NULL;
6712 result = select(maxFd + 1, &rfds, &wfds, NULL, ptv);

Completed in 113 milliseconds