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

/system/core/toolbox/
H A Dwatchprops.c23 static pwatch watchlist[1024]; variable
50 watchlist[n].pi = __system_property_find_nth(n);
51 watchlist[n].serial = watchlist[n].pi->serial;
60 watchlist[count].pi = __system_property_find_nth(count);
61 watchlist[count].serial = watchlist[n].pi->serial;
62 announce(watchlist[count].pi);
68 unsigned tmp = watchlist[n].pi->serial;
69 if(watchlist[
[all...]

Completed in 35 milliseconds