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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libcutils/
dlmalloc_stubs.c 31 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all");
36 ALOGW("Called host unimplemented stub: dlmalloc_trim");
  /development/tutorials/MoarRam/jni/
bar.c 39 ALOGW("%d 2M-byte blocks allocated so far (just allocated %p)",
49 ALOGW("All 2M-byte blocks are freed");
57 ALOGW("%d 2M-byte blocks allocated so far (just freed %p)",
foo.c 39 ALOGW("%d 32-byte blocks allocated so far (just allocated %p)",
49 ALOGW("All 32-byte blocks are freed");
57 ALOGW("%d 32-byte blocks allocated so far (just freed %p)",
baz.c 51 ALOGW("%d %d-byte blocks allocated so far (just allocated %p)",
73 ALOGW("All %d-byte blocks are freed", size);
79 ALOGW("%d %d-byte blocks allocated so far (just freed %p)",
df.c 34 ALOGW("About to double free %p", ptr);
  /system/core/libbacktrace/
BacktraceLog.h 26 ALOGW("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 108 ALOGW("*****************************************************************");
109 ALOGW("*****************************************************************");
110 ALOGW("** Warning - BT Vendor Lib is loaded in debug tuning mode!");
111 ALOGW("**");
112 ALOGW("** If this is not intentional, rebuild libbt-vendor.so ");
113 ALOGW("** with VENDOR_LIB_RUNTIME_TUNING_ENABLED=FALSE and ");
114 ALOGW("** check if any run-time tuning parameters needed to be");
115 ALOGW("** carried to the build-time configuration accordingly.");
116 ALOGW("*****************************************************************");
117 ALOGW("*****************************************************************");
    [all...]
  /frameworks/base/libs/androidfw/
ObbFile.cpp 93 ALOGW("couldn't open file %s: %s", filename, strerror(errno));
100 ALOGW("failed to read from %s (fd=%d)\n", filename, fd);
110 ALOGW("attempt to read from invalid fd\n");
123 ALOGW("error seeking in ObbFile: %s\n", strerror(errno));
125 ALOGW("file is only %lld (less than %d minimum)\n", (long long int)fileLength, kFooterMinSize);
139 ALOGW("couldn't read footer signature: %s\n", strerror(errno));
145 ALOGW("footer didn't match magic string (expected 0x%08x; got 0x%08x)\n",
153 ALOGW("claimed footer size is too large (0x%08zx; file size is 0x%08lld)\n",
159 ALOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n",
167 ALOGW("seek %lld failed: %s\n", (long long int)fileOffset, strerror(errno))
    [all...]
  /system/core/libutils/
Printer.cpp 75 ALOGW("%s: NULL string passed in", __FUNCTION__);
100 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, fd);
109 ALOGW("%s: NULL string passed in", __FUNCTION__);
112 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, mFd);
129 ALOGW("%s: Target string was NULL", __FUNCTION__);
135 ALOGW("%s: NULL string passed in", __FUNCTION__);
138 ALOGW("%s: Target string was NULL", __FUNCTION__);
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
ProcessPipe.cpp 40 ALOGW("Process pipe failed");
54 ALOGW("Process pipe failed");
68 ALOGW("Process pipe failed");
  /libnativehelper/
ALog-priv.h 58 #ifndef ALOGW
59 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
SoundTriggerSession.cpp 37 ALOGW("acquireSoundTriggerSession() session %d not registered", session);
  /hardware/interfaces/tests/pointer/1.0/default/
Pointer.cpp 17 ALOGW("SERVER(Pointer) error: %s", e.c_str());
  /packages/apps/TV/jni/
logging.h 29 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN , LOG_TAG, __VA_ARGS__)
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 121 ALOGW("Can't add sample because measurements have never been enabled");
143 ALOGW("Can't compute elapsed time because measurements have never been enabled");
182 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU);
185 ALOGW("kernel_max invalid %d", sKernelMax);
192 ALOGW("Can't read number of CPUs");
196 ALOGW("Can't open number of CPUs");
207 ALOGW("getCpukHz called with invalid CPU %d", cpuNum);
230 ALOGW("getCpukHz can't open CPU %d", cpuNum);
247 ALOGW("Can't read CPU %d frequency", cpuNum);
  /external/libese/libese/include/ese/
log.h 61 #ifndef ALOGW
62 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
  /frameworks/base/libs/hwui/
Image.cpp 35 ALOGW("Error creating image (%#x)", eglGetError());
45 ALOGW("Error creating image (%#x)", status);
  /frameworks/native/libs/binder/
IInterface.cpp 54 ALOGW("deprecated asBinder call, please update your code");
61 ALOGW("deprecated asBinder call, please update your code");
  /device/google/dragon/recovery/updater/
update_log.h 25 #define ALOGW(format, args...) printf("W %s: " format, LOG_TAG, ## args)
  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_msg.h 53 #define LOGW ALOGW
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_msg.h 53 #define LOGW ALOGW
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_msg.h 53 #define LOGW ALOGW
  /frameworks/av/media/img_utils/src/
FileOutput.cpp 28 ALOGW("%s: Destructor called with %s still open.", __FUNCTION__, mPath.string());
35 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
  /frameworks/av/media/libmedia/
MediaUtils.cpp 35 ALOGW("Running with ASan, skip enforcing memory limitations.");
49 ALOGW("requested %zu%% of total memory, using 100%%", percentageOfTotalMem);
58 ALOGW("couldn't determine total RAM");
  /system/core/libnativebridge/
native_bridge.cc 199 ALOGW("Called LoadNativeBridge for an already set up native bridge. State is %s.",
226 ALOGW("Unsupported native bridge interface.");
307 ALOGW("Instruction set %s is malformed, must be less than or equal to 10 characters.",
333 ALOGW("Failed to bind-mount %s as /proc/cpuinfo: %s", cpuinfo_path, strerror(errno));
337 ALOGW("Mac OS does not support bind-mounting. Host simulation of native bridge impossible.");
348 ALOGW("Could not find %s field.", field);
355 ALOGW("Could not create string %s.", value);
367 ALOGW("No JNIEnv* to set up app environment.");
381 ALOGW("Out of memory while setting up app environment.");
396 ALOGW("Could not find Build class.")
    [all...]

Completed in 1130 milliseconds

1 2 3 4 5 6 7 8 91011>>