Home
last modified time | relevance | path

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

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetTracker.java96 private final TetheredInterfaceRequestList mTetheredInterfaceRequests = field in EthernetTracker
207 if (!mTetheredInterfaceRequests.register(callback)) { in requestTetheredInterface()
224 mTetheredInterfaceRequests.unregister(callback); in releaseTetheredInterface()
246 if (mTetheredInterfaceRequests.getRegisteredCallbackCount() > 0) return; in maybeUntetherDefaultInterface()
360 final int pendingCbs = mTetheredInterfaceRequests.beginBroadcast(); in maybeUpdateServerModeInterfaceState()
362 ITetheredInterfaceCallback item = mTetheredInterfaceRequests.getBroadcastItem(i); in maybeUpdateServerModeInterfaceState()
369 mTetheredInterfaceRequests.finishBroadcast(); in maybeUpdateServerModeInterfaceState()
637 + mTetheredInterfaceRequests.getRegisteredCallbackCount()); in dump()