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

1234567891011>>

/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/base/libs/hwui/utils/
H A DGLUtils.cpp43 ALOGE("GL error: GL_INVALID_ENUM");
46 ALOGE("GL error: GL_INVALID_VALUE");
49 ALOGE("GL error: GL_INVALID_OPERATION");
52 ALOGE("GL error: Out of memory!");
55 ALOGE("GL error: 0x%x", status);
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp40 ALOGE("media recorder is not initialized yet");
44 ALOGE("setCamera called in an invalid state(%d)", mCurrentState);
61 ALOGE("media recorder is not initialized yet");
65 ALOGE("setPreviewSurface called in an invalid state(%d)", mCurrentState);
69 ALOGE("try to set preview surface without setting the video source first");
86 ALOGE("media recorder is not initialized yet");
90 ALOGE("init called in an invalid state(%d)", mCurrentState);
116 ALOGE("media recorder is not initialized yet");
120 ALOGE("video source has already been set");
131 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/ndk/
H A DNdkCameraCaptureSession.cpp47 ALOGE("%s: Error: invalid input: session %p, device %p",
53 ALOGE("%s: session %p is already closed", __FUNCTION__, session);
61 ALOGE("%s: unknown failure: device is null", __FUNCTION__);
74 ALOGE("%s: Error: invalid input: session %p, numRequest %d, requests %p",
80 ALOGE("%s: session %p is already closed", __FUNCTION__, session);
95 ALOGE("%s: Error: invalid input: session %p, numRequest %d, requests %p",
101 ALOGE("%s: session %p is already closed", __FUNCTION__, session);
113 ALOGE("%s: Error: session is null", __FUNCTION__);
118 ALOGE("%s: session %p is already closed", __FUNCTION__, session);
128 ALOGE("
[all...]
H A DNdkCameraDevice.cpp33 ALOGE("%s: invalid argument! device is null", __FUNCTION__);
44 ALOGE("%s: invalid argument! device is null", __FUNCTION__);
57 ALOGE("%s: invalid argument! device %p request %p",
70 ALOGE("%s: unknown template ID %d", __FUNCTION__, templateId);
81 ALOGE("%s: Error: out null", __FUNCTION__);
102 ALOGE("%s: Error: bad argument. window %p, out %p",
124 ALOGE("%s: Error: invalid input: container %p, output %p",
140 ALOGE("%s: Error: invalid input: container %p, output %p",
156 ALOGE("%s: Error: invalid input: device %p, outputs %p, callbacks %p, session %p",
H A DNdkCameraMetadata.cpp34 ALOGE("%s: invalid argument! metadata %p, tag 0x%x, entry %p",
46 ALOGE("%s: invalid argument! metadata %p, numTags %p, tags %p",
57 ALOGE("%s: src is null!", __FUNCTION__);
/frameworks/av/services/audioflinger/
H A DServiceUtilities.cpp62 ALOGE("Request requires android.permission.RECORD_AUDIO");
82 ALOGE("Cannot get permission service");
92 ALOGE("No packages for calling UID");
101 ALOGE("Request denied by app op OP_RECORD_AUDIO");
112 if (!ok) ALOGE("Request requires android.permission.CAPTURE_AUDIO_OUTPUT");
120 if (!ok) ALOGE("android.permission.CAPTURE_AUDIO_HOTWORD");
129 if (!ok) ALOGE("Request requires android.permission.MODIFY_AUDIO_SETTINGS");
137 if (!ok) ALOGE("android.permission.MODIFY_AUDIO_ROUTING");
147 //if (!ok) ALOGE("Request requires android.permission.DUMP");
/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/libmediaplayerservice/
H A DMediaRecorderClient.cpp51 if (!ok) ALOGE("Request requires %s", permissionString);
60 ALOGE("recorder is not initialized");
71 ALOGE("recorder is not initialized");
85 ALOGE("recorder is not initialized");
96 ALOGE("recorder is not initialized");
111 ALOGE("recorder is not initialized");
125 ALOGE("recorder is not initialized");
136 ALOGE("recorder is not initialized");
147 ALOGE("recorder is not initialized");
158 ALOGE("recorde
[all...]
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp36 ALOGE("native_window_api_disconnect failed: %s (%d)", strerror(-err), -err);
42 ALOGE("native_window_api_connect failed: %s (%d)", strerror(-err), -err);
49 ALOGE("native_window_set_buffers_dimensions failed: %s (%d)", strerror(-err), -err);
55 ALOGE("native_window_set_buffers_format failed: %s (%d)", strerror(-err), -err);
71 ALOGE("native_window_set_buffers_transform failed: %s (%d)", strerror(-err), -err);
90 ALOGE("error authenticating native window: %s (%d)", strerror(-err), -err);
96 ALOGE("native window could not be authenticated");
105 ALOGE("native_window_set_usage failed: %s (%d)", strerror(-err), -err);
112 ALOGE("native_window_set_scaling_mode failed: %s (%d)", strerror(-err), -err);
132 ALOGE("erro
[all...]
H A DMediaMuxer.cpp69 ALOGE("addTrack() get a null format");
74 ALOGE("addTrack() must be called after constructor and before start().");
92 ALOGE("setOrientationHint() must be called before start().");
97 ALOGE("setOrientationHint() get invalid degrees");
108 ALOGE("setLocation() must be called before start().");
112 ALOGE("setLocation() is only supported for .mp4 output.");
127 ALOGE("start() is called in invalid state %d", mState);
144 ALOGE("stop() is called in invalid state %d", mState);
154 ALOGE("WriteSampleData() get an NULL buffer.");
159 ALOGE("WriteSampleDat
[all...]
/frameworks/av/camera/
H A DCaptureResult.cpp31 ALOGE("%s: Null parcel", __FUNCTION__);
48 ALOGE("%s: Null parcel", __FUNCTION__);
77 ALOGE("%s: parcel is null", __FUNCTION__);
86 ALOGE("%s: Failed to read metadata from parcel.",
94 ALOGE("%s: Failed to read result extras from parcel.",
108 ALOGE("%s: parcel is null", __FUNCTION__);
116 ALOGE("%s: Failed to write metadata to parcel", __FUNCTION__);
123 ALOGE("%s: Failed to write result extras to parcel", __FUNCTION__);
H A DCameraUtils.cpp43 ALOGE("%s: Can't find android.sensor.orientation in static metadata!", __FUNCTION__);
49 ALOGE("%s: Can't find android.lens.facing in static metadata!", __FUNCTION__);
72 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
98 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
/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 %s", values, name);
107 ALOGE("mixer_ctl_set_enum_by_string failed for %s %s", name, stringValue);
110 ALOGE("Could not parse %s as enum for %s", values, 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");
202 ALOGE("Can't find android/mtp/MtpStorage");
207 ALOGE("Ca
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp313 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL");
317 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE");
338 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN");
342 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN");
346 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN");
350 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY");
354 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT");
358 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT");
362 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE");
366 ALOGE("Calle
[all...]
/frameworks/av/media/ndk/
H A DNdkImageReader.cpp126 ALOGE("%s: Cannot find onImageAvailable callback fp!", __FUNCTION__);
131 ALOGE("%s: Cannot find callback context!", __FUNCTION__);
138 ALOGE("%s: unknown message type %d", __FUNCTION__, msg->what());
165 ALOGE("Failed to allocate CpuConsumer");
179 ALOGE("Failed to set CpuConsumer buffer size");
184 ALOGE("Failed to set CpuConsumer buffer format");
189 ALOGE("Failed to set CpuConsumer buffer dataSpace");
195 ALOGE("Failed to create surface");
212 ALOGE("Failed to start the looper");
269 ALOGE("
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp48 ALOGE("%s: Consumer is NULL!", __FUNCTION__);
72 ALOGE("%s: Bad format for size-only stream: %d", __FUNCTION__,
78 ALOGE("%s: Consumer is NULL!", __FUNCTION__);
134 ALOGE("%s: Stream %d: Can't attach the output buffer to this surface: %s (%d)",
146 ALOGE("%s: Stream %d: Can't get next output buffer from buffer manager: %s (%d)",
169 ALOGE("%s: Stream %d: Can't dequeue next output buffer: %s (%d)",
242 ALOGE("%s: Stream %d: Error cancelling buffer to native window:"
266 ALOGE("%s: Stream %d: Error setting timestamp: %s (%d)",
275 ALOGE("%s: Stream %d: Error queueing buffer to native window: "
315 ALOGE("
[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");

Completed in 1384 milliseconds

1234567891011>>