Home
last modified time | relevance | path

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

/system/core/libnetutils/
Ddhcp_utils.c33 static const int NAP_TIME = 200; /* wait for 200ms at a time */ variable
69 int maxnaps = (maxwait * 1000) / NAP_TIME; in wait_for_property()
76 usleep(NAP_TIME * 1000); in wait_for_property()
/system/netd/
DMDnsSdListener.cpp688 #define NAP_TIME 200 // 200 ms between polls macro
692 int maxnaps = (maxwait * 1000) / NAP_TIME; in wait_for_property()
699 usleep(NAP_TIME * 1000); in wait_for_property()