Searched defs:added (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp134 bool added = false; local
144 added = true;
147 if (added) {
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp242 bool added = false; local
254 added = true;
259 added = true;
264 if (eventPending && !timestamp && !added) {
/frameworks/base/core/java/android/net/
H A DLinkProperties.java66 // Indexed by interface name to allow modification and to prevent duplicates being added.
75 public List<T> added = new ArrayList<T>(); field in class:LinkProperties.CompareResult
81 retVal += "] added=[";
82 for (T addr : added) retVal += addr.toString() + ",";
197 * @return true if {@code address} was added or updated, false otherwise.
278 * @return true if the DNS server was added, false if it was already present.
395 * @return {@code false} if the route was already present, {@code true} if it was added.
404 "Route added with non-matching interface: " + routeIface +
478 * that link is replaced with link. Otherwise, link is added to the list
878 result.added
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java218 public boolean added; field in class:ProcessCpuTracker.Stats
258 if (sta.added != stb.added) {
259 return sta.added ? -1 : 1;
262 return sta.added ? -1 : 1;
376 st.added = false;
494 if (DEBUG) Slog.v("Load", "Stats added " + st.name + " pid=" + st.pid
502 st.added = true;
752 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
760 tst.added
[all...]

Completed in 810 milliseconds