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

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

Completed in 107 milliseconds