HomeSort by relevance Sort by last modified time
    Searched refs:ALOGD (Results 1 - 25 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/netd/
ResolverController.cpp 32 ALOGD("setDefaultInterface iface = %s\n", iface);
42 ALOGD("setInterfaceDnsServers iface = %s\n", iface);
52 ALOGD("setInterfaceAddress iface = %s\n", iface);
62 ALOGD("flushDefaultDnsCache\n");
72 ALOGD("flushInterfaceDnsCache iface = %s\n", iface);
TetherController.cpp 56 ALOGD("Setting IP forward enable = %d", enable);
106 ALOGD("Starting tethering services");
164 ALOGD("Tethering services running");
177 ALOGD("Stopping tethering services");
184 ALOGD("Tethering services stopped");
203 ALOGD("setDnsForwarders(%d = '%s')", i, servers[i]);
215 ALOGD("Too many DNS servers listed");
225 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd);
  /hardware/ril/mock-ril/src/cpp/
experiments.cpp 42 ALOGD("before push q.size=%d", q.size());
44 ALOGD("after push q.size=%d", q.size());
47 ALOGD("q.push succeeded");
49 ALOGD("q.push failed");
52 ALOGD("after pop q.size=%d", q.size());
62 ALOGD("GetReqScreenState state=%d", state);
76 ALOGD("callOnRilRequest X wasn't a function");
90 ALOGD("callOnRilRequest RIL_REQUEST_SCREEN_STATE");
92 ALOGD("callOnRilRequest err size < sizeof int");
108 ALOGD("callOnRilRequest X unknown request")
    [all...]
util.cpp 47 ALOGD("LogErrorMessage no message");
49 ALOGD("LogErrorMessage no message: %s", alternate_message);
55 ALOGD("file:%s line:%i", filename_string, linenum);
60 ALOGD("%s", sourceline_string);
75 ALOGD("%s", error_string);
76 ALOGD("%s", ToCString(v8::String::Utf8Value(message->Get())));
  /frameworks/compile/libbcc/helper/
DebugHelper.h 31 #undef ALOGD
38 #define ALOGD(...)
60 ALOGD("---> BEGIN: libbcc [ %s ]\n", name);
64 ALOGD("---> END: libbcc [ %s ]\n", mFuncName);
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 284 ALOGD("%s: %s", prefix, buf);
307 ALOGD("-------- end of chaining cells (0x%04x)", offset);
310 ALOGD("-------- BARRIER");
313 ALOGD("-------- %s", (char *) dest);
319 ALOGD("L%p:", lir);
320 ALOGD("-------- chaining cell (backward branch): 0x%04x", dest);
323 ALOGD("L%p:", lir);
324 ALOGD("-------- chaining cell (normal): 0x%04x", dest);
327 ALOGD("L%p:", lir);
328 ALOGD("-------- chaining cell (hot): 0x%04x", dest)
    [all...]
  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 94 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName);
95 ALOGD(" mStorageID: %08X mFormat: %04X mProtectionStatus: %d\n",
97 ALOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n",
99 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight);
100 ALOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
102 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
104 ALOGD(" mSequenceNumber: %d mDateCreated: %ld mDateModified: %ld mKeywords: %s\n",
MtpStorageInfo.cpp 64 ALOGD("Storage Info %08X:\n\tmStorageType: %d\n\tmFileSystemType: %d\n\tmAccessCapability: %d\n",
66 ALOGD("\tmMaxCapacity: %lld\n\tmFreeSpaceBytes: %lld\n\tmFreeSpaceObjects: %d\n",
68 ALOGD("\tmStorageDescription: %s\n\tmVolumeIdentifier: %s\n",
  /frameworks/base/libs/storage/
IMountService.cpp 69 ALOGD("registerListener could not contact remote\n");
74 ALOGD("registerListener caught exception %d\n", err);
85 ALOGD("unregisterListener could not contact remote\n");
90 ALOGD("unregisterListener caught exception %d\n", err);
100 ALOGD("isUsbMassStorageConnected could not contact remote\n");
105 ALOGD("isUsbMassStorageConnected caught exception %d\n", err);
117 ALOGD("setUsbMassStorageEnabled could not contact remote\n");
122 ALOGD("setUsbMassStorageEnabled caught exception %d\n", err);
132 ALOGD("isUsbMassStorageEnabled could not contact remote\n");
137 ALOGD("isUsbMassStorageEnabled caught exception %d\n", err)
    [all...]
  /external/webkit/Source/WebKit/android/wds/
DebugServer.cpp 73 ALOGD("WDS Enabled");
81 ALOGD("DebugServer thread started");
90 ALOGD("Waiting for incoming connections...");
96 ALOGD("...Connection established");
109 ALOGD("DebugServer thread finished");