Searched refs:ALOGE (Results 76 - 100 of 624) sorted by relevance

1234567891011>>

/frameworks/av/cmds/screenrecord/
H A DProgram.cpp95 ALOGE("Attrib/uniform lookup failed: %#x", glGetError());
141 ALOGE("glCreateShader error: %#x", glGetError());
151 ALOGE("Compile of shader type %d failed", shaderType);
158 ALOGE("Compile log: %s", buf);
172 ALOGE("glCreateProgram error: %#x", glGetError());
182 ALOGE("glLinkProgram failed");
189 ALOGE("Link log: %s", buf);
279 ALOGE("unexpected program type %d", mProgramType);
287 ALOGE("GL error before draw: %#x", glErr);
302 ALOGE("G
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp81 ALOGE("Must have both key id and key in the JsonWebKey set.");
86 ALOGE("Failed to decode key id(%s)", encodedKeyId.string());
91 ALOGE("Failed to decode key(%s)", encodedKey.string());
124 ALOGE("Malformed base64 encoded content found.");
172 ALOGE("JSON Web Key does not contain keys.");
191 ALOGE("Parser returns error code=%d", numTokens);
203 ALOGE("Parser returns error code=%d", status);
229 ALOGE("Empty JSON Web Key");
242 ALOGE("Parser returns error code=%d", numTokens);
253 ALOGE("Parse
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp56 ALOGE("usb_device_open failed for %s", deviceNameStr);
80 ALOGE("device is closed in native_get_fd");
113 ALOGE("device is closed in native_claim_interface");
131 ALOGE("device is closed in native_release_interface");
148 ALOGE("device is closed in native_set_interface");
160 ALOGE("device is closed in native_set_configuration");
174 ALOGE("device is closed in native_control_request");
199 ALOGE("device is closed in native_control_request");
222 ALOGE("device is closed in native_request_wait");
238 ALOGE("devic
[all...]
H A Dandroid_media_JetPlayer.cpp69 ALOGE("JET jetPlayerEventCallback(): No JNI env for JET event callback, can't post event.");
93 ALOGE("android_media_JetPlayer_setup(): initialization failed with EAS error code %d", (int)result);
144 ALOGE("android_media_JetPlayer_openFile(): aborting, out of memory");
156 ALOGE("android_media_JetPlayer_openFile(): failed to open file with EAS error %d",
187 ALOGE("android_media_JetPlayer_openFileDescr(): failed to open file with EAS error %d",
210 ALOGE("android_media_JetPlayer_closeFile(): failed to close file");
233 ALOGE("android_media_JetPlayer_play(): failed to play with EAS error code %ld",
261 ALOGE("android_media_JetPlayer_pause(): failed to pause with EAS error code %ld",
288 ALOGE("android_media_JetPlayer_queueSegment(): failed with EAS error code %ld",
314 ALOGE("android_media_JetPlayer_queueSegmen
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp52 ALOGE("An exception was thrown by callback '%s'.", methodName);
64 ALOGE("usb_device_open failed\n");
156 ALOGE("usb_host_init failed");
199 ALOGE("Can't find com/android/server/usb/UsbHostManager");
205 ALOGE("Can't find beginUsbDeviceAdded");
211 ALOGE("Can't find addUsbConfiguration");
217 ALOGE("Can't find addUsbInterface");
222 ALOGE("Can't find addUsbEndpoint");
227 ALOGE("Can't find endUsbDeviceAdded");
233 ALOGE("Ca
[all...]
H A Dcom_android_server_UsbMidiDevice.cpp57 ALOGE("timed out after %d tries, could not open %s", retryCounter, path);
75 ALOGE("SNDRV_CTL_IOCTL_RAWMIDI_INFO failed, errno: %d path: %s", errno, path);
101 ALOGE("open failed on %s for index %d", path, i);
148 ALOGE("Can't find java/io/FileDescriptor");
155 ALOGE("Can't find com/android/server/usb/UsbMidiDevice");
160 ALOGE("Can't find UsbMidiDevice.mPipeFD");
H A Dcom_android_server_PersistentDataBlockService.cpp62 ALOGE("Something went wrong secure discarding block: %s\n", strerror(errno));
67 ALOGE("Discard failed: %s\n", strerror(errno));
70 ALOGE("Wipe via secure discard failed, used non-secure discard instead\n");
H A Dcom_android_server_connectivity_Vpn.cpp67 ALOGE("Cannot allocate TUN: %s", strerror(errno));
74 ALOGE("Cannot activate %s: %s", ifr4.ifr_name, strerror(errno));
81 ALOGE("Cannot set MTU on %s: %s", ifr4.ifr_name, strerror(errno));
96 ALOGE("Cannot get interface name: %s", strerror(errno));
108 ALOGE("Cannot get index of %s: %s", name, strerror(errno));
180 ALOGE("Invalid address: %s/%d", address, prefix);
182 ALOGE("Cannot add address: %s/%d: %s", address, prefix, strerror(errno));
184 ALOGE("Invalid address: %s", addresses);
198 ALOGE("Cannot reset %s: %s", name, strerror(errno));
211 ALOGE("Canno
[all...]
H A Dcom_android_server_fingerprint_FingerprintService.cpp80 ALOGE("Falure sending auth token to KeyStore: %d", ret);
83 ALOGE("Unable to communicate with KeyStore");
118 ALOGE("fingerprint: invalid msg: %d", msg.type);
188 ALOGE("Path name is too long\n");
204 ALOGE("Can't open fingerprint HW Module, error: %d", err);
208 ALOGE("No valid fingerprint module");
215 ALOGE("No valid open method");
222 ALOGE("Can't open fingerprint methods, error: %d", err);
227 ALOGE("Wrong fp version. Expected %d, got %d", kVersion, device->version);
234 ALOGE("Faile
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp89 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
96 ALOGE("%s: Camera %d: Jpeg buffer size (%zu) is invalid ",
124 ALOGE("%s: Camera %d: Unable to allocate memory for capture",
138 ALOGE("%s: Camera %d: Error querying capture output stream info: "
153 ALOGE("%s: Camera %d: Unable to delete old output stream "
169 ALOGE("%s: Camera %d: Can't create output stream for capture: "
177 ALOGE("%s: Camera %d: Can't add buffer listeneri: %s (%d)",
193 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
256 ALOGE("%s: Camera %d: Error receiving still image buffer: "
267 ALOGE("
[all...]
H A DCallbackProcessor.cpp72 ALOGE("%s: Camera %d: Unable to delete old stream "
94 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
128 ALOGE("%s: Camera %d: Error querying callback output stream info: "
143 ALOGE("%s: Camera %d: Unable to delete old output stream "
160 ALOGE("%s: Camera %d: Can't create output stream for callbacks: "
182 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
188 ALOGE("%s: Error waiting for HAL to drain: %s (%d)",
195 ALOGE("%s: Unable to delete callback stream: %s (%d)",
252 ALOGE("%s: Camera %d: Error receiving next callback buffer: "
286 ALOGE("
[all...]
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp138 ALOGE("GLEnvironment: Null Surface passed!");
144 ALOGE("GLEnvironment: Error creating window!");
168 ALOGE("GLEnvironment: No suitable EGL configuration found for surface!");
179 ALOGE("GLEnvironment: Error creating window surface!");
200 ALOGE("GLEnvironment: Null SurfaceTexture passed!");
206 ALOGE("GLEnvironment: Error creating window!");
237 ALOGE("GLEnvironment: No suitable EGL configuration found for surface texture!");
248 ALOGE("GLEnvironment: Error creating window surface!");
280 ALOGE("GLEnvironment: Error- MediaRecorder could not be initialized!");
289 ALOGE("GLEnvironmen
[all...]
/frameworks/av/media/libcpustats/
H A DThreadCpuUsage.cpp42 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
50 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
61 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
104 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
135 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
157 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp47 ALOGE("%s: Bad format for size-only stream: %d", __FUNCTION__,
104 ALOGE("%s: Bad state: %d", __FUNCTION__, mState);
138 ALOGE("%s: Can't disconnect with %zu buffers still dequeued!",
190 ALOGE("%s: Stream %d: Can't get buffers in unconfigured state %d",
202 ALOGE("%s: Stream %d: Can't return buffers in unconfigured state %d",
207 ALOGE("%s: Stream %d: No buffers outstanding to return", __FUNCTION__,
/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp63 ALOGE("%s: Failed to read rotation from parcel", __FUNCTION__);
69 ALOGE("%s: Failed to read surface set ID from parcel", __FUNCTION__);
75 ALOGE("%s: Failed to read surface from parcel", __FUNCTION__);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp147 ALOGE("Failed to link script '%s' with Renderscript runtime %s!",
162 ALOGE("Unable to acquire the lock for writing %s! (%s)",
173 ALOGE("Unable to open %s for write! (%s)", pOutputPath,
182 ALOGE("Failed to setup config for RS compiler to compile %s!",
190 ALOGE("Failed to config the RS compiler for %s! (%s)",pOutputPath,
215 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath,
238 ALOGE("Invalid parameter passed to RSCompilerDriver::build()! (cache dir: "
245 ALOGE("No bitcode supplied! (bitcode: %p, size of bitcode: %u)",
289 ALOGE("Found invalid legacy bitcode compiled with a version %u llvm-rs-cc "
291 ALOGE("Pleas
[all...]
/frameworks/rs/
H A DrsFBOCache.cpp49 ALOGE("Invalid render target index");
54 ALOGE("Invalid Color Target");
66 ALOGE("Invalid Depth Target");
/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp34 ALOGE("%s: Failed to write to ByteArrayOutput.", __FUNCTION__);
H A DTiffEntry.cpp41 ALOGE("%s: Value of type 'ifd' is not valid for tag with TIFF type %d.",
51 ALOGE("%s: Value of type 'uint8_t' is not valid for tag with TIFF type %d.",
61 ALOGE("%s: Value of type 'int8_t' is not valid for tag with TIFF type %d.",
71 ALOGE("%s: Value of type 'uint16_t' is not valid for tag with TIFF type %d.",
81 ALOGE("%s: Value of type 'int16_t' is not valid for tag with TIFF type %d.",
91 ALOGE("%s: Value of type 'uint32_t' is not valid for tag with TIFF type %d.",
101 ALOGE("%s: Value of type 'int32_t' is not valid for tag with TIFF type %d.",
111 ALOGE("%s: Value of type 'double' is not valid for tag with TIFF type %d.",
121 ALOGE("%s: Value of type 'float' is not valid for tag with TIFF type %d.",
/frameworks/base/libs/common_time/
H A Ddiag_thread.cpp41 ALOGE("Failed to set socket (%d) to non-blocking mode (errno %d)",
52 ALOGE("Failed to set socket (%d) to no-delay mode (errno %d)",
80 ALOGE("Failed to start work thread (res = %d)", res);
89 ALOGE("Failed to stop work thread (res = %d)", res);
98 ALOGE("Socket failed.");
113 ALOGE("Bind failed.");
118 ALOGE("Listen failed.");
205 ALOGE("Failed to open listen socket");
222 ALOGE("Fatal error (%d,%d) while waiting on events",
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h42 #define CHECK_GT(x,y) if (x<y) ALOGE("CHECK_GT failed at file %s line %d", \
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp50 ALOGE("Cannot draw: no DrawGL Function installed");
86 ALOGE("Unexpected DrawGLInfo type %d", what);
114 ALOGE("setrlimit failed: %s", strerror(errno));
117 ALOGE("getrlimit failed: %s", strerror(errno));
/frameworks/native/cmds/installd/
H A Dutils.cpp278 ALOGE("invalid package name '%s'\n", pkgname);
287 ALOGE("invalid package name '%s'\n", pkgname);
299 ALOGE("invalid package name '%s' should include only numbers after -\n", pkgname);
340 ALOGE("Couldn't openat %s: %s\n", name, strerror(errno));
346 ALOGE("Couldn't fdopendir %s: %s\n", name, strerror(errno));
356 ALOGE("Couldn't unlinkat %s: %s\n", name, strerror(errno));
361 ALOGE("Couldn't unlinkat %s: %s\n", name, strerror(errno));
391 ALOGE("Couldn't opendir %s: %s\n", pathname, strerror(errno));
398 ALOGE("Couldn't rmdir %s: %s\n", pathname, strerror(errno));
412 ALOGE("Could
[all...]
/frameworks/av/media/common_time/
H A Dlocal_clock.cpp45 ALOGE("Failed to open local time HAL module (res = %d)", res);
49 ALOGE("Failed to open local time HAL device (res = %d)", res);
/frameworks/av/media/libstagefright/
H A DProcessInfo.cpp42 ALOGE("getProcessStatesAndOomScoresFromPids failed");
47 ALOGE("pid %d invalid OOM adjustments value %d", pid, score);

Completed in 712 milliseconds

1234567891011>>