Searched refs:ALOGW (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/frameworks/rs/
H A DrsUtils.h27 #define ALOGW(...) macro
/frameworks/av/services/mediacodec/minijail/
H A Dminijail.cpp32 ALOGW("No seccomp filter defined for this architecture.");
38 ALOGW("Failed to create minijail.");
/frameworks/av/services/mediaextractor/minijail/
H A Dminijail.cpp32 ALOGW("No seccomp filter defined for this architecture.");
38 ALOGW("Failed to create minijail.");
/frameworks/base/libs/androidfw/
H A DObbFile.cpp93 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("see
[all...]
H A DDisplayEventDispatcher.cpp44 ALOGW("Failed to initialize display event receiver, status=%d", result);
79 ALOGW("Failed to request next vsync, status=%d", status);
96 ALOGW("Received spurious callback for unhandled poll event. "
137 ALOGW("dispatcher %p ~ ignoring unknown event type %#x", this, ev.header.type);
143 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n));
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp82 ALOGW("Could not initialize EGL");
101 ALOGW("Could not select EGL configuration");
107 ALOGW("Could not find EGL configuration");
124 ALOGW("Could not create EGL context");
132 ALOGW("Could not create EGL surface");
137 ALOGW("Could not change current EGL context");
148 ALOGW("Could not create EGL image");
156 ALOGW("Could not create/bind texture");
165 ALOGW("Could not upload to texture");
174 ALOGW("Coul
[all...]
H A Dcom_android_server_VibratorService.cpp69 ALOGW("Tried to vibrate but there is no vibrator device.");
81 ALOGW("Tried to stop vibrating but there is no vibrator device.");
H A Dcom_android_server_vr_VrManagerService.cpp42 ALOGW("%s: Could not open VR hardware module, error %s (%d).", __FUNCTION__,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSoundTriggerSession.cpp37 ALOGW("acquireSoundTriggerSession() session %d not registered", session);
H A DEffectDescriptor.cpp61 ALOGW("registerEffect() memory limit exceeded for Fx %s, Memory %d KB",
89 ALOGW("unregisterEffect() unknown effect ID %d", id);
98 ALOGW("unregisterEffect() memory %d too big for total %d",
115 ALOGW("unregisterEffect() unknown effect ID %d", id);
134 ALOGW("setEffectEnabled(true) CPU Load limit exceeded for Fx %s, CPU %f MIPS",
142 ALOGW("setEffectEnabled(false) CPU load %d too high for total %d",
/frameworks/av/media/libcpustats/
H A DThreadCpuUsage.cpp121 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);
/frameworks/base/libs/hwui/
H A DImage.cpp35 ALOGW("Error creating image (%#x)", eglGetError());
45 ALOGW("Error creating image (%#x)", status);
H A DReadback.cpp45 ALOGW("Can't copy surface into bitmap, %dx%d exceeds max texture size %d",
51 ALOGW("Could not obtain an FBO");
109 ALOGW("Failed to get last queued buffer, error = %d", err);
113 ALOGW("Surface doesn't have any previously queued frames, nothing to readback from");
117 ALOGW("Surface is protected, unable to copy from it");
139 ALOGW("Error creating image (%#x)", eglGetError());
150 ALOGW("Error creating image (%#x)", status);
/frameworks/native/libs/binder/
H A DIInterface.cpp54 ALOGW("deprecated asBinder call, please update your code");
61 ALOGW("deprecated asBinder call, please update your code");
/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp33 ALOGW("InputFile::read: count = %zu, buffer = %p", count, pBuf);
H A DOutputFile.cpp37 ALOGW("OutputFile::write: count = %zu, buffer = %p", count, pBuf);
/frameworks/av/media/img_utils/src/
H A DFileOutput.cpp28 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());
H A DFileInput.cpp36 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
71 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
/frameworks/av/media/libmedia/
H A DMediaUtils.cpp44 ALOGW("requested %zu%% of total memory, using 100%%", percentageOfTotalMem);
53 ALOGW("couldn't determine total RAM");
H A DIMediaDeathNotifier.cpp47 ALOGW("Media player service not published, waiting...");
79 ALOGW("media server died");
/frameworks/native/services/inputflinger/
H A DInputManager.cpp74 ALOGW("Could not stop InputReader thread due to error %d.", result);
79 ALOGW("Could not stop InputDispatcher thread due to error %d.", result);
/frameworks/base/cmds/idmap/
H A Dscan.cpp125 ALOGW("%s: failed to open zip %s\n", __FUNCTION__, path);
130 ALOGW("%s: failed to find entry AndroidManifest.xml\n", __FUNCTION__);
136 ALOGW("%s: failed to read entry info\n", __FUNCTION__);
140 ALOGW("%s: cannot handle zip compression method %" PRIu16 "\n", __FUNCTION__, method);
145 ALOGW("%s: failed to create FileMap\n", __FUNCTION__);
150 ALOGW("%s: failed to allocate %" PRIu32 " byte\n", __FUNCTION__, uncompLen);
156 ALOGW("%s: failed to inflate %" PRIu32 " byte\n", __FUNCTION__, uncompLen);
/frameworks/av/media/libstagefright/
H A DMediaClock.cpp59 ALOGW("reject anchor time since it is negative.");
68 ALOGW("reject anchor time since it leads to negative media time.");
103 ALOGW("setRate: anchor time should not be negative, set to 0.");
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp70 ALOGW("setPhoneState() invalid state %d", state);
75 ALOGW("setPhoneState() setting same state %d", state);
100 ALOGW("setForceUse() invalid config %d for FOR_COMMUNICATION", config);
111 ALOGW("setForceUse() invalid config %d for FOR_MEDIA", config);
119 ALOGW("setForceUse() invalid config %d for FOR_RECORD", config);
130 ALOGW("setForceUse() invalid config %d for FOR_DOCK", config);
137 ALOGW("setForceUse() invalid config %d for FOR_SYSTEM", config);
144 ALOGW("setForceUse() invalid config %d for HDMI_SYSTEM_AUDIO", config);
152 ALOGW("setForceUse() invalid config %d for ENCODED_SURROUND", config);
158 ALOGW("setForceUs
[all...]
/frameworks/av/media/utils/
H A DSchedulingPolicyService.cpp54 ALOGW("SchedulingPolicyService died");

Completed in 3507 milliseconds

1234567891011>>