Searched refs:ALOGE (Results 1 - 25 of 534) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/utils/
H A DGLUtils.cpp34 ALOGE("GL error: GL_INVALID_ENUM");
37 ALOGE("GL error: GL_INVALID_VALUE");
40 ALOGE("GL error: GL_INVALID_OPERATION");
43 ALOGE("GL error: Out of memory!");
46 ALOGE("GL error: 0x%x", status);
/frameworks/rs/
H A DrsUtils.h25 #define ALOGE(...) macro
H A DrsMutex.cpp33 ALOGE("Mutex::Mutex init failure");
43 ALOGE("Mutex: error %i locking.", status);
53 ALOGE("Mutex error %i unlocking.", status);
H A DrsSignal.cpp36 ALOGE("LocklessFifo mutex init failure");
42 ALOGE("LocklessFifo condition init failure");
55 ALOGE("LocklessCommandFifo: error %i locking for set condition.", status);
63 ALOGE("LocklessCommandFifo: error %i on set condition.", status);
68 ALOGE("LocklessCommandFifo: error %i unlocking for set condition.", status);
78 ALOGE("LocklessCommandFifo: error %i locking for condition.", status);
101 ALOGE("LocklessCommandFifo: error %i waiting for condition.", status);
108 ALOGE("LocklessCommandFifo: error %i unlocking for condition.", status);
/frameworks/rs/cpu_ref/linkloader/utils/
H A Drsl_assert.cpp36 ALOGE("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
37 ALOGE("rslAssert [%s:%d] %s\n", file, line, expr);
38 ALOGE("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp38 ALOGE("media recorder is not initialized yet");
42 ALOGE("setCamera called in an invalid state(%d)", mCurrentState);
59 ALOGE("media recorder is not initialized yet");
63 ALOGE("setPreviewSurface called in an invalid state(%d)", mCurrentState);
67 ALOGE("try to set preview surface without setting the video source first");
84 ALOGE("media recorder is not initialized yet");
88 ALOGE("init called in an invalid state(%d)", mCurrentState);
114 ALOGE("media recorder is not initialized yet");
118 ALOGE("video source has already been set");
129 ALOGE("setVideoSourc
[all...]
/frameworks/ex/framesequence/jni/
H A DJNIHelpers.cpp23 ALOGE("Unable to find exception class %s", className);
29 ALOGE("Failed throwing '%s' '%s'", className, msg);
H A DBitmapDecoderJNI.cpp38 ALOGE("Failed to load FrameSequence");
42 ALOGE("Failed to load JavaStream");
/frameworks/av/camera/
H A DCaptureResult.cpp31 ALOGE("%s: Null parcel", __FUNCTION__);
47 ALOGE("%s: Null parcel", __FUNCTION__);
75 ALOGE("%s: parcel is null", __FUNCTION__);
84 ALOGE("%s: Failed to read metadata from parcel.",
92 ALOGE("%s: Failed to read result extras from parcel.",
106 ALOGE("%s: parcel is null", __FUNCTION__);
114 ALOGE("%s: Failed to write metadata to parcel", __FUNCTION__);
121 ALOGE("%s: Failed to write result extras to parcel", __FUNCTION__);
H A DCameraUtils.cpp42 ALOGE("%s: Can't find android.sensor.orientation in static metadata!", __FUNCTION__);
48 ALOGE("%s: Can't find android.lens.facing in static metadata!", __FUNCTION__);
71 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
97 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
/frameworks/av/services/audioflinger/
H A DServiceUtilities.cpp33 if (!ok) ALOGE("Request requires android.permission.RECORD_AUDIO");
42 if (!ok) ALOGE("Request requires android.permission.CAPTURE_AUDIO_OUTPUT");
49 if (!ok) ALOGE("android.permission.CAPTURE_AUDIO_HOTWORD");
56 if (!ok) ALOGE("android.permission.ACCESS_FM_RADIO");
65 if (!ok) ALOGE("Request requires android.permission.MODIFY_AUDIO_SETTINGS");
72 if (!ok) ALOGE("android.permission.MODIFY_AUDIO_ROUTING");
82 //if (!ok) ALOGE("Request requires android.permission.DUMP");
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp54 if (!ok) ALOGE("Request requires %s", permissionString);
64 ALOGE("recorder is not initialized");
78 ALOGE("recorder is not initialized");
89 ALOGE("recorder is not initialized");
104 ALOGE("recorder is not initialized");
118 ALOGE("recorder is not initialized");
129 ALOGE("recorder is not initialized");
140 ALOGE("recorder is not initialized");
151 ALOGE("recorder is not initialized");
162 ALOGE("recorde
[all...]
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoader.cpp37 ALOGE("Invalid memory '%s' was given to load (memory addr: %p, size: %u)",
45 ALOGE("Out of memory when create object loader for %s!", pName);
54 ALOGE("Out of memory when create ELF object loader for %s", pName);
60 ALOGE("Failed to load %s!", pName);
66 ALOGE("Error occurred when performs relocation on %s!", pName);
112 ALOGE("Input file %s to the object loader is in the invalid state! (%s)",
120 ALOGE("Failed to get size of file %s! (%s)", input_filename,
127 ALOGE("Empty file %s to the object loader.", input_filename);
134 ALOGE("Failed to map the file %s to the memory! (%s)", input_filename,
/frameworks/av/media/img_utils/src/
H A DFileInput.cpp28 ALOGE("%s: FileInput destroyed without calling close!", __FUNCTION__);
41 ALOGE("%s: Could not open file %s", __FUNCTION__, mPath.string());
50 ALOGE("%s: Could not read file %s, file not open.", __FUNCTION__, mPath.string());
57 ALOGE("%s: Error %d occurred while reading file %s.", __FUNCTION__, error, mPath.string());
77 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
H A DFileOutput.cpp40 ALOGE("%s: Could not open file %s", __FUNCTION__, mPath.string());
49 ALOGE("%s: Could not write file %s, file not open.", __FUNCTION__, mPath.string());
57 ALOGE("%s: Error %d occurred while writing file %s.", __FUNCTION__, error, mPath.string());
71 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp41 ALOGE("Type's entry indices extend beyond its boundaries");
51 ALOGE("Index %u points to entry with unaligned offset 0x%08x", mIndex, entryOffset);
58 ALOGE("Entry offset at index %u points outside the Type's boundaries", mIndex);
61 ALOGE("Entry at index %u extends beyond Type's boundaries", mIndex);
64 ALOGE("Entry at index %u is too small (%u)", mIndex, dtohs(entry->size));
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.cpp42 ALOGE("Unsupported mime type for subtitle. : %s", mime);
54 ALOGE("Supporting SMI is not implemented yet");
57 ALOGE("Undefined subtitle format. : %d", filetype);
/frameworks/base/cmds/bootanimation/
H A DAudioPlayer.cpp74 ALOGE("no mixer in setMixerValue");
79 ALOGE("mixer_get_ctl_by_name failed for %s", name);
98 ALOGE("mixer_ctl_set_value failed for %s %d", name, intValue);
101 ALOGE("Could not parse %s as int for %d", intValue, name);
107 ALOGE("mixer_ctl_set_enum_by_string failed for %s %%s", name, stringValue);
110 ALOGE("Could not parse %s as enum for %d", stringValue, name);
114 ALOGE("unsupported mixer type %d for %s", type, name);
151 ALOGE("Line too long in audio_conf.txt");
162 ALOGE("could not open mixer for card %d", mCard);
181 ALOGE("value
[all...]
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp68 ALOGE("could not open MTP driver, errno: %d", errno);
79 ALOGE("server is null in run");
92 ALOGE("server is null in cleanup");
105 ALOGE("server is null in send_object_added");
117 ALOGE("server is null in send_object_removed");
129 ALOGE("server is null in send_object_removed");
160 ALOGE("server is null in add_storage");
177 ALOGE("server is null in remove_storage");
204 ALOGE("Can't find android/mtp/MtpStorage");
209 ALOGE("Ca
[all...]
H A Dandroid_mtp_MtpDevice.cpp96 ALOGE("An exception was thrown by callback '%s'.", methodName);
146 ALOGE("Could not create a MtpDeviceInfo object");
199 ALOGE("Could not create a MtpStorageInfo object");
252 ALOGE("Could not create a MtpObjectInfo object");
438 ALOGE("Can't find android/mtp/MtpDeviceInfo");
443 ALOGE("Can't find android/mtp/MtpDeviceInfo constructor");
448 ALOGE("Can't find MtpDeviceInfo.mManufacturer");
453 ALOGE("Can't find MtpDeviceInfo.mModel");
458 ALOGE("Can't find MtpDeviceInfo.mVersion");
463 ALOGE("Ca
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp311 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL");
315 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE");
336 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN");
340 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN");
344 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN");
348 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY");
352 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT");
356 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT");
360 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE");
364 ALOGE("Calle
[all...]
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp47 ALOGE("Native registration unable to find class '%s'", className);
51 ALOGE("RegisterNatives failed for '%s'", className);
95 ALOGE("ERROR: GetEnv failed");
101 ALOGE("ERROR: registerNatives failed");
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp47 ALOGE("Native registration unable to find class '%s'", className);
51 ALOGE("RegisterNatives failed for '%s'", className);
95 ALOGE("ERROR: GetEnv failed");
101 ALOGE("ERROR: registerNatives failed");
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp47 ALOGE("Native registration unable to find class '%s'", className);
51 ALOGE("RegisterNatives failed for '%s'", className);
95 ALOGE("ERROR: GetEnv failed");
101 ALOGE("ERROR: registerNatives failed");
/frameworks/base/packages/services/PacProcessor/jni/
H A Djni_init.cpp31 ALOGE("ERROR: GetEnv failed");

Completed in 498 milliseconds

1234567891011>>