/system/netd/ |
NetlinkHandler.cpp | 49 LOGW("No subsystem found in netlink event");
|
/bootable/recovery/minzip/ |
Log.h | 103 #ifndef LOGW 104 #define LOGW(...) ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
|
/bootable/recovery/mtdutils/ |
flash_image.c | 77 LOGW("error opening %s: %s\n", argv[1], strerror(errno)); 83 LOGW("error reading %s: %s\n", argv[1], strerror(errno));
|
/dalvik/vm/hprof/ |
Hprof.c | 59 LOGW("hprof: WARNING: unable to remove temp file %s\n", fileName); 199 LOGW("hprof: file copy failed, hprof data may be incomplete\n");
|
/dalvik/vm/native/ |
dalvik_system_VMStack.c | 140 LOGW("Unable to find java.lang.Class array class\n"); 146 LOGW("Unable to allocate class array (%d elems)\n", size);
|
java_security_AccessController.c | 113 LOGW("Unable to find ProtectionDomain class for array\n"); 119 LOGW("Unable to allocate pd array (%d elems)\n", subIdx);
|
java_lang_Runtime.c | 53 LOGW("JNI exit hook returned\n");
|
java_lang_reflect_Array.c | 122 LOGW("Unable to find or generate array class '%s'\n", acDescriptor);
|
java_lang_reflect_Constructor.c | 70 LOGW("Class init failed in Constructor.constructNative (%s)\n",
|
/frameworks/base/media/libmedia/ |
mediametadataretriever.cpp | 46 LOGW("MediaPlayerService not published, waiting..."); 184 LOGW("MediaMetadataRetriever server died!");
|
IAudioTrack.cpp | 56 LOGW("start() error: %s", strerror(-status));
|
/system/core/nexus/ |
WifiNetwork.cpp | 80 LOGW("Unsupported flags '%s'", flags); 529 LOGW("Invalid KeyManagementMask value '%s'", v_token); 535 LOGW("KeyManagementMask value '%s' when NONE", v_token); 559 LOGW("Invalid ProtocolsMask value '%s'", v_token); 590 LOGW("Invalid AuthAlgorithmsMask value '%s'", v_token); 619 LOGW("PairwiseCiphersMask value '%s' when NONE", v_token); 625 LOGW("Invalid PairwiseCiphersMask value '%s'", v_token); 654 LOGW("Invalid GroupCiphersMask value '%s'", v_token);
|
DhcpClient.cpp | 149 LOGW("Failed to stop DHCP service (%s)", strerror(errno));
|
TiwlanWifiController.cpp | 81 LOGW("Failed to start driver event listener (%s)",
|
/external/opencore/android/author/ |
authordriver.cpp | [all...] |
/frameworks/base/libs/utils/ |
BackupHelpers.cpp | 103 LOGW("read_snapshot_file header.magic0=0x%08x magic1=0x%08x", header.magic0, header.magic1); 113 LOGW("read_snapshot_file FileState truncated/error with read at %d bytes\n", bytesRead); 132 LOGW("read_snapshot_file filename truncated/error with read at %d bytes\n", bytesRead); 138 LOGW("read_snapshot_file length mismatch: header.totalSize=%d bytesRead=%d\n", 169 LOGW("write_snapshot_file error writing header %s", strerror(errno)); 181 LOGW("write_snapshot_file error writing header %s", strerror(errno)); 188 LOGW("write_snapshot_file error writing filename %s", strerror(errno)); 196 LOGW("write_snapshot_file error writing %d bytes of filename padding %s", 482 LOGW("Could not read metadata for %s -- %ld / %s", filename.string(), 491 LOGW("Restoring file with unsupported metadata version %d (currently %d)" [all...] |
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.cpp | 343 LOGW("binderDied() %p, tid %d, calling tid %d", who.unsafe_get(), gettid(), IPCThreadState::self()->getCallingPid()); 446 LOGW("openOutput() could not get AudioFlinger"); 457 LOGW("openDuplicateOutput() could not get AudioFlinger"); 476 LOGW("suspendOutput() could not get AudioFlinger"); 487 LOGW("restoreOutput() could not get AudioFlinger"); 502 LOGW("openInput() could not get AudioFlinger"); 655 LOGW("AudioCommandThread() unknown command %d", command->mCommand);
|
/hardware/msm7k/libaudio/ |
AudioHardware.cpp | 189 LOGW("Attempt to close invalid output stream"); 230 LOGW("Attempt to close invalid input stream"); 349 LOGW("getInputBufferSize bad format: %d", format); 353 LOGW("getInputBufferSize bad channel count: %d", channelCount); 402 LOGW("setVoiceVolume(%f) under 0.0, assuming 0.0\n", v); 405 LOGW("setVoiceVolume(%f) over 1.0, assuming 1.0\n", v); 538 LOGW("Hardware does not support requested route combination (%#X)," 760 LOGW("EAGAIN - retry"); 1042 LOGW("EAGAIN - retrying"); [all...] |
/dalvik/vm/alloc/ |
HeapBitmap.c | 195 LOGW("dvmHeapBitmapXorWalk: callback failed\n"); \ 234 LOGW("dvmHeapBitmapXorWalk: bitmaps cover different heaps " 240 LOGW("dvmHeapBitmapXorWalk: size of bitmaps differ (%zd != %zd)\n",
|
/frameworks/base/services/jni/ |
com_android_server_BatteryService.cpp | 98 LOGW("Unknown battery status '%s'", status); 115 LOGW("Unknown battery health[1] '%s'", status); 129 LOGW("Unknown battery health[2] '%s'", status);
|
/bootable/recovery/ |
common.h | 75 #define LOGW(...) fprintf(stderr, "W:" __VA_ARGS__)
|
/dalvik/dexopt/ |
OptMain.c | 89 LOGW("DexOptZ: unable to open zip archive '%s'\n", debugFileName); 95 LOGW("DexOptZ: zip archive '%s' does not include %s\n", 106 LOGW("DexOptZ: zip archive GetEntryInfo failed on %s\n", debugFileName); 118 LOGW("DexOptZ: extraction of %s from %s failed\n",
|
/dalvik/vm/ |
Common.h | 136 #define LOGW(...) LOG_PRI(5, 0, __VA_ARGS__)
|
Sync.c | [all...] |
/dalvik/vm/reflect/ |
Annotation.c | 728 LOGW("Failed processing annotation value\n"); 744 LOGW("WARNING: could not find annotation member %s in %s\n", [all...] |