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

1234567891011>>

/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp46 ALOGE("sf error code: %d", err);
88 ALOGE("setDataSource(path) must be called from Java thread");
95 ALOGE("can't find MediaHttpService");
103 ALOGE("can't find method");
248 ALOGE("invalid PSSH data");
257 ALOGE("invalid PSSH data");
265 ALOGE("invalid PSSH data");
282 ALOGE("invalid PSSH data");
/frameworks/base/core/jni/android/graphics/
H A DFontFamily.cpp74 ALOGE("failed to attach to thread to release global ref.");
92 ALOGE("addFont failed to create font, buffer invalid");
97 ALOGE("addFont failed to create font, buffer size invalid");
111 ALOGE("addFont failed to create font");
157 ALOGE("addFont failed to create font, buffer invalid");
162 ALOGE("addFont failed to create font, buffer size invalid");
177 ALOGE("addFont failed to create font, invalid request");
219 ALOGE("addFontFromAsset failed to create font %s", str.c_str());
/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp51 ALOGE("Unable to open stack of tid %d : %d (%s)", tid, errno, strerror(errno));
70 ALOGE("Unable to open stack dump file: %d (%s)", errno, strerror(errno));
H A Dandroid_media_AudioTrack.cpp229 ALOGE("Error creating AudioTrack: invalid session ID pointer");
235 ALOGE("Error creating AudioTrack: Error retrieving session id pointer");
248 ALOGE("Can't find %s when setting up callback.", kClassPathName);
255 ALOGE("Error creating AudioTrack: invalid audio attributes");
260 ALOGE("Error creating AudioTrack: invalid sample rates");
272 ALOGE("Error creating AudioTrack: invalid native channel mask %#x.", nativeChannelMask);
282 ALOGE("Error creating AudioTrack: unsupported audio format %d.", audioFormat);
349 ALOGE("Error creating AudioTrack in static mode: error creating mem heap base");
372 ALOGE("Unknown mode %d", memoryMode);
377 ALOGE("Erro
[all...]
/frameworks/base/native/android/
H A Dlooper.cpp55 ALOGE("ALooper_pollOnce: No looper for this thread!");
66 ALOGE("ALooper_pollAll: No looper for this thread!");
/frameworks/base/services/core/jni/
H A Dcom_android_server_ConsumerIrService.cpp39 ALOGE("Can't open consumer IR HW Module, error: %d", err);
46 ALOGE("Can't open consumer IR transmitter, error: %d", err);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp45 ALOGE("Failed to register MediaPlayerFactory of type %d, factory is"
51 ALOGE("Failed to register MediaPlayerFactory of type %d, type is"
57 ALOGE("Failed to register MediaPlayerFactory of type %d, failed to add"
139 ALOGE("Failed to create player object of type %d, no registered"
149 ALOGE("Failed to create player object of type %d, create failed",
158 ALOGE("Failed to create player object of type %d, initCheck failed"
/frameworks/av/media/libstagefright/
H A DSampleIterator.cpp80 ALOGE("findChunkRange failed");
88 ALOGE("b/22802344");
101 ALOGE("getChunkOffset return error");
115 ALOGE("getSampleSizeDirect return error");
143 ALOGE("findSampleTime return error");
327 ALOGE("%u + %d would overflow", *time, offset);
H A DMediaSync.cpp94 ALOGE("setSurface: output surface is used as sync source and cannot be removed.");
108 ALOGE("setSurface: new output surface has new usage flag not used by current one.");
124 ALOGE("setSurface: failed to connect (%d)", status);
153 ALOGE("setAudioTrack: audioTrack has already been configured.");
158 ALOGE("setAudioTrack: audioTrack is used as sync source and cannot be removed.");
166 ALOGE("playback settings are not supported by the audio track");
171 ALOGE("setAudioTrack: native sample rate should be positive.");
399 ALOGE("setSyncSettings: audio sync source requires an audio track");
405 ALOGE("setSyncSettings: vsync sync source requires an output surface");
631 ALOGE("acquirin
[all...]
H A DCameraSource.cpp142 ALOGE("Uknown color format (%s), please add it to "
342 ALOGE("Video dimension (%dx%d) is unsupported", width, height);
355 ALOGE("Requested video size (%dx%d) is not supported", width, height);
371 ALOGE("Requested frame rate (%d) is not supported: %s",
388 ALOGE("Could not change settings."
428 ALOGE("Failed to retrieve video frame size (%dx%d)",
437 ALOGE("Failed to set video frame size to %dx%d. "
466 ALOGE("Failed to retrieve preview frame rate (%d)", frameRateActual);
473 ALOGE("Failed to set preview frame rate to %d fps. The actual "
535 ALOGE("
[all...]
H A DFLACExtractor.cpp330 ALOGE("FLACParser::writeCallback unexpected");
343 ALOGE("FLACParser::metadataCallback unexpected STREAMINFO");
376 ALOGE("FLACParser::errorCallback status=%d", status);
528 ALOGE("new failed");
548 ALOGE("init_stream failed %d", initStatus);
553 ALOGE("end_of_metadata failed");
559 ALOGE("unsupported channel count %u", getChannels());
569 ALOGE("unsupported bits per sample %u", getBitsPerSample());
587 ALOGE("unsupported sample rate %u", getSampleRate());
624 ALOGE("missin
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp100 ALOGE("%s: could not add element to %s collection", __FUNCTION__,
225 ALOGE("%s: No %s found", __FUNCTION__, Attributes::name);
231 ALOGE("%s: No %s found", __FUNCTION__, Attributes::role);
283 ALOGE("%s: No %s found", __FUNCTION__, Attributes::tagName);
289 ALOGE("%s: no type for %s", __FUNCTION__, name.c_str());
295 ALOGE("%s: No %s found", __FUNCTION__, Attributes::role);
350 ALOGE("%s: No %s found", __FUNCTION__, Attributes::type);
361 ALOGE("%s: No %s found", __FUNCTION__, Attributes::sink);
367 ALOGE("%s: no sink found with name=%s", __FUNCTION__, sinkAttr.c_str());
374 ALOGE("
[all...]
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp155 ALOGE("effectCallback: Couldn't allocate byte array for parameter data");
227 ALOGE("Can't find %s", kClassPathName);
238 ALOGE("Can't find AudioEffect.%s", "postEventFromNative");
248 ALOGE("Can't find AudioEffect.%s", "mNativeAudioEffect");
256 ALOGE("Can't find AudioEffect.%s", "mJniData");
262 ALOGE("Can't find android/media/audiofx/AudioEffect$Descriptor class");
273 ALOGE("Can't find android/media/audiofx/AudioEffect$Descriptor class constructor");
327 ALOGE("setup: Error creating JNI Storage");
342 ALOGE("setup: NULL java array for id pointer");
357 ALOGE("Erro
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp181 ALOGE("ShaderProgram: unexecutable program!");
187 ALOGE("Unable to focus frame buffer");
201 ALOGE("ShaderProgram: invalid texture id at input: %d!", i);
211 ALOGE("Unable to render frame");
258 ALOGE("Attempting to re-compile shaders!");
266 ALOGE("Shader compilation failed!");
289 ALOGE("Could not link shader program!");
311 ALOGE("Problem compiling shader! Source:");
312 ALOGE("%s", source);
318 ALOGE("
[all...]
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp40 ALOGE("createSplitter: inputQueue must not be NULL");
44 ALOGE("createSplitter: outSplitter must not be NULL");
69 ALOGE("%zu buffers still being tracked", mBuffers.size());
76 ALOGE("addOutput: outputQueue must not be NULL");
88 ALOGE("addOutput: failed to connect (%d)", status);
252 ALOGE("one of my outputs has abandoned me");
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp109 ALOGE("error latching next FramebufferSurface buffer: %s (%d)",
115 ALOGE("error posting framebuffer: %d", result);
140 ALOGE("error acquiring buffer: %s (%d)", strerror(-err), err);
163 ALOGE("error releasing buffer: %s (%d)", strerror(-err), err);
187 ALOGE("error latching nnext FramebufferSurface buffer: %s (%d)",
193 ALOGE("error posting framebuffer: %d", err);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp130 ALOGE("ConvertOmxAvcLevelToAvcSpecLevel: %d level not supported",
145 ALOGE("ConvertAvcSpecLevelToOmxAvcLevel: %d level not supported",
243 ALOGE("Unable to set frame dimensions = 0x%x\n",
266 ALOGE("Unable to set processor params = 0x%x\n",
292 ALOGE("Unable to set frame rate = 0x%x\n",
319 ALOGE("Unable to set ipe params = 0x%x\n",
344 ALOGE("Unable to set bit rate = 0x%x\n", s_bitrate_op.u4_error_code);
367 ALOGE("Unable to set frame type = 0x%x\n",
402 ALOGE("Unable to set qp 0x%x\n", s_qp_op.u4_error_code);
426 ALOGE("Unabl
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp236 ALOGE("native_window_api_connect() failed: %s (%d)", strerror(-err),
286 ALOGE("NATIVE_WINDOW_DEFAULT_WIDTH query failed: %s (%d)",
292 ALOGE("NATIVE_WINDOW_DEFAULT_WIDTH query failed: %s (%d)",
300 ALOGE("NATIVE_WINDOW_TRANSFORM_HINT query failed: %s (%d)",
462 ALOGE("native_window_set_buffer_count(0) failed: %s (%d)",
471 ALOGE("native_window->setSwapInterval(1) failed: %s (%d)",
497 ALOGE("native_window_set_buffers_format(%d) failed: %s (%d)",
506 ALOGE("native_window_set_buffers_data_space(%d) failed: %s (%d)",
517 ALOGE("native_window_set_buffers_dimensions(%d,%d) failed: %s (%d)",
537 ALOGE("native_window_set_buffers_transfor
[all...]
/frameworks/rs/driver/
H A DrsdGL.cpp135 ALOGE(" EGL ver %i %i", dc->gl.egl.majorVersion, dc->gl.egl.minorVersion);
136 ALOGE(" EGL context %p surface %p, Display=%p", dc->gl.egl.context, dc->gl.egl.surface,
138 ALOGE(" GL vendor: %s", dc->gl.gl.vendor);
139 ALOGE(" GL renderer: %s", dc->gl.gl.renderer);
140 ALOGE(" GL Version: %s", dc->gl.gl.version);
141 ALOGE(" GL Extensions: %s", dc->gl.gl.extensions);
142 ALOGE(" GL int Versions %i %i", dc->gl.gl.majorVersion, dc->gl.gl.minorVersion);
276 ALOGE("%p, couldn't find an EGLConfig matching the screen format\n", rsc);
321 ALOGE("%p, eglCreateContext returned EGL_NO_CONTEXT", rsc);
333 ALOGE("eglCreatePbufferSurfac
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp56 ALOGE("Failed to get api handle");
73 ALOGE("Failed to init AAC encoder");
77 ALOGE("Failed to configure AAC encoder");
89 ALOGE("Failed to set AAC encoder parameters");
109 ALOGE("Sampling rate %d bps is not supported", sampleRate);
120 ALOGE("Unsupported number of channels(%d)", mChannels);
156 ALOGE("AudioSource is not available");
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp59 ALOGE("An exception was thrown by callback '%s'.", methodName);
91 ALOGE("Failed to open uhid: %s", strerror(errno));
111 ALOGE("Failed to create uhid node: %s", strerror(errno));
119 ALOGE("uhid node failed to start: %s", strerror(errno));
149 ALOGE("Failed to send hid event: %s", strerror(errno));
155 ALOGE("uhid node was closed or an error occurred. events=0x%x", events);
162 ALOGE("Failed to read from uhid node: %s", strerror(errno));
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp176 ALOGE("Error creating SoundPool: invalid audio attributes");
304 ALOGE("ERROR: GetEnv failed\n");
311 ALOGE("Can't find %s", kClassPathName);
317 ALOGE("Can't find SoundPool.mNativeContext");
324 ALOGE("Can't find android/media/SoundPool.postEventFromNative");
338 ALOGE("Can't find %s", kAudioAttributesClassPathName);
352 ALOGE("Can't initialize AudioAttributes fields");
/frameworks/native/libs/binder/
H A DProcessState.cpp109 ALOGE("getContextObject(%s) failed, but we manage the contexts!\n",
160 ALOGE("Binder ioctl to become context manager failed: %s\n", strerror(errno));
303 ALOGE("Binder ioctl to set max threads failed: %s", strerror(-result));
319 ALOGE("Binder ioctl to obtain version failed: %s", strerror(errno));
324 ALOGE("Binder driver protocol does not match user space protocol!");
331 ALOGE("Binder ioctl to set max threads failed: %s", strerror(errno));
358 ALOGE("Using /dev/binder failed: unable to mmap transaction memory.\n");
/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",
166 ALOGE("Transfer type TRANSFER_CALLBACK but cbf == NULL");
174 ALOGE("Invalid transfer type %d", transferType);
181 ALOGE("Track already in use");
205 ALOGE("Format %#x is not linear pcm", format);
211 ALOGE("Invalid channel mask %#x", channelMask);
334 ALOGE("start() status %d", status);
512 ALOGE("Could not get audioflinger");
542 ALOGE("Coul
[all...]
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp136 ALOGE("Error in getting version number: 0x%x",
163 ALOGE("Error in setting the run-time parameters: 0x%x",
196 ALOGE("Error in reset: 0x%x", s_ctl_op.u4_error_code);
223 ALOGE("Error in setting number of cores: 0x%x",
245 ALOGE("Error in setting the decoder in flush mode: (%d) 0x%x", status,
285 ALOGE("Error in getting mem records: 0x%x",
296 ALOGE("Allocation failure");
330 ALOGE("Error in filling mem records: 0x%x",
343 ALOGE("Allocation failure for memory record #%zu of size %u",
380 ALOGE("Erro
[all...]

Completed in 901 milliseconds

1234567891011>>