Searched refs:ALOGW (Results 1 - 25 of 326) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp435 ALOGW("Callback %p(%p, %p, SL_PLAYEVENT_HEADATEND) dropped", playCallback,
813 ALOGW("Callback %p(%p, %p, 0x%x) dropped", callback,
H A Dandroid_GenericMediaPlayer.cpp562 ALOGW("channel count is still unknown after prepare");
/frameworks/webview/chromium/loader/
H A Dloader.cpp74 ALOGW("Failed to unlink old file %s: %s", relro, strerror(errno));
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp117 ALOGW("Expected optimization level of 0 or 3. Received %d", optLevel);
H A DrsCpuScriptGroup2.cpp299 ALOGW("Expected optimization level of 0 or 3. Received %d", optLevel);
/frameworks/rs/
H A DrsCppUtils.h50 #define ALOGW(...) \ macro
H A DrsUtils.h27 #define ALOGW(...) macro
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp920 ALOGW("device loop timeout");
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp1923 ALOGW("HAL's wifi_get_driver_memory_dump returned %d", result);
1928 ALOGW("HAL's wifi_get_driver_memory_dump provided zero bytes");
1935 ALOGW("Failed to allocate Java buffer for driver state dump");
2080 ALOGW("Overly long frame (len: %zu, max: %zu)", copy_len, max_frame_len);
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp989 ALOGW("remove(%s): %s\n", bugreport_path.c_str(), strerror(errno));
/frameworks/native/cmds/installd/
H A Dcommands.cpp1626 ALOGW("Unable to make directory %s: %s\n", path, strerror(errno));
H A Dutils.cpp463 ALOGW("Couldn't copy %s: %s\n", name, strerror(errno));
478 ALOGW("Couldn't copy %s: %s\n", name, strerror(errno));
726 ALOGW("Cache dir %s truncated in path %s; deleting dir\n",
758 ALOGW("Unable to stat cache file %s; deleting\n", pathBase);
766 ALOGW("Cache file %s truncated in path %s; deleting\n",
1009 ALOGW("Problem finding value for environment variable %s\n", var);
1187 ALOGW("waitpid failed: wanted %d, got %d: %s\n",
/frameworks/native/include/gui/
H A DBufferQueueCore.h39 #define BQ_LOGW(x, ...) ALOGW("[%s] " x, mConsumerName.string(), ##__VA_ARGS__)
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp55 ALOGW("Waiting too long for app ops service, giving up");
H A DBinder.cpp111 ALOGW("reached BBinder::getInterfaceDescriptor (this=%p)", this);
H A DIInterface.cpp54 ALOGW("deprecated asBinder call, please update your code");
61 ALOGW("deprecated asBinder call, please update your code");
H A DIPCThreadState.cpp293 ALOGW("Calling IPCThreadState::self() during shutdown is dangerous, expect a crash.\n");
302 ALOGW("IPCThreadState::self() unable to create TLS key, expect a crash: %s\n",
414 ALOGW("Waiting for thread to be free. mExecutingThreadsCount=%lu mMaxThreads=%lu\n",
H A DIServiceManager.cpp96 ALOGW("Permission failure: %s from uid=%d pid=%d",
H A DParcel.cpp651 ALOGW("**** enforceInterface() expected '%s' but read '%s'",
2151 ALOGW("Attempt to read object from Parcel %p at offset %zu that is not in the object list",
2558 ALOGW("Unable to getrlimit: %s", strerror(errno));
H A DProcessInfoService.cpp54 ALOGW("%s: Could not retrieve process states from ProcessInfoService after %d retries.",
H A DProcessState.cpp334 ALOGW("Opening '/dev/binder' failed: %s\n", strerror(errno));
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp29 #define CC_LOGW(x, ...) ALOGW("[%s] " x, mName.string(), ##__VA_ARGS__)
H A DGLConsumer.cpp56 #define GLC_LOGW(x, ...) ALOGW("[%s] " x, mName.string(), ##__VA_ARGS__)
H A DSensor.cpp465 ALOGW("Sensor with UUID being flattened; sending 0. Expect "
H A DSensorManager.cpp138 ALOGW("sensorservice died [%p]", who.unsafe_get());

Completed in 694 milliseconds

1234567891011>>