Searched refs:ALOGE (Results 151 - 175 of 534) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp49 ALOGE("AudioSystem could not query the input buffer size for sampleRate %u, format %#x, "
58 ALOGE("Unsupported configuration: sampleRate %u, format %#x, channelMask %#x",
149 ALOGE("Transfer type TRANSFER_CALLBACK but cbf == NULL");
157 ALOGE("Invalid transfer type %d", transferType);
166 ALOGE("Track already in use");
181 ALOGE("Invalid sample rate %u", sampleRate);
193 ALOGE("Invalid format %#x", format);
198 ALOGE("Format %#x is not supported", format);
204 ALOGE("Invalid channel mask %#x", channelMask);
300 ALOGE("star
[all...]
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp116 ALOGE("Error %d opening key character map file %s.", status, filename.string());
131 ALOGE("Error %d opening key character map.", status);
144 ALOGE("Error allocating key character map.");
703 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
719 ALOGE("%s: Expected end of line or trailing comment, got '%s'.",
730 ALOGE("%s: Unterminated key description at end of file.",
736 ALOGE("%s: Keyboard layout missing required keyboard 'type' declaration.",
743 ALOGE("%s: Base keyboard layout must specify a keyboard 'type' other than 'OVERLAY'.",
749 ALOGE("%s: Overlay keyboard layout missing required keyboard "
761 ALOGE("
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp81 ALOGE("An exception was thrown by callback '%s'.", methodName);
188 ALOGE("Unable to allocate byte array for IPv4 address");
244 ALOGE("Unable to allocate byte array for IPv6 address.");
255 ALOGE("Invalid ss_family found: %d", agps_status->addr.ss_family);
274 ALOGE("Invalid size of AGpsStatus found: %d.", status_size);
314 ALOGE("out of memory in gps_ni_notify_callback\n");
396 ALOGE("Error in geofence_add_callback: %d\n", status);
406 ALOGE("Error in geofence_remove_callback: %d\n", status);
416 ALOGE("Error in geofence_resume_callback: %d\n", status);
426 ALOGE("Erro
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp115 ALOGE("Could not verify or create cache dir: %s", cacheDir);
128 ALOGE("Could not create symlink %s -> %s", newName.c_str(), origName);
134 ALOGE("Could not unlink symlink %s", newName.c_str());
157 ALOGE("Found peculiar cacheDir (missing \"cache\"): %s", cacheDir);
171 ALOGE("Unable to open shared library (%s): %s",
185 ALOGE("Unable to open system shared library (%s): %s",
263 ALOGE("Could not write to %s", bcFileName.string());
269 ALOGE("Could not write %zu bytes to %s", bitcodeSize,
278 ALOGE("Couldn't fork for bcc compiler execution");
285 ALOGE("exec
[all...]
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp129 ALOGE("Uknown color format (%s), please add it to "
327 ALOGE("Video dimension (%dx%d) is unsupported", width, height);
340 ALOGE("Requested video size (%dx%d) is not supported", width, height);
356 ALOGE("Requested frame rate (%d) is not supported: %s",
373 ALOGE("Could not change settings."
413 ALOGE("Failed to retrieve video frame size (%dx%d)",
422 ALOGE("Failed to set video frame size to %dx%d. "
451 ALOGE("Failed to retrieve preview frame rate (%d)", frameRateActual);
458 ALOGE("Failed to set preview frame rate to %d fps. The actual "
520 ALOGE("Camer
[all...]
H A DMediaCodecList.cpp224 ALOGE("failed in call to XML_GetBuffer()");
231 ALOGE("failed in call to read");
238 ALOGE("malformed (%s)", ::XML_ErrorString(::XML_GetErrorCode(parser)));
290 ALOGE("invalid include file name: %s", href);
297 ALOGE("invalid include file name: %s", href);
629 ALOGE("limit '%s' with %s'%s' attribute", name.c_str(),
635 ALOGE("limit '%s' %s", name.c_str(), msg);
640 ALOGE("limit '%s' with invalid '%s' attribute (%s)", name.c_str(),
674 ALOGE("limit with no 'name' attribute");
825 ALOGE("featur
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp69 ALOGE("%s: Invalid java metadata object.", __FUNCTION__);
74 ALOGE("%s: Invalid output metadata object.", __FUNCTION__);
80 ALOGE("%s: Invalid native pointer in java metadata object.", __FUNCTION__);
93 ALOGE("%s: Invalid type specified (%ud)", __FUNCTION__, type);
107 ALOGE("%s: Invalid type specified (%ud)", __FUNCTION__, type);
114 ALOGE("%s: Expected dataBytes (%ud) to be divisible by typeSize "
138 ALOGE("%s: Unreachable", __FUNCTION__);
371 ALOGE("%s: Failed to close writeFd (errno = %#x, message = '%s')",
465 ALOGE("%s: Failed to join thread (errno = %#x, message = '%s')",
580 ALOGE("Ca
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp75 ALOGE("%s: attempt to use a locked camera from a different process"
94 ALOGE("%s: Camera %d: No device connected",
101 ALOGE("%s: Camera %d: unable to initialize device: %s (%d)",
208 ALOGE("%s: Camera %d: Connection attempt from pid %d; "
231 ALOGE("Error condition %d reported by HAL, requestId %" PRId32, errorCode,
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3ZslStream.cpp139 ALOGE("%s: Stream %d: Buffer registration for input streams"
162 ALOGE("%s: Stream %d: No input buffer was queued",
225 ALOGE("%s: Stream %d: Can't return buffer that wasn't sent to HAL",
234 ALOGE("%s: Stream %d: HAL should not set release_fence(%d) when "
296 ALOGE("%s: No ZSL buffers were available yet", __FUNCTION__);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp109 ALOGE("Out of memory when allocate memory for string pool in RSInfo "
214 ALOGE("String index #%u is out of range in string pool (size: %u)!",
225 ALOGE("String %s does not in the string pool!", pStr);
254 ALOGE("Full and relaxed precision specified at the same time!");
278 ALOGE("Unrecognized debug.rs.precision %s", precision_prop_buf);
/frameworks/rs/
H A DrsGrallocConsumer.cpp79 ALOGE("Error acquiring buffer: %s (%d)", strerror(err), err);
89 ALOGE("Failed to wait for fence of acquired buffer: %s (%d)",
106 ALOGE("Unable to lock YCbCr buffer for CPU reading: %s (%d)",
118 ALOGE("Unable to lock buffer for CPU reading: %s (%d)",
174 ALOGE("%s: Unable to unlock graphic buffer", __FUNCTION__);
H A DrsProgram.cpp155 ALOGE("Attempt to bind alloc at slot %u, on shader id %" PRIuPTR ", but const count is %u",
161 ALOGE("Attempt to bind alloc at slot %u, on shader id %" PRIuPTR ", but types mismatch",
183 ALOGE("Attempt to bind texture to slot %u but tex count is %u", slot, mHal.state.texturesCount);
189 ALOGE("Attempt to bind cubemap to slot %u but 2d texture needed", slot);
202 ALOGE("Attempt to bind sampler to slot %u but tex count is %u", slot, mHal.state.texturesCount);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp165 ALOGE("only select subtitile/audio tracks for now!");
171 ALOGE("track %zu does not exist", index);
175 ALOGE("track %zu already selected", index);
182 ALOGE("track %zu is not selected", index);
771 ALOGE("Expected quoted string for %s attribute, "
788 ALOGE("Expected quoted string for %s attribute, "
799 ALOGE("Undefined media group '%s' referenced in stream info.",
871 ALOGE("failed to make absolute url for %s.",
998 ALOGE("Invalid media group type '%s'", val.c_str());
1007 ALOGE("Expecte
[all...]
/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp66 ALOGE("glGenTextures failed: %#x", glGetError());
141 ALOGE("glReadPixels failed: %#x", glErr);
186 ALOGE("write failed (errno=%d)", errno);
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp36 ALOGE("Unable to locate libstagefright_hdcp.so");
50 ALOGE("Unable to find symbol 'createHDCPModule'.");
53 ALOGE("createHDCPModule failed.");
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp112 ALOGE("Failed to init AAC encoder");
181 ALOGE("invalid SBR ratio %d", mSBRRatio);
191 ALOGE("invalid SBR mode %d", mSBRMode);
371 ALOGE("Failed to set AAC encoder parameters");
376 ALOGE("Failed to set AAC encoder parameters");
380 ALOGE("Failed to set AAC encoder parameters");
385 ALOGE("Failed to set AAC encoder parameters");
389 ALOGE("Failed to set AAC encoder parameters");
395 ALOGE("Failed to set AAC encoder parameters");
407 ALOGE("Faile
[all...]
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp123 ALOGE("Error in getting version number: 0x%x",
151 ALOGE("Error in setting the run-time parameters: 0x%x",
185 ALOGE("Error in reset: 0x%x", s_ctl_op.u4_error_code);
211 ALOGE("Error in setting number of cores: 0x%x",
234 ALOGE("Error in setting the decoder in flush mode: (%d) 0x%x", status,
287 ALOGE("Error in getting mem records: 0x%x",
298 ALOGE("Allocation failure");
334 ALOGE("Error in filling mem records: 0x%x",
347 ALOGE("Allocation failure for memory record #%zu of size %u",
389 ALOGE("Erro
[all...]
/frameworks/base/core/jni/android/graphics/
H A DFontFamily.cpp62 ALOGE("addFont failed to create font %s", str.c_str());
75 ALOGE("addFont failed to create font %s", str.c_str());
108 ALOGE("addFontFromAsset failed to create font %s", str.c_str());
/frameworks/base/libs/androidfw/
H A DStreamingZipInflater.cpp158 ALOGE("Unable to access asset data: %d", err);
185 ALOGE("Error inflating asset: %d", result);
214 ALOGE("Error reading asset data: %s", strerror(errno));
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp258 ALOGE("Can't find %s", kClassPathName);
267 ALOGE("Can't find %s", kClassPeakRmsPathName);
277 ALOGE("Can't find Visualizer.%s", "postEventFromNative");
287 ALOGE("Can't find Visualizer.%s", "mNativeVisualizer");
295 ALOGE("Can't find Visualizer.%s", "mJniData");
303 ALOGE("Can't find Visualizer.MeasurementPeakRms.%s", "mPeak");
311 ALOGE("Can't find Visualizer.MeasurementPeakRms.%s", "mPeak");
348 ALOGE("setup: Error creating JNI Storage");
363 ALOGE("setup: NULL java array for id pointer");
374 ALOGE("Erro
[all...]
/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp101 ALOGE("SensorEventQueue::waitForEvent error (errno=%d)", errno);
107 ALOGE("SensorEventQueue::waitForEvent error HANGUP");
160 ALOGE("sendAck failure %d %d", size, mNumAcksToSend);
/frameworks/native/libs/ui/
H A DFence.cpp65 ALOGE("%s: fence %d didn't signal in %u ms", logname, mFenceFd,
90 ALOGE("merge: sync_merge(\"%s\", %d, %d) returned an error: %s (%d)",
109 ALOGE("sync_fence_info returned NULL for fd %d", mFenceFd);
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp51 ALOGE("Could not compile shader %d:\n%s\n",
90 ALOGE("Could not link program:\n%s\n", buf);
113 ALOGE("Could not create program.");
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp51 ALOGE("Could not compile shader %d:\n%s\n",
90 ALOGE("Could not link program:\n%s\n", buf);
113 ALOGE("Could not create program.");
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp42 ALOGE("Error while linking shaders:");
48 ALOGE("%s", log);
108 ALOGE("Error while compiling shader: \n%s\n%s", source, log);

Completed in 615 milliseconds

1234567891011>>