HomeSort by relevance Sort by last modified time
    Searched refs:regType (Results 1 - 5 of 5) sorted by null

  /system/netd/
MDnsSdListener.h 29 const char *serviceName, const char *regType, const char *replyDomain,
33 DNSServiceErrorType errorCode, const char *serviceName, const char *regType,
113 void discover(SocketClient *cli, const char *iface, const char *regType,
122 const char *interfaceName, const char *serviceName, const char *regType,
MDnsSdListener.cpp 61 const char *regType,
66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
81 DNSServiceErrorType result = DNSServiceBrowse(ref, nativeFlags, interfaceInt, regType,
98 const char *regType, const char *replyDomain, void *inContext) {
112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d",
113 serviceName, regType, replyDomain, refNumber);
118 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d",
119 serviceName, regType, replyDomain, refNumber);
123 asprintf(&msg, "%d %s %s %s", refNumber, quotedServiceName, regType, replyDomain);
190 DNSServiceErrorType errorCode, const char *serviceName, const char *regType,
    [all...]
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 58 public void onDiscoveryStarted(String regType) {
  /dalvik/vm/analysis/
CodeVerify.cpp 100 * data (RegType array, MonitorEntries array, monitor stack).
111 static RegType getInvocationThis(const RegisterLine* registerLine,\
114 u4 vsrc, RegType checkType, VerifyError* pFailure);
135 * RegType and UninitInstanceMap utility functions
179 * use this when the RegType value is exactly equal to kRegTypeUninit, which
267 static bool canConvertTo1nr(RegType srcType, RegType checkType)
311 static bool canConvertTo2(RegType srcType, RegType checkType)
334 static bool checkFieldArrayStore1nr(RegType instrType, RegType targetType
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 213 milliseconds