HomeSort by relevance Sort by last modified time
    Searched refs:ALOGW (Results 26 - 50 of 389) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/security/keystore/
keystore.cpp 326 ALOGW("write failed: %s", strerror(errno));
486 ALOGW("Could not read random data for: %s", filename);
521 ALOGW("could not open file: %s: %s", tmpFileName, strerror(errno));
529 ALOGW("blob not fully written %zu != %zu", writtenBytes, fileLength);
534 ALOGW("could not rename blob to %s: %s", filename, strerror(errno));
753 ALOGW("couldn't open user directory: %s", strerror(errno));
999 ALOGW("key found but type doesn't match: %d vs %d", keyBlob->getType(), type);
1078 ALOGW("can't create filepath for key %s", filename)
    [all...]
  /dalvik/vm/native/
java_lang_reflect_Constructor.cpp 54 ALOGW("Class init failed in Constructor.constructNative (%s)",
  /device/generic/goldfish/camera/
EmulatedQemuCameraDevice.cpp 85 ALOGW("%s: Qemu camera device '%s' is already connected.",
110 ALOGW("%s: Qemu camera device '%s' is already disconnected.",
147 ALOGW("%s: Qemu camera device '%s' is already started.",
191 ALOGW("%s: Qemu camera device '%s' is not started.",
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PicturePileLayerContent.cpp 27 ALOGW("Warning: painting PicturePile without content!");
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 46 ALOGW("stepUser occurred after track reset");
75 ALOGW("stepServer() could not lock cblk");
94 ALOGW("stepServer occurred after track reset");
162 ALOGW("framesReady() could not lock cblk");
IMediaDeathNotifier.cpp 47 ALOGW("Media player service not published, waiting...");
79 ALOGW("media server died");
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 85 ALOGW("failed to post message '%s'. Target handler not registered.",
95 ALOGW("failed to post message. "
117 ALOGW("failed to deliver message. Target handler not registered.");
125 ALOGW("failed to deliver message. "
  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 54 ALOGW("SchedulingPolicyService died");
  /hardware/invensense/libsensors_iio/
local_log_def.h 25 #define LOGW ALOGW
  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 102 ALOGW("native_window_dequeue_buffer_and_wait returned error %d", err);
134 ALOGW("Surface::queueBuffer returned error %d", err);
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 93 ALOGW("consumerDisconnect failed: %d", err);
266 ALOGW("fillCodecBuffer_l: frame was not available");
270 ALOGW("fillCodecBuffer_l: acquireBuffer returned err=%d", err);
279 ALOGW("failed to wait for buffer fence: %d", err);
347 ALOGW("WARNING: emptyDirectBuffer failed: 0x%x", err);
390 ALOGW("emptyDirectBuffer EOS failed: 0x%x", err);
429 ALOGW("onFrameAvailable: EOS is set, ignoring frame");
453 ALOGW("onBuffersReleased: unable to get released buffer set");
  /dalvik/libdex/
SysUtil.cpp 49 ALOGW("mmap(%d, RW, SHARED|ANON) failed: %s", (int) length,
127 ALOGW("read(fd=%d, start=%d, length=%d) failed: %s", (int) length,
165 ALOGW("mmap(%d, R/W, FILE|PRIVATE, %d, %d) failed: %s", (int) length,
212 ALOGW("mmap(%d, R, FILE|SHARED, %d, %d) failed: %s",
286 ALOGW("munmap(%p, %d) failed: %s",
346 ALOGW("sysCopyFileToFile: copy read failed (%d vs %zd)",
  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 168 ALOGW("Couldn't close object handle 0x%x: 0x%x", mHandle, rv);
336 ALOGW("Unknown key type %d", type);
341 ALOGW("generate_keypair params were NULL");
416 ALOGW("provided key is null");
446 ALOGW("Could not convert modulus to array");
452 ALOGW("Could not convert publicExponent to array");
492 ALOGW("Could not convert private exponent");
558 ALOGW("Could not convert prime1");
566 ALOGW("Could not convert prime2");
574 ALOGW("Could not convert exponent 1")
    [all...]
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 168 ALOGW("Couldn't close object handle 0x%x: 0x%x", mHandle, rv);
336 ALOGW("Unknown key type %d", type);
341 ALOGW("generate_keypair params were NULL");
416 ALOGW("provided key is null");
446 ALOGW("Could not convert modulus to array");
452 ALOGW("Could not convert publicExponent to array");
492 ALOGW("Could not convert private exponent");
558 ALOGW("Could not convert prime1");
566 ALOGW("Could not convert prime2");
574 ALOGW("Could not convert exponent 1")
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 168 ALOGW("Couldn't close object handle 0x%x: 0x%x", mHandle, rv);
336 ALOGW("Unknown key type %d", type);
341 ALOGW("generate_keypair params were NULL");
416 ALOGW("provided key is null");
446 ALOGW("Could not convert modulus to array");
452 ALOGW("Could not convert publicExponent to array");
492 ALOGW("Could not convert private exponent");
558 ALOGW("Could not convert prime1");
566 ALOGW("Could not convert prime2");
574 ALOGW("Could not convert exponent 1")
    [all...]
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 164 ALOGW("Couldn't close object handle 0x%x: 0x%x", mHandle, rv);
332 ALOGW("Unknown key type %d", type);
337 ALOGW("generate_keypair params were NULL");
412 ALOGW("provided key is null");
442 ALOGW("Could not convert modulus to array");
448 ALOGW("Could not convert publicExponent to array");
488 ALOGW("Could not convert private exponent");
554 ALOGW("Could not convert prime1");
562 ALOGW("Could not convert prime2");
570 ALOGW("Could not convert exponent 1")
    [all...]
  /external/bluetooth/bluedroid/hci/src/
userial.c 112 ALOGW("[userial] ts %08d diff : %08d len %d", now_us, diff_us,
214 ALOGW( "read() returned 0!" );
220 ALOGW( "select() Failed");
222 ALOGW( "Got a select() TIMEOUT");
272 ALOGW("userial_read_thread() failed to gain buffers");
285 ALOGW("select_read return size <=0:%d, exiting userial_read_thread",\
407 ALOGW("userial_open: pthread_setschedparam failed (%s)", \
  /dalvik/vm/
CheckJni.cpp 71 ALOGW("JNI WARNING: invalid reference returned from native code");
74 ALOGW(" in %s.%s:%s", method->clazz->descriptor, method->name, desc);
106 ALOGW("JNI WARNING: method declared to return '%s' returned '%s'",
108 ALOGW(" failed in %s.%s ('%s' not found)",
114 ALOGW("JNI WARNING: method declared to return '%s' returned '%s'",
116 ALOGW(" failed in %s.%s",
233 ALOGW("JNI WARNING: illegal class name '%s' (%s)", className, mFunctionName);
234 ALOGW(" (should be formed like 'dalvik/system/DexFile')");
235 ALOGW(" or '[Ldalvik/system/DexFile;' or '[[B')");
242 ALOGW("JNI WARNING: null jfieldID")
    [all...]
  /frameworks/base/core/jni/
android_backup_BackupHelperDispatcher.cpp 61 ALOGW("Skipping unknown header: %d bytes", flattenedHeader.headerSize);
72 ALOGW("Failed reading chunk header");
78 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version,
97 ALOGW("Malformed V1 header remainingHeader=%d dataSize=%d nameLength=%d", remainingHeader,
104 ALOGW("unable to allocate %d bytes", flattenedHeader.nameLength);
android_view_DisplayEventReceiver.cpp 86 ALOGW("Failed to initialize display event receiver, status=%d", result);
118 ALOGW("Failed to request next vsync, status=%d", status);
135 ALOGW("Received spurious callback for unhandled poll event. "
176 ALOGW("receiver %p ~ ignoring unknown event type %#x", this, ev.header.type);
182 ALOGW("Failed to get events from display event receiver, status=%d", status_t(n));
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 37 #define warn(fmt, ...) ALOGW ("## WARNING : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__)
120 ALOGW("Cleaning up Bluetooth PAN Interface before initializing...");
126 ALOGW("Cleaning up Bluetooth PAN callback object");
152 ALOGW("Cleaning up Bluetooth PAN Interface...");
158 ALOGW("Cleaning up Bluetooth PAN callback object");
  /frameworks/native/cmds/installd/
commands.c 346 ALOGW("Path exceeds limit: %s%s", tmpdir, name);
374 ALOGW("Path exceeds limit: %s%s", tmpdir, name);
615 ALOGW("waitpid failed: wanted %d, got %d: %s\n",
624 ALOGW("DexInv: --- END '%s' --- status=0x%04x, process failed\n",
757 ALOGW("Unable to make directory %s: %s\n", path, strerror(errno));
778 ALOGW("Unable to stat %s: %s\n", srcpath, strerror(errno));
793 ALOGW("Unable to rename %s to %s: %s\n",
802 ALOGW("Unable to opendir %s: %s\n", srcpath, strerror(errno));
817 ALOGW("Source path too long; skipping: %s/%s\n", srcpath, name);
822 ALOGW("Destination path too long; skipping: %s/%s\n", dstpath, name)
    [all...]
  /system/core/libcutils/
mq.c 225 ALOGW("close() error: %s", strerror(errno));
436 ALOGW("%s() interrupted.", functionName);
441 ALOGW("Error returned by %s().", functionName);
586 ALOGW("Couldn't allocate memory for incoming data. Size: %u",
673 ALOGW("Non-master process %d tried to send us a connection.",
689 ALOGW("Peer proxy creation failed: %s", strerror(errno));
749 ALOGW("recvmsg() interrupted.");
780 ALOGW("Received connection for unknown peer.");
787 ALOGW("Error adding fd to selector for %d.",
814 ALOGW("socketpair() error: %s", strerror(errno))
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AH263Assembler.cpp 115 ALOGW("Packet discarded due to VRC (V != 0)");
123 ALOGW("Packet discarded (PLEN != 0)");
131 ALOGW("Packet discarded (PEBIT != 0)");
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 72 //ALOGW("RS export var at entry #%u named %s cannot be found in the result "
89 // ALOGW("RS export func at entry #%u named %s cannot be found in the result"
108 // ALOGW("Expanded RS foreach at entry #%u named %s cannot be found in the "
172 ALOGW("Failed to get the list of function name in %s for disassembly!",
189 ALOGW("Failed to disassemble the function %s in %s (error code=%zu)!",
193 ALOGW("And the error occured in disassembler is fatal. Abort "

Completed in 784 milliseconds

12 3 4 5 6 7 8 91011>>