Home
last modified time | relevance | path

Searched refs:notifyList (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DMediaClock.cpp265 std::multimap<int64_t, Timer> notifyList; in processTimers_l() local
280 notifyList.emplace(diffMediaUs, *it); in processTimers_l()
294 auto itNotify = notifyList.begin(); in processTimers_l()
295 while (itNotify != notifyList.end()) { in processTimers_l()
298 itNotify = notifyList.erase(itNotify); in processTimers_l()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringDependencies.java84 ArrayList<IpServer> notifyList, SharedLog log) { in getIPv6TetheringCoordinator() argument
85 return new IPv6TetheringCoordinator(notifyList, log); in getIPv6TetheringCoordinator()
H A DIPv6TetheringCoordinator.java77 public IPv6TetheringCoordinator(ArrayList<IpServer> notifyList, SharedLog log) { in IPv6TetheringCoordinator() argument
78 mNotifyList = notifyList; in IPv6TetheringCoordinator()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java426 ArrayList<IpServer> notifyList, SharedLog log) { in getIPv6TetheringCoordinator() argument
427 mIpv6CoordinatorNotifyList = notifyList; in getIPv6TetheringCoordinator()