Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java674 public AppleService(BaseListener listener) { fNativeContext = 0; fListener = listener; } in AppleService()
692 protected long /* warning */ fNativeContext; // Private storage for native side field in AppleService
722 …if (fNativeContext == 0) break; // Some other thread stopped our DNSSD operation; time to terminat… in run()
725 …if (fNativeContext == 0) break; // Event listener stopped its own DNSSD operation; terminate this … in run()