Home
last modified time | relevance | path

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

12345678910>>...22

/frameworks/av/media/libmedia/
Dmediarecorder.cpp38 ALOGE("media recorder is not initialized yet"); in setCamera()
42 ALOGE("setCamera called in an invalid state(%d)", mCurrentState); in setCamera()
59 ALOGE("media recorder is not initialized yet"); in setPreviewSurface()
63 ALOGE("setPreviewSurface called in an invalid state(%d)", mCurrentState); in setPreviewSurface()
67 ALOGE("try to set preview surface without setting the video source first"); in setPreviewSurface()
84 ALOGE("media recorder is not initialized yet"); in init()
88 ALOGE("init called in an invalid state(%d)", mCurrentState); in init()
114 ALOGE("media recorder is not initialized yet"); in setVideoSource()
118 ALOGE("video source has already been set"); in setVideoSource()
129 ALOGE("setVideoSource called in an invalid state(%d)", mCurrentState); in setVideoSource()
[all …]
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp54 if (!ok) ALOGE("Request requires %s", permissionString); in checkPermission()
64 ALOGE("recorder is not initialized"); in querySurfaceMediaSource()
78 ALOGE("recorder is not initialized"); in setCamera()
89 ALOGE("recorder is not initialized"); in setPreviewSurface()
104 ALOGE("recorder is not initialized"); in setVideoSource()
118 ALOGE("recorder is not initialized"); in setAudioSource()
129 ALOGE("recorder is not initialized"); in setOutputFormat()
140 ALOGE("recorder is not initialized"); in setVideoEncoder()
151 ALOGE("recorder is not initialized"); in setAudioEncoder()
162 ALOGE("recorder is not initialized"); in setOutputFile()
[all …]
/frameworks/av/camera/
DCameraMetadata.cpp60 ALOGE("%s: Assignment to a locked CameraMetadata!", __FUNCTION__); in operator =()
84 ALOGE("%s: Can't unlock a non-locked CameraMetadata!", __FUNCTION__); in unlock()
88 ALOGE("%s: Can't unlock CameraMetadata with wrong pointer!", in unlock()
98 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in release()
108 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in clear()
119 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in acquire()
132 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in acquire()
144 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in append()
165 ALOGE("%s: CameraMetadata is locked", __FUNCTION__); in sort()
174 ALOGE("Update metadata entry: Unknown tag %d", tag); in checkType()
[all …]
DVendorTagDescriptor.cpp62 ALOGE("%s: vendor_tag_ops argument was NULL.", __FUNCTION__); in createDescriptorFromOps()
68 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount); in createDescriptorFromOps()
87 ALOGE("%s: vendor tag %d not in vendor tag section.", __FUNCTION__, tag); in createDescriptorFromOps()
92 ALOGE("%s: no tag name defined for vendor tag %d.", __FUNCTION__, tag); in createDescriptorFromOps()
98 ALOGE("%s: no section name defined for vendor tag %d.", __FUNCTION__, tag); in createDescriptorFromOps()
109 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType); in createDescriptorFromOps()
144 ALOGE("%s: parcel argument was NULL.", __FUNCTION__); in createFromParcel()
150 ALOGE("%s: could not read tag count from parcel", __FUNCTION__); in createFromParcel()
155 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount); in createFromParcel()
168 ALOGE("%s: could not read tag id from parcel for index %d", __FUNCTION__, i); in createFromParcel()
[all …]
DCaptureResult.cpp31 ALOGE("%s: Null parcel", __FUNCTION__); in readFromParcel()
47 ALOGE("%s: Null parcel", __FUNCTION__); in writeToParcel()
75 ALOGE("%s: parcel is null", __FUNCTION__); in readFromParcel()
84 ALOGE("%s: Failed to read metadata from parcel.", in readFromParcel()
92 ALOGE("%s: Failed to read result extras from parcel.", in readFromParcel()
106 ALOGE("%s: parcel is null", __FUNCTION__); in writeToParcel()
114 ALOGE("%s: Failed to write metadata to parcel", __FUNCTION__); in writeToParcel()
121 ALOGE("%s: Failed to write result extras to parcel", __FUNCTION__); in writeToParcel()
/frameworks/native/cmds/installd/
Dcommands.c42 ALOGE("invalid uid/gid: %d %d\n", uid, gid); in install()
47 ALOGE("cannot create package path\n"); in install()
52 ALOGE("cannot create package lib symlink origin path\n"); in install()
57 ALOGE("cannot create package lib symlink dest path\n"); in install()
62 ALOGE("cannot create dir '%s': %s\n", pkgdir, strerror(errno)); in install()
66 ALOGE("cannot chmod dir '%s': %s\n", pkgdir, strerror(errno)); in install()
73 ALOGE("couldn't stat lib dir: %s\n", strerror(errno)); in install()
79 ALOGE("couldn't delete lib directory during install for: %s", libsymlink); in install()
84 ALOGE("couldn't unlink lib directory during install for: %s", libsymlink); in install()
91 ALOGE("cannot setfilecon dir '%s': %s\n", pkgdir, strerror(errno)); in install()
[all …]
Dinstalld.c198 ALOGE("read error: %s\n", strerror(errno)); in readx()
202 ALOGE("eof\n"); in readx()
219 ALOGE("write error: %s\n", strerror(errno)); in writex()
254 ALOGE("too many arguments\n"); in execute()
264 ALOGE("%s requires %d arguments (%d given)\n", in execute()
272 ALOGE("unsupported command '%s'\n", arg[0]); in execute()
341 ALOGE("Couldn't allocate array for dirs; aborting\n"); in initialize_globals()
347 ALOGE("Missing ANDROID_ROOT; aborting\n"); in initialize_globals()
424 ALOGE("Failed to move legacy media path: %s", strerror(errno)); in initialize_directories()
445 ALOGE("Failed to move owner media path: %s", strerror(errno)); in initialize_directories()
[all …]
/frameworks/base/cmds/bootanimation/
DAudioPlayer.cpp74 ALOGE("no mixer in setMixerValue"); in setMixerValue()
79 ALOGE("mixer_get_ctl_by_name failed for %s", name); in setMixerValue()
98 ALOGE("mixer_ctl_set_value failed for %s %d", name, intValue); in setMixerValue()
101 ALOGE("Could not parse %s as int for %d", intValue, name); in setMixerValue()
107 ALOGE("mixer_ctl_set_enum_by_string failed for %s %%s", name, stringValue); in setMixerValue()
110 ALOGE("Could not parse %s as enum for %d", stringValue, name); in setMixerValue()
114 ALOGE("unsupported mixer type %d for %s", type, name); in setMixerValue()
151 ALOGE("Line too long in audio_conf.txt"); in init()
162 ALOGE("could not open mixer for card %d", mCard); in init()
181 ALOGE("values missing for name: \"%s\"", name); in init()
[all …]
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp104 ALOGE("%s: Failed to set native window buffer dimensions, error %s (%d).", __FUNCTION__, in configureSurface()
111 ALOGE("%s: Failed to set native window buffer format, error %s (%d).", __FUNCTION__, in configureSurface()
118 ALOGE("%s: Failed to set native window usage flag, error %s (%d).", __FUNCTION__, in configureSurface()
128 ALOGE("%s: Failed to get native window min undequeued buffers, error %s (%d).", in configureSurface()
138 ALOGE("%s: Failed to set native window buffer count, error %s (%d).", __FUNCTION__, in configureSurface()
172 ALOGE("%s: anw must not be NULL", __FUNCTION__); in produceFrame()
175 ALOGE("%s: pixelBuffer must not be NULL", __FUNCTION__); in produceFrame()
178 ALOGE("%s: width must be non-negative", __FUNCTION__); in produceFrame()
181 ALOGE("%s: height must be non-negative", __FUNCTION__); in produceFrame()
184 ALOGE("%s: bufSize must be non-negative", __FUNCTION__); in produceFrame()
[all …]
Dandroid_media_JetPlayer.cpp69 ALOGE("JET jetPlayerEventCallback(): No JNI env for JET event callback, can't post event."); in jetPlayerEventCallback()
93ALOGE("android_media_JetPlayer_setup(): initialization failed with EAS error code %d", (int)result… in android_media_JetPlayer_setup()
144 ALOGE("android_media_JetPlayer_openFile(): aborting, out of memory"); in android_media_JetPlayer_loadFromFile()
156 ALOGE("android_media_JetPlayer_openFile(): failed to open file with EAS error %d", in android_media_JetPlayer_loadFromFile()
187 ALOGE("android_media_JetPlayer_openFileDescr(): failed to open file with EAS error %d", in android_media_JetPlayer_loadFromFileD()
210 ALOGE("android_media_JetPlayer_closeFile(): failed to close file"); in android_media_JetPlayer_closeFile()
233 ALOGE("android_media_JetPlayer_play(): failed to play with EAS error code %ld", in android_media_JetPlayer_play()
261 ALOGE("android_media_JetPlayer_pause(): failed to pause with EAS error code %ld", in android_media_JetPlayer_pause()
288 ALOGE("android_media_JetPlayer_queueSegment(): failed with EAS error code %ld", in android_media_JetPlayer_queueSegment()
314 ALOGE("android_media_JetPlayer_queueSegment(): failed to read track mute mask."); in android_media_JetPlayer_queueSegmentMuteArray()
[all …]
Dandroid_hardware_location_ActivityRecognitionHardware.cpp41 ALOGE("An exception was thrown by '%s'.", method_name); in check_and_clear_exceptions()
58 ALOGE("Attach to callback thread failed: %d", result); in attach_thread()
70 ALOGE("Detach of callback thread failed: %d", result); in detach_thread()
85 ALOGE("Dropping activity_callback because onActivityChanged handler is null."); in activity_callback()
90 ALOGE("Invalid activity_callback. Count: %d, Events: %p", count, events); in activity_callback()
97 ALOGE("Unable to attach thread with JNI."); in activity_callback()
139 ALOGE("Error hw_get_module: %d", error); in class_init()
145 ALOGE("Error opening device: %d", error); in class_init()
155 ALOGE("Error obtaining ActivityChanged callback."); in class_init()
190 ALOGE("Error closing device: %d", error); in release()
[all …]
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp96 ALOGE("An exception was thrown by callback '%s'.", methodName); in checkAndClearExceptionFromCallback()
146 ALOGE("Could not create a MtpDeviceInfo object"); in android_mtp_MtpDevice_get_device_info()
199 ALOGE("Could not create a MtpStorageInfo object"); in android_mtp_MtpDevice_get_storage_info()
252 ALOGE("Could not create a MtpObjectInfo object"); in android_mtp_MtpDevice_get_object_info()
438 ALOGE("Can't find android/mtp/MtpDeviceInfo"); in register_android_mtp_MtpDevice()
443 ALOGE("Can't find android/mtp/MtpDeviceInfo constructor"); in register_android_mtp_MtpDevice()
448 ALOGE("Can't find MtpDeviceInfo.mManufacturer"); in register_android_mtp_MtpDevice()
453 ALOGE("Can't find MtpDeviceInfo.mModel"); in register_android_mtp_MtpDevice()
458 ALOGE("Can't find MtpDeviceInfo.mVersion"); in register_android_mtp_MtpDevice()
463 ALOGE("Can't find MtpDeviceInfo.mSerialNumber"); in register_android_mtp_MtpDevice()
[all …]
Dandroid_mtp_MtpServer.cpp68 ALOGE("could not open MTP driver, errno: %d", errno); in android_mtp_MtpServer_setup()
79 ALOGE("server is null in run"); in android_mtp_MtpServer_run()
92 ALOGE("server is null in cleanup"); in android_mtp_MtpServer_cleanup()
105 ALOGE("server is null in send_object_added"); in android_mtp_MtpServer_send_object_added()
117 ALOGE("server is null in send_object_removed"); in android_mtp_MtpServer_send_object_removed()
129 ALOGE("server is null in send_object_removed"); in android_mtp_MtpServer_send_device_property_changed()
160 ALOGE("server is null in add_storage"); in android_mtp_MtpServer_add_storage()
177 ALOGE("server is null in remove_storage"); in android_mtp_MtpServer_remove_storage()
204 ALOGE("Can't find android/mtp/MtpStorage"); in register_android_mtp_MtpServer()
209 ALOGE("Can't find MtpStorage.mStorageId"); in register_android_mtp_MtpServer()
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.cpp86 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updatePreviewRequest()
94 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId); in updatePreviewRequest()
113 ALOGE("%s: Camera %d: Unable to create default preview request: " in updatePreviewRequest()
121 ALOGE("%s: Camera %d: Unable to update common entries of preview " in updatePreviewRequest()
130 ALOGE("%s: Camera %d: Unable to update request id for preview: %s (%d)", in updatePreviewRequest()
145 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updatePreviewStream()
155 ALOGE("%s: Camera %d: Error querying preview stream info: " in updatePreviewStream()
166 ALOGE("%s: Camera %d: Error waiting for preview to drain: " in updatePreviewStream()
172 ALOGE("%s: Camera %d: Unable to delete old output stream " in updatePreviewStream()
186 ALOGE("%s: Camera %d: Unable to create preview stream: %s (%d)", in updatePreviewStream()
[all …]
DZslProcessor3.cpp108 ALOGE("%s: metadata doesn't have timestamp, skip this result", __FUNCTION__); in onResultAvailable()
114 ALOGE("%s: metadata doesn't have frame number, skip this result", __FUNCTION__); in onResultAvailable()
139 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId); in updateStream()
145 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in updateStream()
155 ALOGE("%s: Camera %d: Error querying capture output stream info: " in updateStream()
171 ALOGE("%s: Camera %d: Unable to delete old output stream " in updateStream()
191 ALOGE("%s: Camera %d: Can't create ZSL stream: " in updateStream()
218 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId); in deleteStream()
225 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId); in deleteStream()
231 ALOGE("%s: Camera %d: Cannot delete ZSL output stream %d: " in deleteStream()
[all …]
/frameworks/rs/
DrsSignal.cpp36 ALOGE("LocklessFifo mutex init failure"); in init()
42 ALOGE("LocklessFifo condition init failure"); in init()
55 ALOGE("LocklessCommandFifo: error %i locking for set condition.", status); in set()
63 ALOGE("LocklessCommandFifo: error %i on set condition.", status); in set()
68 ALOGE("LocklessCommandFifo: error %i unlocking for set condition.", status); in set()
78 ALOGE("LocklessCommandFifo: error %i locking for condition.", status); in wait()
101 ALOGE("LocklessCommandFifo: error %i waiting for condition.", status); in wait()
108 ALOGE("LocklessCommandFifo: error %i unlocking for condition.", status); in wait()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBlend.cpp311 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL"); in kernel()
315 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE"); in kernel()
336 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN"); in kernel()
340 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN"); in kernel()
344 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN"); in kernel()
348 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY"); in kernel()
352 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT"); in kernel()
356 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT"); in kernel()
360 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE"); in kernel()
364 ALOGE("Called unimplemented blend intrinsic BLEND_NEGATION"); in kernel()
[all …]
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp44 ALOGE("%s: Consumer is NULL!", __FUNCTION__); in Camera3OutputStream()
59 ALOGE("%s: Bad format for size-only stream: %d", __FUNCTION__, in Camera3OutputStream()
65 ALOGE("%s: Consumer is NULL!", __FUNCTION__); in Camera3OutputStream()
114 ALOGE("%s: Stream %d: Can't dequeue next output buffer: %s (%d)", in getBufferLocked()
163 ALOGE("%s: Stream %d: HAL should not set release_fence(%d) when " in returnBufferCheckedLocked()
175 ALOGE("%s: Stream %d: Error setting timestamp: %s (%d)", in returnBufferCheckedLocked()
203 ALOGE("%s: Stream %d: Error cancelling buffer to native window:" in returnBufferCheckedLocked()
220 ALOGE("%s: Stream %d: Error queueing buffer to native window: " in returnBufferCheckedLocked()
252 ALOGE("%s: Stream in error state", __FUNCTION__); in setTransformLocked()
261 ALOGE("%s: Unable to configure stream transform to %x: %s (%d)", in setTransformLocked()
[all …]
DCamera3Stream.cpp66 ALOGE("%s: BLOB format with size == 0", __FUNCTION__); in Camera3Stream()
94 ALOGE("%s: In error state", __FUNCTION__); in startConfiguration()
106 ALOGE("%s: Cannot configure an input stream twice", in startConfiguration()
110 ALOGE("%s: Cannot configure stream; has outstanding buffers", in startConfiguration()
116 ALOGE("%s: Unknown state %d", __FUNCTION__, mState); in startConfiguration()
125 ALOGE("%s: Cannot query consumer endpoint usage!", in startConfiguration()
159 ALOGE("%s: In error state", __FUNCTION__); in finishConfiguration()
167 ALOGE("%s: Cannot finish configuration that hasn't been started", in finishConfiguration()
171 ALOGE("%s: Unknown state", __FUNCTION__); in finishConfiguration()
193 ALOGE("%s: Unable to configure stream %d queue: %s (%d)", in finishConfiguration()
[all …]
/frameworks/av/media/img_utils/src/
DTiffWriter.cpp65 ALOGE("%s: Tiff header is empty.", __FUNCTION__); in write()
77 ALOGE("%s: Could not set strip offsets.", __FUNCTION__); in write()
88 ALOGE("%s: Mismatch between number of IFDs with uninitialized strips (%zu) and" in write()
115 ALOGE("%s: Could not write to stream, received %d.", __FUNCTION__, ret); in write()
124 ALOGE("%s: No stream for byte strips for IFD %u", __FUNCTION__, ifdKey); in write()
138 ALOGE("%s: Tiff header is empty.", __FUNCTION__); in write()
165 ALOGE("%s: No definition exists for tag with id %x.", __FUNCTION__, tag); in lookupDefinition()
173 ALOGE("%s: No IFD %d set for this writer.", __FUNCTION__, ifd); in getEntry()
192 ALOGE("%s: No definition exists for tag 0x%x.", __FUNCTION__, tag); in addEntry()
200 ALOGE("%s: No IFD %u exists.", __FUNCTION__, ifd); in addEntry()
[all …]
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp86 ALOGE("%s: Camera %d: unable to build defaults: %s (%d)", in initialize()
463 ALOGE("%s: Camera %d: Connection attempt from pid %d; " in connect()
490 ALOGE("%s: Camera %d: Lock call from pid %d; currently locked to pid %d", in lock()
518 ALOGE("%s: Camera %d: Unlock call from pid %d; currently locked to pid %d", in unlock()
564 ALOGE("%s: Camera %d: Cannot set preview display while in state %s", in setPreviewWindowL()
576 ALOGE("%s: Unable to stop preview to swap windows: %s (%d)", in setPreviewWindowL()
587 ALOGE("%s: Unable to set new preview window: %s (%d)", in setPreviewWindowL()
624 ALOGE("%s: Camera %d: Can't use preview callbacks " in setPreviewCallbackFlagL()
641 ALOGE("%s: Camera %d: Unable to clear preview callback surface:" in setPreviewCallbackFlagL()
653 ALOGE("%s: Camera %d: Unable to refresh request in state %s", in setPreviewCallbackFlagL()
[all …]
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp84 ALOGE("addTrack() get a null format"); in addTrack()
89 ALOGE("addTrack() must be called after constructor and before start()."); in addTrack()
107 ALOGE("setOrientationHint() must be called before start()."); in setOrientationHint()
112 ALOGE("setOrientationHint() get invalid degrees"); in setOrientationHint()
123 ALOGE("setLocation() must be called before start()."); in setLocation()
127 ALOGE("setLocation() is only supported for .mp4 output."); in setLocation()
142 ALOGE("start() is called in invalid state %d", mState); in start()
159 ALOGE("stop() is called in invalid state %d", mState); in stop()
169 ALOGE("WriteSampleData() get an NULL buffer."); in writeSampleData()
174 ALOGE("WriteSampleData() is called in invalid state %d", mState); in writeSampleData()
[all …]
/frameworks/base/libs/hwui/utils/
DGLUtils.cpp34 ALOGE("GL error: GL_INVALID_ENUM"); in dumpGLErrors()
37 ALOGE("GL error: GL_INVALID_VALUE"); in dumpGLErrors()
40 ALOGE("GL error: GL_INVALID_OPERATION"); in dumpGLErrors()
43 ALOGE("GL error: Out of memory!"); in dumpGLErrors()
46 ALOGE("GL error: 0x%x", status); in dumpGLErrors()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DObjectLoader.cpp37 ALOGE("Invalid memory '%s' was given to load (memory addr: %p, size: %u)", in Load()
45 ALOGE("Out of memory when create object loader for %s!", pName); in Load()
54 ALOGE("Out of memory when create ELF object loader for %s", pName); in Load()
60 ALOGE("Failed to load %s!", pName); in Load()
66 ALOGE("Error occurred when performs relocation on %s!", pName); in Load()
112 ALOGE("Input file %s to the object loader is in the invalid state! (%s)", in Load()
120 ALOGE("Failed to get size of file %s! (%s)", input_filename, in Load()
127 ALOGE("Empty file %s to the object loader.", input_filename); in Load()
134 ALOGE("Failed to map the file %s to the memory! (%s)", input_filename, in Load()
/frameworks/av/services/audioflinger/
DServiceUtilities.cpp33 if (!ok) ALOGE("Request requires android.permission.RECORD_AUDIO"); in recordingAllowed()
42 if (!ok) ALOGE("Request requires android.permission.CAPTURE_AUDIO_OUTPUT"); in captureAudioOutputAllowed()
49 if (!ok) ALOGE("android.permission.CAPTURE_AUDIO_HOTWORD"); in captureHotwordAllowed()
56 if (!ok) ALOGE("android.permission.ACCESS_FM_RADIO"); in captureFmTunerAllowed()
65 if (!ok) ALOGE("Request requires android.permission.MODIFY_AUDIO_SETTINGS"); in settingsAllowed()
72 if (!ok) ALOGE("android.permission.MODIFY_AUDIO_ROUTING"); in modifyAudioRoutingAllowed()

12345678910>>...22