HomeSort by relevance Sort by last modified time
    Searched refs:ptv (Results 1 - 10 of 10) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp 112 struct timeval *ptv = NULL; local
122 ptv = &tv;
127 ret = select(socketDescriptor + 1, &readfds, NULL, NULL, ptv);
182 struct timeval *ptv = NULL; local
191 ptv = &tv;
196 ret = select(socketDescriptor + 1, &readfds, NULL, NULL, ptv);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 301 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);
  /hardware/ril/libril/
ril_event.cpp 351 struct timeval * ptv; local
361 ptv = NULL;
364 ptv = &tv;
367 n = select(nfds, &rfds, NULL, NULL, ptv);
  /external/chromium/third_party/libevent/
evbuffer.c 60 struct timeval tv, *ptv = NULL; local
65 ptv = &tv;
68 return (event_add(ev, ptv));
event_tagging.c 426 struct timeval *ptv)
437 ptv->tv_sec = integer;
440 ptv->tv_usec = integer;
event.h     [all...]
  /external/chromium_org/third_party/libevent/
evbuffer.c 60 struct timeval tv, *ptv = NULL; local
65 ptv = &tv;
68 return (event_add(ev, ptv));
event_tagging.c 426 struct timeval *ptv)
437 ptv->tv_sec = integer;
440 ptv->tv_usec = integer;
event.h     [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 5762 timeval* ptv; local
    [all...]

Completed in 1042 milliseconds