Searched refs:mOffloadEngines (Results 1 – 2 of 2) sorted by relevance
413 private final ArrayList<OffloadEngineProxy> mOffloadEngines = new ArrayList<>(); field in NsdManager466 synchronized (mOffloadEngines) { in registerOffloadEngine()467 if (CollectionUtils.contains(mOffloadEngines, impl -> impl.mEngine == engine)) { in registerOffloadEngine()470 mOffloadEngines.add(cbImpl); in registerOffloadEngine()499 synchronized (mOffloadEngines) { in unregisterOffloadEngine()500 final int index = CollectionUtils.indexOf(mOffloadEngines, in unregisterOffloadEngine()505 cbImpl = mOffloadEngines.remove(index); in unregisterOffloadEngine()
258 private final RemoteCallbackList<IOffloadEngine> mOffloadEngines = field in NsdService1316 mOffloadEngines.register(offloadEngineInfo.mOffloadEngine, in processMessage()1321 mOffloadEngines.unregister((IOffloadEngine) msg.obj); in processMessage()2166 final int count = mOffloadEngines.beginBroadcast(); in sendOffloadServiceInfosUpdate()2170 (OffloadEngineInfo) mOffloadEngines.getBroadcastCookie(i); in sendOffloadServiceInfosUpdate()2179 mOffloadEngines.getBroadcastItem(i).onOffloadServiceRemoved( in sendOffloadServiceInfosUpdate()2182 mOffloadEngines.getBroadcastItem(i).onOffloadServiceUpdated( in sendOffloadServiceInfosUpdate()2191 mOffloadEngines.finishBroadcast(); in sendOffloadServiceInfosUpdate()