Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
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()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringDependencies.java48 ArrayList<TetherInterfaceStateMachine> notifyList, SharedLog log) { in getIPv6TetheringCoordinator() argument
49 return new IPv6TetheringCoordinator(notifyList, log); in getIPv6TetheringCoordinator()
DIPv6TetheringCoordinator.java77 public IPv6TetheringCoordinator(ArrayList<TetherInterfaceStateMachine> notifyList, in IPv6TetheringCoordinator() argument
79 mNotifyList = notifyList; in IPv6TetheringCoordinator()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java211 ArrayList<TetherInterfaceStateMachine> notifyList, SharedLog log) { in getIPv6TetheringCoordinator() argument
212 ipv6CoordinatorNotifyList = notifyList; in getIPv6TetheringCoordinator()