HomeSort by relevance Sort by last modified time
    Searched refs:LOGD (Results 101 - 125 of 376) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 33 if (Config.LOGD) Log.d(TAG, "onReceive " + intent);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 149 || (Config.LOGD && LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE));
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 141 LOGD("channel '%s' - Registered", inputChannel->getName().string());
186 LOGD("channel '%s' - Unregistered", inputChannel->getName().string());
279 LOGD("channel '%s' ~ Finished event.",
371 LOGD("channel '%s' ~ Received key event.", connection->getInputChannelName());
380 LOGD("channel '%s' ~ Received motion event.", connection->getInputChannelName());
401 LOGD("Invoking input handler.");
407 LOGD("Returned from input handler.");
  /hardware/libhardware_legacy/wifi/
wifi.c 111 LOGD("Unable to unload driver module \"%s\": %s\n",
412 LOGD("'%s' command timed out.\n", cmd);
433 LOGD("Connection closed\n");
441 LOGD("wpa_ctrl_recv failed: %s\n", strerror(errno));
447 /* LOGD("wait_for_event: result=%d nread=%d string=\"%s\"\n", result, nread, buf); */
451 LOGD("Received EOF on supplicant socket\n");
  /system/core/libcutils/
mq.c 266 LOGD("Freeing outgoing packet.");
438 LOGD("EWOULDBLOCK");
464 LOGD("Bytes written.");
530 LOGD("Writing header...");
533 LOGD("Header written.");
562 LOGD("Before select...");
571 LOGD("Packets found. Setting onWritable().");
582 LOGD("Expecting %d bytes.", header->size);
966 LOGD("Reading...");
973 LOGD("Header read.")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 109 if (Config.LOGD) Log.d(TAG, "Alarms.query: failed");
148 if (Config.LOGD) Log.d(TAG, "*** notifyChange() rowId: " + rowId);
  /frameworks/base/libs/utils/
FileMap.cpp 67 LOGD("munmap(%p, %d) failed\n", mBasePtr, (int) mBaseLength);
72 LOGD("UnmapViewOfFile(%p) failed, error = %ld\n", mBasePtr,
StreamingZipInflater.cpp 80 LOGD("Initializing inflate state");
155 LOGD("Inflating to outbuf: avail_in=%u avail_out=%u next_in=%p next_out=%p",
161 LOGD("Initializing zlib to inflate");
195 //LOGD("Reading input chunk, size %08x didread %08x", toRead, didRead);
SystemClock.cpp 67 LOGD("Setting time of day to sec=%d\n", (int) tv.tv_sec);
  /frameworks/base/opengl/libagl/
Tokenizer.cpp 166 LOGD("Tokenizer (%p, size = %u)\n", this, c);
168 LOGD("%u: (%u, %u)\n", i, ranges[i].first, ranges[i].length);
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 186 LOGD("Terminating client thread...");
270 LOGD("Download new Firmware");
344 LOGD("NFC capabilities: HAL = %x, FW = %x, HW = %x, Model = %x, HCI = %x, Full_FW = %d, Rev = %d, FW Update Info = %d",
418 LOGD("phLibNfc_Mgt_UnConfigureDriver() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
441 LOGD("Start Initialization\n");
500 LOGD("NFC capabilities: HAL = %x, FW = %x, HW = %x, Model = %x, HCI = %x, Full_FW = %d, Rev = %d, FW Update Info = %d",
574 LOGD("phLibNfc_SE_GetSecureElementList()");
579 LOGD("phLibNfc_SE_GetSecureElementList(): Error");
583 LOGD("\n> Number of Secure Element(s) : %d\n", No_SE);
588 LOGD("phLibNfc_SE_GetSecureElementList(): SMX detected, handle=%p", (void*)SE_List[i].hSecureElement)
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 51 static final boolean LOGD = false;
100 if (LOGD) Log.d(TAG, "no thread running, so starting new one");
126 if (LOGD) Log.d(TAG, "no requested update or expired wakelock, bailing");
141 if (LOGD) Log.d(TAG, "processing requested update now=" + now);
213 if (LOGD) Log.d(TAG, "Didn't build update, possibly because changedEventIds=" +
232 if (LOGD) Log.w(TAG, "Encountered bad trigger time " + formatDebugTime(triggerTime, now));
242 if (LOGD) Log.d(TAG, "Scheduled next update at " + formatDebugTime(triggerTime, now));
560 if (LOGD) Log.d(TAG, "Calculated flip time " + formatDebugTime(eventFlip, now));
  /dalvik/vm/
Common.h 139 #define LOGD(...) LOG_PRI(3, 0, __VA_ARGS__)
StdioConverter.c 135 LOGD("Joining stdio converter...\n");
187 LOGD("Got EINTR, ignoring\n");
189 LOGD("WEIRD: select returned zero\n");
  /dalvik/vm/mterp/portable/
entry.c 41 LOGD("*DebugInterp - entrypoint is %d, tgt is 0x%x, %s\n",
69 //LOGD("Invalid trace request, exiting\n");
  /frameworks/base/core/java/com/google/android/mms/util/
AbstractCache.java 28 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/base/services/jni/
com_android_server_AlarmManagerService.cpp 56 LOGD("Kernel timezone updated to %d minutes west of GMT\n", minswest);
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 92 if (Config.LOGD) {
  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilContentHandler.java 34 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java 33 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /system/core/libnetutils/
ifc_utils.c 41 #define LOGD printf
307 LOGD("failed to remove route for %s to %s: %s",
370 LOGD("failed to add %s as default route for %s: %s",
391 LOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
  /system/core/nexus/
PropertyManager.cpp 69 LOGD("Attaching property %s to namespace %s", p->getName(), ns_name);
72 LOGD("Creating namespace %s", ns_name);
93 LOGD("Detaching property %s from namespace %s", p->getName(), ns_name);
196 LOGD("set %s = '%s'", name, value);
TiwlanWifiController.cpp 78 LOGD("Firmware loaded OK");
  /system/netd/
main.cpp 126 LOGD("Child process %d exited", pid);
  /dalvik/vm/analysis/
DexPrepare.c 120 LOGD("DexOpt: sleeping on flock(%s)\n", cacheFileName);
148 LOGD("DexOpt: our open cache file is stale; sleeping and retrying\n");
231 LOGD("ODEX file is stale or bad; removing and retrying (%s)\n",
306 LOGD("DexOpt: --- BEGIN '%s' (bootstrap=%d) ---\n", lastPart, isBootstrap);
438 LOGD("waitpid interrupted, retrying\n");
451 LOGD("DexOpt: --- END '%s' (success) ---\n", lastPart);
778 LOGD("DexOpt: load %dms, %s %dms\n",
855 LOGD("DexOpt: '%s' has an earlier definition; blocking out\n",
935 LOGD("DexOpt: not verifying '%s': multiple definitions\n",
    [all...]

Completed in 778 milliseconds

1 2 3 45 6 7 8 91011>>