Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetTracker.java127 private final TetheredInterfaceRequestList mTetheredInterfaceRequests = field in EthernetTracker
493 if (!mTetheredInterfaceRequests.register(callback)) { in requestTetheredInterface()
510 mTetheredInterfaceRequests.unregister(callback); in releaseTetheredInterface()
532 if (mTetheredInterfaceRequests.getRegisteredCallbackCount() > 0) return; in maybeUntetherInterface()
695 final int pendingCbs = mTetheredInterfaceRequests.beginBroadcast(); in maybeUpdateServerModeInterfaceState()
697 ITetheredInterfaceCallback item = mTetheredInterfaceRequests.getBroadcastItem(i); in maybeUpdateServerModeInterfaceState()
704 mTetheredInterfaceRequests.finishBroadcast(); in maybeUpdateServerModeInterfaceState()
1019 + mTetheredInterfaceRequests.getRegisteredCallbackCount()); in dump()