Searched refs:ALOGE (Results 226 - 250 of 534) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.cpp84 ALOGE("A component of name '%s' already exists, ignoring this one.",
94 ALOGE("OMX plugin failed w/ error 0x%08x after registering %zu "
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp97 ALOGE("source failed to start w/ err %d", err);
158 ALOGE("error %d reading stream.", err);
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp85 ALOGE("Exception in MessageQueue callback: %s", msg);
88 ALOGE("Exception: %s", msg);
H A Dandroid_os_UEventObserver.cpp124 ALOGE("Can't find android/os/UEventObserver");
/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp121 ALOGE("Could not map GPU pixel buffer: 0x%x", status);
137 ALOGE("Corrupted GPU pixel buffer");
H A DProgram.cpp68 ALOGE("%s", log);
144 ALOGE("Error while compiling this shader:\n===\n%s\n===", source);
H A DPixelBuffer.h193 ALOGE("unsupported format: %d",format);
/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp62 ALOGE("An exception was thrown by callback '%s'.", methodName);
111 ALOGE("Couldn't load %s module (%s)", POWER_HARDWARE_MODULE_ID, strerror(-err));
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp85 ALOGE("Cannot initialize llvm::Target for given triple '%s'! (%s)",
202 ALOGE("Unsupported architecture type: %s", mTarget->getName());
/frameworks/native/libs/gui/
H A DBitTube.cpp56 ALOGE("BitTube(Parcel): can't dup filedescriptor (%s)",
85 ALOGE("BitTube: pipe creation failed (%s)", strerror(-mReceiveFd));
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_eglapi.cpp105 ALOGE("Stopping OpenGL Trace Command Receiver\n");
130 ALOGE("Error creating GLTrace server socket. Tracing disabled.");
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.cpp121 ALOGE("Looper::POLL_ERROR");
127 ALOGE("Looper::pollOnce() returned unknown status %d", ret);
/frameworks/rs/driver/
H A DrsdCore.cpp203 ALOGE("Calloc for driver hal failed.");
211 ALOGE("RsdCpuReference::create for driver hal failed.");
/frameworks/rs/
H A DrsSampler.cpp111 ALOGE("pointer for sampler: %p", s);
112 ALOGE("pointer for sampler.drv: %p", &s->mHal.drv);
/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp87 ALOGE("glGenTextures failed: %#x", glGetError());
100 ALOGE("npot glyph bitmap width %u", FontBitmap::width);
131 ALOGE("glTexImage2D failed: %#x", glErr);
272 ALOGE("Unable to render text: xpos=%.3f border=%.3f width=%u",
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp85 ALOGE("App requested unknown string property %s", name.string());
/frameworks/av/media/libmedia/
H A DVisualizer.cpp73 ALOGE("Visualizer::enable() called from thread");
226 ALOGE("Cannot retrieve int measurements, no measurement mode set");
231 ALOGE("Cannot retrieve int measurements, requested measurement mode 0x%x not set(0x%x)",
239 ALOGE("Cannot retrieve int measurements, MEASUREMENT_MODE_PEAK_RMS returns 2 ints, not %d",
/frameworks/av/media/libstagefright/
H A DDataURISource.cpp54 ALOGE("Malformed base64 encoded content found.");
/frameworks/av/media/ndk/
H A DNdkMediaCrypto.cpp42 ALOGE("sf error code: %d", err);
H A DNdkMediaExtractor.cpp45 ALOGE("sf error code: %d", err);
86 ALOGE("setDataSource(path) must be called from Java thread");
93 ALOGE("can't find MediaHttpService");
101 ALOGE("can't find method");
H A DNdkMediaMuxer.cpp44 ALOGE("sf error code: %d", err);
/frameworks/av/services/camera/libcameraservice/api_pro/
H A DProCamera2Client.cpp233 ALOGE("%s: not fully implemented yet", __FUNCTION__);
251 ALOGE("%s: waitUntilDrained failed with code 0x%x", __FUNCTION__, code);
368 ALOGE("%s: waitUntilDrained failed with code 0x%x", __FUNCTION__,
434 ALOGE("Permission Denial: "
/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp53 ALOGE("An exception was thrown by callback '%s'.", methodName);
123 ALOGE("Class %s not found", kClassMediaScannerClient);
262 ALOGE("An error occurred while scanning directory '%s'.", pathStr);
302 ALOGE("An error occurred while scanning file '%s'.", pathStr);
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_frame.cpp175 ALOGE("Size mismatch in native setBitmap()!");
207 ALOGE("Unsupported bytes-per-pixel %d in setBitmap!", bytes_per_sample);
228 ALOGE("Size mismatch in native getBitmap()!");
259 ALOGE("Unsupported bytes-per-pixel %d in getBitmap!", bytes_per_sample);
H A Djni_shader_program.cpp85 ALOGE("ShaderProgram: Could not convert java object value passed for key '%s'!", c_key.c_str());
111 ALOGE("ShaderProgram: invalid input frame %d!", i);
120 ALOGE("ShaderProgram: no output frame found!");
126 ALOGE("ShaderProgram: error processing shader!");

Completed in 2114 milliseconds

1234567891011>>