Home
last modified time | relevance | path

Searched refs:ptv (Results 1 – 2 of 2) sorted by relevance

/hardware/ril/libril/
Dril_event.cpp350 struct timeval * ptv; in ril_event_loop() local
360 ptv = NULL; in ril_event_loop()
363 ptv = &tv; in ril_event_loop()
366 n = select(nfds, &rfds, NULL, NULL, ptv); in ril_event_loop()
/hardware/samsung/nfc/halimpl/src/
Ddevice.cc240 struct timeval* ptv = NULL; in read_thread() local
256 ptv = &tv; in read_thread()
278 ret = select(max_fd + 1, &rfds, NULL, NULL, ptv); in read_thread()