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

  /external/chromium/third_party/libevent/
evbuffer.c 60 struct timeval tv, *ptv = NULL; local
65 ptv = &tv;
68 return (event_add(ev, 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);
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 1265 timeval* ptv; local
    [all...]

Completed in 90 milliseconds