Home
last modified time | relevance | path

Searched refs:maxnaps (Results 1 – 3 of 3) sorted by relevance

/system/core/fastbootd/
Dutils.c212 int maxnaps = (maxwait * 1000) / NAP_TIME; in wait_for_property() local
214 if (maxnaps < 1) { in wait_for_property()
215 maxnaps = 1; in wait_for_property()
218 while (maxnaps-- > 0) { in wait_for_property()
/system/core/libnetutils/
Ddhcp_utils.c69 int maxnaps = (maxwait * 1000) / NAP_TIME; in wait_for_property() local
71 if (maxnaps < 1) { in wait_for_property()
72 maxnaps = 1; in wait_for_property()
75 while (maxnaps-- > 0) { in wait_for_property()
/system/netd/server/
DMDnsSdListener.cpp540 int maxnaps = (maxwait * 1000) / NAP_TIME; in wait_for_property() local
542 if (maxnaps < 1) { in wait_for_property()
543 maxnaps = 1; in wait_for_property()
546 while (maxnaps-- > 0) { in wait_for_property()