HomeSort by relevance Sort by last modified time
    Searched defs:ptv (Results 1 - 3 of 3) 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));
  /hardware/ril/libril/
ril_event.cpp 350 struct timeval * ptv; local
360 ptv = NULL;
363 ptv = &tv;
366 n = select(nfds, &rfds, NULL, NULL, ptv);
  /libcore/luni/src/main/native/
NativeCrypto.cpp 1400 timeval* ptv; local
    [all...]

Completed in 139 milliseconds