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

1234567891011>>

/frameworks/base/services/core/jni/
H A Dcom_android_server_am_BatteryStatsService.cpp58 ALOGE("Error posting wakeup sem: %s\n", buf);
80 ALOGE("Error creating semaphore: %s\n", buf);
95 ALOGE("Error waiting on semaphore: %s\n", buf);
103 ALOGE("Failed to open %s", LAST_RESUME_REASON);
125 ALOGE("Bad reason line: %s", reasonline);
184 ALOGE("Failed to close %s", LAST_RESUME_REASON);
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_SerialService.cpp43 ALOGE("could not open %s", pathStr);
67 ALOGE("Can't find com/android/server/SerialService");
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp42 ALOGE("Unable to load the ELF object!");
65 ALOGE("Some symbols are found to be undefined during relocation!");
86 ALOGE("Invalid section header table offset found! (e_shoff = %ld)",
89 ALOGE("Invalid section header table offset found! (e_shoff = %d)",
98 ALOGE("Invalid image supplied (debug image doesn't contain all the section"
102 ALOGE("Invalid image supplied (debug image doesn't contain all the section"
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DBurstCapture.cpp43 ALOGE("Not completely implemented");
102 ALOGE("%s: JPEG encode timed out", __FUNCTION__);
108 ALOGE("Not implemented");
H A DJpegProcessor.cpp71 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
78 ALOGE("%s: Camera %d: Jpeg buffer size (%zu) is invalid ",
106 ALOGE("%s: Camera %d: Unable to allocate memory for capture",
120 ALOGE("%s: Camera %d: Error querying capture output stream info: "
135 ALOGE("%s: Camera %d: Unable to delete old output stream "
150 ALOGE("%s: Camera %d: Can't create output stream for capture: "
168 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
229 ALOGE("%s: Camera %d: Error receiving still image buffer: "
240 ALOGE("%s: Camera %d: Unexpected format for still image: "
362 ALOGE("Coul
[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/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/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/native/services/surfaceflinger/
H A DEventControlThread.cpp44 ALOGE("error waiting for new events: %s (%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/av/services/camera/libcameraservice/device3/
H A DCamera3InputStream.cpp35 ALOGE("%s: Bad format, BLOB not supported", __FUNCTION__);
51 ALOGE("%s: Stream %d: Buffer registration for input streams"
70 ALOGE("%s: Stream %d: Can't acquire next output buffer: %s (%d)",
122 ALOGE("%s: Stream %d: Can't return buffer that wasn't sent to HAL",
129 ALOGE("%s: Stream %d: HAL should not set release_fence(%d) when "
148 ALOGE("%s: Stream %d: Error releasing buffer back to buffer queue:"
213 ALOGE("%s: Stream %d: Could not query min undequeued buffers (error %d, bufCount %d)",
239 ALOGE("%s: Stream %d: Could not set buffer dimensions %dx%d",
245 ALOGE("%s: Stream %d: Could not set buffer format %d",
/frameworks/base/core/jni/
H A Dandroid_server_FingerprintManager.cpp84 ALOGE("fingerprint: invalid msg: %d", msg.type);
96 ALOGE("Can't call JNI method: attach failed: %#x", result);
135 ALOGE("Can't open fingerprint HW Module, error: %d", err);
139 ALOGE("No valid fingerprint module");
146 ALOGE("No valid open method");
153 ALOGE("Can't open fingerprint methods, error: %d", err);
158 ALOGE("Wrong fp version. Expected %d, got %d", kVersion, device->version);
165 ALOGE("Failed in call to set_notify(), err=%d", err);
171 ALOGE("NOTIFY not set properly: %p != %p", gContext.device->notify, hal_notify_callback);
H A Dandroid_media_AudioRecord.cpp157 ALOGE("Error creating AudioRecord: invalid audio attributes");
162 ALOGE("Error creating AudioRecord: channel mask %#x is not valid.", channelMask);
170 ALOGE("Error creating AudioRecord: unsupported audio format %d.", audioFormat);
177 ALOGE("Error creating AudioRecord: frameCount is 0.");
185 ALOGE("Can't find %s when setting up callback.", kClassPathName);
190 ALOGE("Error creating AudioRecord: invalid session ID pointer");
196 ALOGE("Error creating AudioRecord: Error retrieving session id pointer");
246 ALOGE("Error creating AudioRecord instance: initialization check failed with status %d.",
253 ALOGE("Error creating AudioRecord: Error retrieving session id pointer");
368 ALOGE("Unabl
[all...]
H A Dcom_android_internal_os_Zygote.cpp108 ALOGE("Exit zygote because system server (%d) has terminated");
163 ALOGE("setgroups failed");
184 ALOGE("rlimits array must have a second dimension of size 3");
193 ALOGE("setrlimit(%d, {%d, %d}) failed", javaRlimit[0], rlim.rlim_cur, rlim.rlim_max);
205 ALOGE("prctl(PR_SET_KEEPCAPS) failed");
215 ALOGE("prctl(PR_CAPBSET_DROP) failed with EINVAL. Please verify "
218 ALOGE("prctl(PR_CAPBSET_DROP) failed");
239 ALOGE("capset(%lld, %lld) failed", permitted, effective);
247 ALOGE("set_sched_policy(0, SP_DEFAULT) failed");
360 ALOGE("Ba
[all...]
H A Dandroid_hardware_UsbRequest.cpp49 ALOGE("device null in native_init");
85 ALOGE("request is closed in native_queue");
124 ALOGE("request is closed in native_dequeue");
143 ALOGE("request is closed in native_queue");
174 ALOGE("request is closed in native_dequeue");
187 ALOGE("request is closed in native_cancel");
209 ALOGE("Can't find android/hardware/usb/UsbRequest");
214 ALOGE("Can't find UsbRequest.mNativeContext");
H A Dandroid_server_NetworkManagementSocketTagger.cpp39 ALOGE("Can't get FileDescriptor num");
55 ALOGE("Can't get FileDescriptor num");
/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/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp61 ALOGE("%s: Already initialized!", __FUNCTION__);
75 ALOGE("%s: Could not open camera %d: %s (%d)", __FUNCTION__,
81 ALOGE("%s: Could not open camera %d: "
94 ALOGE("%s: HAL reporting mismatched camera_info version (%x)"
103 ALOGE("%s: Camera %d: Unable to connect request queue to device: %s (%d)",
110 ALOGE("%s: Camera %d: Unable to connect frame queue to device: %s (%d)",
119 ALOGE("%s: Camera %d: Unable to initialize notification callback!",
147 ALOGE("%s: Could not close camera %d: %s (%d)",
215 ALOGE("%s: Camera2Device burst capture not implemented", __FUNCTION__);
230 ALOGE("
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp115 ALOGE("Invalid audio source: %d", as);
132 ALOGE("Invalid video source: %d", vs);
149 ALOGE("Invalid output format: %d", of);
166 ALOGE("Invalid audio encoder: %d", ae);
183 ALOGE("Invalid video encoder: %d", ve);
195 ALOGE("Invalid video size: %dx%d", width, height);
210 ALOGE("Invalid video frame rate: %d", frames_per_second);
224 ALOGE("camera is NULL");
228 ALOGE("camera proxy is NULL");
245 ALOGE("setOutputFil
[all...]
H A DMidiFile.cpp72 ALOGE("EAS library/header mismatch");
78 ALOGE("EAS_Init failed");
139 ALOGE("EAS_OpenFile failed: [%d]", (int)result);
167 ALOGE("EAS_OpenFile failed: [%d]", (int)result);
186 ALOGE("EAS_Prepare failed: [%ld]", result);
245 ALOGE("EAS_Pause returned error %ld", result);
267 ALOGE("EAS_Locate returned %ld", result);
303 ALOGE("getCurrentPosition(): file not open");
307 ALOGE("getCurrentPosition(): mPlayTime = %ld", mPlayTime);
434 ALOGE("mAudioSin
[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/native/services/inputflinger/
H A DInputManager.cpp56 ALOGE("Could not start InputDispatcher thread due to error %d.", result);
62 ALOGE("Could not start InputReader thread due to error %d.", result);

Completed in 962 milliseconds

1234567891011>>