Searched refs:_jmDNSImpl (Results 1 - 3 of 3) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java23 private final JmDNSImpl _jmDNSImpl; field in class:SocketListener
31 this._jmDNSImpl = jmDNSImpl;
39 while (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled()) {
41 this._jmDNSImpl.getSocket().receive(packet);
42 if (this._jmDNSImpl.isCanceling() || this._jmDNSImpl.isCanceled() || this._jmDNSImpl.isClosing() || this._jmDNSImpl.isClosed()) {
46 if (this._jmDNSImpl
[all...]
H A DDNSTaskStarter.java140 private final JmDNSImpl _jmDNSImpl; field in class:DNSTaskStarter.DNSTaskStarterImpl
265 _jmDNSImpl = jmDNSImpl;
266 _timer = new StarterTimer("JmDNS(" + _jmDNSImpl.getName() + ").Timer", true);
267 _stateTimer = new StarterTimer("JmDNS(" + _jmDNSImpl.getName() + ").State.Timer", false);
312 new Prober(_jmDNSImpl).start(_stateTimer);
321 new Announcer(_jmDNSImpl).start(_stateTimer);
330 new Renewer(_jmDNSImpl).start(_stateTimer);
339 new Canceler(_jmDNSImpl).start(_stateTimer);
348 new RecordReaper(_jmDNSImpl).start(_timer);
357 new ServiceInfoResolver(_jmDNSImpl, inf
[all...]
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DDNSTask.java25 private final JmDNSImpl _jmDNSImpl; field in class:DNSTask
32 this._jmDNSImpl = jmDNSImpl;
41 return _jmDNSImpl;
90 this._jmDNSImpl.send(newOut);
122 this._jmDNSImpl.send(newOut);
153 this._jmDNSImpl.send(newOut);
183 this._jmDNSImpl.send(newOut);
215 this._jmDNSImpl.send(newOut);

Completed in 74 milliseconds