Home
last modified time | relevance | path

Searched refs:ptv (Results 1 – 5 of 5) 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_org/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);
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6698 timeval* ptv; in sslSelect() local
6702 ptv = &tv; in sslSelect()
6704 ptv = NULL; in sslSelect()
6712 result = select(maxFd + 1, &rfds, &wfds, NULL, ptv); in sslSelect()