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

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java681 /* Call ProcessResults when data appears on socket descriptor. */
682 protected native int ProcessResults(); method in class:AppleService
705 // To guard against that, before calling ProcessResults we check to ensure that our
707 // After calling ProcessResults we check again, because it's extremely common for callback
711 // The remaining risk is that between our checking fNativeContext and calling ProcessResults(),
724 result = ProcessResults();

Completed in 22 milliseconds