Home
last modified time | relevance | path

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

12345678910>>...18

/frameworks/av/media/libmedia/
Dmediarecorder.cpp35 ALOGE("media recorder is not initialized yet"); in setCamera()
39 ALOGE("setCamera called in an invalid state(%d)", mCurrentState); in setCamera()
56 ALOGE("media recorder is not initialized yet"); in setPreviewSurface()
60 ALOGE("setPreviewSurface called in an invalid state(%d)", mCurrentState); in setPreviewSurface()
64 ALOGE("try to set preview surface without setting the video source first"); in setPreviewSurface()
81 ALOGE("media recorder is not initialized yet"); in init()
85 ALOGE("init called in an invalid state(%d)", mCurrentState); in init()
111 ALOGE("media recorder is not initialized yet"); in setVideoSource()
115 ALOGE("video source has already been set"); in setVideoSource()
126 ALOGE("setVideoSource called in an invalid state(%d)", mCurrentState); in setVideoSource()
[all …]
Dmediametadataretriever.cpp64 ALOGE("failed to obtain MediaMetadataRetrieverService"); in MediaMetadataRetriever()
69 ALOGE("failed to create IMediaMetadataRetriever object from server"); in MediaMetadataRetriever()
101 ALOGE("retriever is not initialized"); in setDataSource()
105 ALOGE("data source is a null pointer"); in setDataSource()
117 ALOGE("retriever is not initialized"); in setDataSource()
121 ALOGE("Invalid negative argument"); in setDataSource()
132 ALOGE("retriever is not initialized"); in getFrameAtTime()
143 ALOGE("retriever is not initialized"); in extractMetadata()
154 ALOGE("retriever is not initialized"); in extractAlbumArt()
/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()
103 ALOGE("recorder is not initialized"); in setVideoSource()
117 ALOGE("recorder is not initialized"); in setAudioSource()
128 ALOGE("recorder is not initialized"); in setOutputFormat()
139 ALOGE("recorder is not initialized"); in setVideoEncoder()
150 ALOGE("recorder is not initialized"); in setAudioEncoder()
161 ALOGE("recorder is not initialized"); in setOutputFile()
[all …]
DMetadataRetrieverClient.cpp99 ALOGE("player type %d is not supported", playerType); in createRetriever()
103 ALOGE("failed to create a retriever object"); in createRetriever()
142 ALOGE("fstat(%d) failed: %d, %s", fd, ret, strerror(errno)); in setDataSource()
152 ALOGE("offset (%lld) bigger than file size (%llu)", offset, sb.st_size); in setDataSource()
184 ALOGE("retriever is not initialized"); in getFrameAtTime()
189 ALOGE("failed to capture a video frame"); in getFrameAtTime()
195 ALOGE("failed to create MemoryDealer"); in getFrameAtTime()
201 ALOGE("not enough memory for VideoFrame size=%u", size); in getFrameAtTime()
225 ALOGE("retriever is not initialized"); in extractAlbumArt()
230 ALOGE("failed to extract an album art"); in extractAlbumArt()
[all …]
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp95 ALOGE("An exception was thrown by callback '%s'.", methodName); in checkAndClearExceptionFromCallback()
145 ALOGE("Could not create a MtpDeviceInfo object"); in android_mtp_MtpDevice_get_device_info()
198 ALOGE("Could not create a MtpStorageInfo object"); in android_mtp_MtpDevice_get_storage_info()
251 ALOGE("Could not create a MtpObjectInfo object"); in android_mtp_MtpDevice_get_object_info()
436 ALOGE("Can't find android/mtp/MtpDeviceInfo"); in register_android_mtp_MtpDevice()
441 ALOGE("Can't find android/mtp/MtpDeviceInfo constructor"); in register_android_mtp_MtpDevice()
446 ALOGE("Can't find MtpDeviceInfo.mManufacturer"); in register_android_mtp_MtpDevice()
451 ALOGE("Can't find MtpDeviceInfo.mModel"); in register_android_mtp_MtpDevice()
456 ALOGE("Can't find MtpDeviceInfo.mVersion"); in register_android_mtp_MtpDevice()
461 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()
148 ALOGE("server is null in add_storage"); in android_mtp_MtpServer_add_storage()
165 ALOGE("server is null in remove_storage"); in android_mtp_MtpServer_remove_storage()
190 ALOGE("Can't find android/mtp/MtpStorage"); in register_android_mtp_MtpServer()
195 ALOGE("Can't find MtpStorage.mStorageId"); in register_android_mtp_MtpServer()
200 ALOGE("Can't find MtpStorage.mPath"); in register_android_mtp_MtpServer()
[all …]
/frameworks/rs/driver/
DrsdIntrinsicBlend.cpp269 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL"); in ColorMatrix_uchar4()
273 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE"); in ColorMatrix_uchar4()
292 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN"); in ColorMatrix_uchar4()
296 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN"); in ColorMatrix_uchar4()
300 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN"); in ColorMatrix_uchar4()
304 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY"); in ColorMatrix_uchar4()
308 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT"); in ColorMatrix_uchar4()
312 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT"); in ColorMatrix_uchar4()
316 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE"); in ColorMatrix_uchar4()
320 ALOGE("Called unimplemented blend intrinsic BLEND_NEGATION"); in ColorMatrix_uchar4()
[all …]
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdIntrinsicBlend.cpp272 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL"); in ColorMatrix_uchar4()
276 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE"); in ColorMatrix_uchar4()
295 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN"); in ColorMatrix_uchar4()
299 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN"); in ColorMatrix_uchar4()
303 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN"); in ColorMatrix_uchar4()
307 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY"); in ColorMatrix_uchar4()
311 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT"); in ColorMatrix_uchar4()
315 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT"); in ColorMatrix_uchar4()
319 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE"); in ColorMatrix_uchar4()
323 ALOGE("Called unimplemented blend intrinsic BLEND_NEGATION"); in ColorMatrix_uchar4()
[all …]
/frameworks/base/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("couldn't symlink directory '%s' -> '%s': %s\n", libsymlink, applibdir, in install()
[all …]
Dinstalld.c164 ALOGE("read error: %s\n", strerror(errno)); in readx()
168 ALOGE("eof\n"); in readx()
185 ALOGE("write error: %s\n", strerror(errno)); in writex()
220 ALOGE("too many arguments\n"); in execute()
230 ALOGE("%s requires %d arguments (%d given)\n", in execute()
238 ALOGE("unsupported command '%s'\n", arg[0]); in execute()
307 ALOGE("Couldn't allocate array for dirs; aborting\n"); in initialize_globals()
388 ALOGE("Failed to move legacy media path: %s", strerror(errno)); in initialize_directories()
405 ALOGE("Failed to move owner media path: %s", strerror(errno)); in initialize_directories()
456 ALOGE("Failed to move OBB from owner: %s", strerror(errno)); in initialize_directories()
[all …]
/frameworks/support/renderscript/v8/rs_support/
DrsSignal.cpp35 ALOGE("LocklessFifo mutex init failure"); in init()
41 ALOGE("LocklessFifo condition init failure"); in init()
54 ALOGE("LocklessCommandFifo: error %i locking for set condition.", status); in set()
62 ALOGE("LocklessCommandFifo: error %i on set condition.", status); in set()
67 ALOGE("LocklessCommandFifo: error %i unlocking for set condition.", status); in set()
77 ALOGE("LocklessCommandFifo: error %i locking for condition.", status); in wait()
99 ALOGE("LocklessCommandFifo: error %i waiting for condition.", status); in wait()
105 ALOGE("LocklessCommandFifo: error %i unlocking for condition.", status); in wait()
/frameworks/rs/
DrsSignal.cpp35 ALOGE("LocklessFifo mutex init failure"); in init()
41 ALOGE("LocklessFifo condition init failure"); in init()
54 ALOGE("LocklessCommandFifo: error %i locking for set condition.", status); in set()
62 ALOGE("LocklessCommandFifo: error %i on set condition.", status); in set()
67 ALOGE("LocklessCommandFifo: error %i unlocking for set condition.", status); in set()
77 ALOGE("LocklessCommandFifo: error %i locking for condition.", status); in wait()
99 ALOGE("LocklessCommandFifo: error %i waiting for condition.", status); in wait()
105 ALOGE("LocklessCommandFifo: error %i unlocking for condition.", status); in wait()
/frameworks/av/services/camera/libcameraservice/camera2/
DStreamingProcessor.cpp81 ALOGE("%s: Camera %d: Unable to create default preview request: " in updatePreviewRequest()
89 ALOGE("%s: Camera %d: Unable to update common entries of preview " in updatePreviewRequest()
98 ALOGE("%s: Camera %d: Unable to update request id for preview: %s (%d)", in updatePreviewRequest()
121 ALOGE("%s: Camera %d: Error querying preview stream info: " in updatePreviewStream()
132 ALOGE("%s: Camera %d: Error waiting for preview to drain: " in updatePreviewStream()
138 ALOGE("%s: Camera %d: Unable to delete old output stream " in updatePreviewStream()
153 ALOGE("%s: Camera %d: Unable to create preview stream: %s (%d)", in updatePreviewStream()
162 ALOGE("%s: Camera %d: Unable to set preview stream transform: " in updatePreviewStream()
186 ALOGE("%s: Error waiting for preview to drain: %s (%d)", in deletePreviewStream()
192 ALOGE("%s: Unable to delete old preview stream: %s (%d)", in deletePreviewStream()
[all …]
/frameworks/rs/cpp/
DRenderScript.cpp59 ALOGE("Device creation failed"); in init()
65 ALOGE("Context creation failed"); in init()
74 ALOGE("Failed to start RenderScript message thread."); in init()
86 ALOGE("RS CPP error: %s", err); in throwError()
113 ALOGE("RenderScript::message handler realloc error %zu", rbuf_size); in threadProc()
121 ALOGE("RS Error %s", (const char *)rbuf); in threadProc()
137 ALOGE("Received a message from the script with no message handler installed."); in threadProc()
142 ALOGE("RenderScript unknown message type %i", r); in threadProc()
149 ALOGE("RenderScript Message thread exiting."); in threadProc()
DAllocation.cpp60 ALOGE("Unknown usage specified."); in Allocation()
68 ALOGE("Invalid usage combination."); in Allocation()
85 ALOGE("32 bit integer source does not match allocation type %i", dt); in validateIsInt32()
93 ALOGE("16 bit integer source does not match allocation type %i", dt); in validateIsInt16()
101 ALOGE("8 bit integer source does not match allocation type %i", dt); in validateIsInt8()
109 ALOGE("32 bit float source does not match allocation type %i", dt); in validateIsFloat32()
126 ALOGE("Object source does not match allocation type %i", dt); in validateIsObject()
150 ALOGE("Source must be exactly one usage type."); in syncAll()
157 ALOGE("Can only send buffer if IO_OUTPUT usage specified."); in ioSendOutput()
164 ALOGE("Can only send buffer if IO_OUTPUT usage specified."); in ioGetInput()
[all …]
/frameworks/compile/libbcc/lib/AndroidBitcode/
DABCCompilerDriver.cpp65 ALOGE("Out of memory when create the compiler configuration!"); in configCompiler()
78 ALOGE("Failed to configure the compiler! (detail: %s)", in configCompiler()
93 ALOGE("Out of memory when create the linker configuration!"); in configLinker()
124 ALOGE("Failed to configure the linker! (%s)", in configLinker()
137 ALOGE("Failed to load LLVM module from file descriptor `%d'", pInputFd); in prepareScript()
143 ALOGE("Out of memory when create script for file descriptor `%d'!", in prepareScript()
161 ALOGE("Fatal error during compilation (%s)!", in compile()
181 ALOGE("Failed to open the output file! (file descriptor `%d': %s)", in link()
210 ALOGE("Failed to link the shared object (detail: %s)", in link()
226 ALOGE("Unsupported target '%s' (detail: %s)!", pTriple.c_str(), in Create()
[all …]
/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/base/core/jni/
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()
143 ALOGE("android_media_JetPlayer_openFile(): aborting, out of memory"); in android_media_JetPlayer_loadFromFile()
155 ALOGE("android_media_JetPlayer_openFile(): failed to open file with EAS error %d", in android_media_JetPlayer_loadFromFile()
185 ALOGE("android_media_JetPlayer_openFileDescr(): failed to open file with EAS error %d", in android_media_JetPlayer_loadFromFileD()
207 ALOGE("android_media_JetPlayer_closeFile(): failed to close file"); in android_media_JetPlayer_closeFile()
229 ALOGE("android_media_JetPlayer_play(): failed to play with EAS error code %ld", in android_media_JetPlayer_play()
256 ALOGE("android_media_JetPlayer_pause(): failed to pause with EAS error code %ld", in android_media_JetPlayer_pause()
282 ALOGE("android_media_JetPlayer_queueSegment(): failed with EAS error code %ld", in android_media_JetPlayer_queueSegment()
307 ALOGE("android_media_JetPlayer_queueSegment(): failed to read track mute mask."); in android_media_JetPlayer_queueSegmentMuteArray()
[all …]
/frameworks/base/libs/androidfw/
DKeyLayoutMap.cpp56 ALOGE("Error %d opening key layout map file %s.", status, filename.string()); in load()
60 ALOGE("Error allocating key layout map."); in load()
182 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(), in parse()
189 ALOGE("%s: Expected end of line or trailing comment, got '%s'.", in parse()
213 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(), in parseKey()
220 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(), in parseKey()
229 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(), in parseKey()
242 ALOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(), in parseKey()
247 ALOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(), in parseKey()
270 ALOGE("%s: Expected axis scan code number, got '%s'.", mTokenizer->getLocation().string(), in parseAxis()
[all …]
/frameworks/av/services/camera/libcameraservice/
DCamera2Device.cpp55 ALOGE("%s: Already initialized!", __FUNCTION__); in initialize()
69 ALOGE("%s: Could not open camera %d: %s (%d)", __FUNCTION__, in initialize()
75 ALOGE("%s: Could not open camera %d: " in initialize()
88 ALOGE("%s: HAL reporting mismatched camera_info version (%x)" in initialize()
97 ALOGE("%s: Camera %d: Unable to connect request queue to device: %s (%d)", in initialize()
104 ALOGE("%s: Camera %d: Unable to connect frame queue to device: %s (%d)", in initialize()
112 ALOGE("%s: Camera %d: Unable to retrieve tag ops from device: %s (%d)", in initialize()
119 ALOGE("%s: Camera %d: Unable to set tag ops: %s (%d)", in initialize()
127 ALOGE("%s: Camera %d: Unable to initialize notification callback!", in initialize()
154 ALOGE("%s: Could not close camera %d: %s (%d)", in disconnect()
[all …]
/frameworks/base/cmds/ip-up-vpn/
Dip-up-vpn.c70 ALOGE("Cannot create state: %s", strerror(errno)); in main()
100 ALOGE("Cannot remove host route: %s", strerror(errno)); in main()
108 ALOGE("Cannot create host route: %s", strerror(errno)); in main()
116 ALOGE("Cannot bring up %s: %s", interface, strerror(errno)); in main()
123 ALOGE("Cannot set address: %s", strerror(errno)); in main()
130 ALOGE("Cannot set netmask: %s", strerror(errno)); in main()
143 ALOGE("Cannot parse parameters"); in main()
149 ALOGE("Cannot write state: %s", strerror(errno)); in main()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoWriter.cpp44 ALOGE("RS dependency table contains invalid source id string '%s'.", in helper_adapt_list_item()
50 ALOGE("RS dependency table contains invalid SHA-1 checksum string in '%s'.", in helper_adapt_list_item()
67 ALOGE("RS pragma list contains invalid string '%s' for key.", pItem->first); in helper_adapt_list_item()
72 ALOGE("RS pragma list contains invalid string '%s' for value.", in helper_adapt_list_item()
97 ALOGE("RS export vars contains invalid string '%s' for name.", *pItem); in helper_adapt_list_item()
113 ALOGE("RS export funcs contains invalid string '%s' for name.", *pItem); in helper_adapt_list_item()
130 ALOGE("RS export foreach contains invalid string '%s' for name.", in helper_adapt_list_item()
155 ALOGE("Cannot write out item of %s for RSInfo file %s! (%s)", in helper_write_list()
172 ALOGE("Invalid RS info file %s for output! (%s)", in write()
184 ALOGE("Cannot write out the header for RSInfo file %s! (%s)", in write()
[all …]
DRSCompilerDriver.cpp89 ALOGE("Unable to acquire the read lock for %s! (%s)", pOutputPath, in loadScriptCache()
100 ALOGE("Unable to open the %s for read! (%s)", pOutputPath, in loadScriptCache()
112 ALOGE("Unable to acquire the read lock on %s for reading %s! (%s)", in loadScriptCache()
213 ALOGE("Failed to link script '%s' with Renderscript runtime!", pScriptName); in compileScript()
223 ALOGE("Unable to acquire the lock for writing %s! (%s)", in compileScript()
235 ALOGE("Unable to open the %s for write! (%s)", pOutputPath, in compileScript()
248 ALOGE("Failed to setup config for RS compiler to compile %s!", pOutputPath); in compileScript()
259 ALOGE("Failed to config the RS compiler for %s! (%s)",pOutputPath, in compileScript()
272 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath, in compileScript()
326 ALOGE("Invalid parameter passed to RSCompilerDriver::build()! (cache dir: " in build()
[all …]
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp108 ALOGE("EGL_ANDROID_blob_cache advertised, " in initialize()
117 ALOGE("eglSetBlobCacheFuncsANDROID resulted in an error: " in initialize()
233 ALOGE("error unlinking cache file %s: %s (%d)", fname, in saveBlobCacheLocked()
241 ALOGE("error creating cache file %s: %s (%d)", fname, in saveBlobCacheLocked()
251 ALOGE("error allocating buffer for cache contents: %s (%d)", in saveBlobCacheLocked()
261 ALOGE("error writing cache contents: %s (%d)", strerror(-err), in saveBlobCacheLocked()
275 ALOGE("error writing cache file: %s (%d)", strerror(errno), in saveBlobCacheLocked()
296 ALOGE("error opening cache file %s: %s (%d)", mFilename.string(), in loadBlobCacheLocked()
304 ALOGE("error stat'ing cache file: %s (%d)", strerror(errno), errno); in loadBlobCacheLocked()
312 ALOGE("cache file is too large: %#llx", statBuf.st_size); in loadBlobCacheLocked()
[all …]
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp89 ALOGE("Invalid/empty bitcode"); in translate()
95 ALOGE("Bitcode wrapper (%u) and translator (%u) disagree about target API", in translate()
102 ALOGE("Invalid API version: %u is out of range ('%u' - '%u')", mVersion, in translate()
131 ALOGE("No compatible bitcode reader for API version %d", mVersion); in translate()
136 ALOGE("Could not parse bitcode file"); in translate()
137 ALOGE("%s", error.c_str()); in translate()
152 ALOGE("Couldn't produce bitcode wrapper!"); in translate()

12345678910>>...18