HomeSort by relevance Sort by last modified time
    Searched refs:ALOGE (Results 351 - 375 of 2134) sorted by null

<<11121314151617181920>>

  /system/core/libdiskconfig/
write_lst.c 35 ALOGE("Unable to allocate memory.");
74 ALOGE("Cannot seek to the specified position (%lld).", (long long)lst->offset);
80 ALOGE("Failed writing %u bytes at position %lld.", lst->len,
  /system/hwservicemanager/
service.cpp 51 ALOGE("Failed to register hwservicemanager with itself.");
57 ALOGE("Failed to register ITokenManager with hwservicemanager.");
68 ALOGE("Failed to set \"hwservicemanager.ready\" (error %d). "\
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
hwcomposer.cpp 113 ALOGE("Layers:");
121 ALOGE("%s", log_line.c_str());
129 ALOGE("%s: Layer is marked as skip", __FUNCTION__);
135 ALOGE(
144 ALOGE("%s: Layer contains an invalid gralloc handle.", __FUNCTION__);
152 ALOGE(
162 ALOGE(
176 ALOGE("Composition requested with 0 layers");
212 ALOGE("%s: Invalid layer found", __FUNCTION__);
220 ALOGE("%s: Invalid layer found", __FUNCTION__)
    [all...]
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 58 ALOGE("Error %d opening key layout map file %s.", status, filename.string());
62 ALOGE("Error allocating key layout map.");
222 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
229 ALOGE("%s: Expected end of line or trailing comment, got '%s'.",
253 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(),
259 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(),
268 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
281 ALOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(),
286 ALOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(),
309 ALOGE("%s: Expected axis scan code number, got '%s'.", mTokenizer->getLocation().string()
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
tfa_98xx.c 83 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_SPEAKER_BUNDLE);
91 ALOGE("%s: dlsym error %s for exTfa98xx_speakeron", __func__,
98 ALOGE("%s: dlsym error %s for exTfa98xx_speakeroff", __func__,
105 ALOGE("%s: dlsym error %s for exTfa98xx_setvolumestep",
112 ALOGE("%s: dlsym error %s for exTfa98xx_calibration",
141 ALOGE("%s: audio_route_apply_and_update_path return %d\n", __func__, ret);
147 ALOGE("%s: audio_route_reset_and_update_path return %d\n", __func__, ret);
168 ALOGE("%s: function %d not support!\n",__func__, audio_mode);
222 ALOGE("%s: no device match \n", __func__);
244 ALOGE("%s: function %d not support!\n",__func__, func_mode)
    [all...]
ext_speaker.c 51 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_SPEAKER_BUNDLE);
59 ALOGE("%s: dlsym error %s for set_mode", __func__,
66 ALOGE("%s: dlsym error %s for set_speaker_on", __func__,
73 ALOGE("%s: dlsym error %s for set_earpiece_on", __func__,
80 ALOGE("%s: dlsym error %s for set_voice_volume",
  /system/core/trusty/storage/proxy/
storage.c 169 ALOGE("%s: invalid request length (%zd < %zd)\n",
177 ALOGE("%s: invalid filename length (%zd != %zd)\n",
185 ALOGE("%s: asprintf failed\n", __func__);
198 ALOGE("%s: error (%d) unlinking file '%s'\n",
223 ALOGE("%s: invalid request length (%zd < %zd)\n",
231 ALOGE("%s: invalid filename length (%zd != %zd)\n",
239 ALOGE("%s: asprintf failed\n", __func__);
276 ALOGE("%s: failed to open file \"%s\": %s\n",
304 ALOGE("%s: invalid request length (%zd != %zd)\n",
316 ALOGE("%s: fsync failed for fd=%u: %s\n"
    [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 260 ALOGE("%s: Could not get ctl for mixer cmd - %s",
279 ALOGE("Unable to open the mixer, aborting.");
285 ALOGE("%s: Failed to init audio route controls, aborting.", __func__);
325 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_ACDB_LOADER);
340 ALOGE("%s: dlsym error %s for acdb_loader_init_ACDB", __func__, dlerror());
354 ALOGE("%s: DLOPEN failed for %s", __func__, LIB_CSD_CLIENT);
377 ALOGE("%s: dlsym error %s for csd_client_init", __func__, dlerror());
439 ALOGE("%s: Not implemented", __func__);
445 ALOGE("%s: Not implemented", __func__);
463 ALOGE("%s: Could not find acdb id for device(%d)"
    [all...]
  /system/netd/server/
BandwidthController.cpp 380 ALOGE("Invalid bytes value. 1..max_int64.");
410 ALOGE("Failed set quota rule");
421 ALOGE("Failed update quota for %s", cost);
441 ALOGE("No such iface %s to delete", iface.c_str());
460 ALOGE("Failed to remove shared quota on %s", iface.c_str());
488 ALOGE("Invalid bytes value. 1..max_int64.");
500 ALOGE("Failed update quota for %s", iface.c_str());
526 ALOGE("Failed set quota rule");
547 ALOGE("Reading quota %s failed (%s)", iface.c_str(), toString(file).c_str());
552 ALOGE("Reading quota %s failed (%s)", iface.c_str(), toString(rv).c_str())
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 114 ALOGE("%s: parcel argument was NULL.", __FUNCTION__);
120 ALOGE("%s: could not read tag count from parcel", __FUNCTION__);
125 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount);
137 ALOGE("%s: could not read tag id from parcel for index %d", __FUNCTION__, i);
141 ALOGE("%s: vendor tag %d not in vendor tag section.", __FUNCTION__, tag);
146 ALOGE("%s: could not read tag type from parcel for tag %d", __FUNCTION__, tag);
150 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType);
156 ALOGE("%s: parcel tag name was NULL for tag %d.", __FUNCTION__, tag);
162 ALOGE("%s: could not read section index for tag %d.", __FUNCTION__, tag);
181 ALOGE("%s: could not read section count for.", __FUNCTION__)
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3SharedOutputStream.cpp 37 ALOGE("%s: Trying to add more consumers than the maximum ", __func__);
67 ALOGE("%s: Failed to connect to stream splitter: %s(%d)",
99 ALOGE("%s: it's illegal to set zero consumer surfaces!", __FUNCTION__);
106 ALOGE("%s: it's illegal to set a null consumer surface!", __FUNCTION__);
112 ALOGE("%s: No surface ids available!", __func__);
122 ALOGE("%s: addOutput failed with error code %d", __FUNCTION__, ret);
150 ALOGE("%s: Stream %d: Cannot attach stream splitter buffer to outputs: %s (%d)",
180 ALOGE("%s: getOnFrameAvailable returns %d", __FUNCTION__, res);
183 ALOGE("%s: queueBufer failed %d", __FUNCTION__, res);
198 ALOGE("Cannot connect to stream splitter: %s(%d)", strerror(-res), res)
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 56 ALOGE("invalid mDrmDevFd");
70 ALOGE("drm_vendor_api_init failed");
74 ALOGE("createVideoDecoder failed for \"%s\"", AVC_SECURE_MIME_TYPE);
83 ALOGE("Failed to open drm device.");
90 ALOGE("drm_vendor_api_deinit failed");
135 ALOGE("drm_stop_playback failed: (0x%x)", ret);
146 ALOGE("drm_start_playback failed: (0x%x)", ret);
191 ALOGE("%s: protected data buffer pointer %p doesn't have the right magic", __FUNCTION__, dataBuffer);
205 ALOGE("Failed to create timer.");
215 ALOGE("Failed to set timer.")
    [all...]
  /external/swiftshader/src/Main/
FrameBufferAndroid.cpp 91 ALOGE("%s failed to lock buffer %p", __FUNCTION__, buffer);
113 ALOGE("Unsupported frame buffer format RGB_888"); ASSERT(false);
117 ALOGE("Unsupported frame buffer format %d", buffer->format); ASSERT(false);
130 ALOGE("%s: badness unlock with no active buffer", __FUNCTION__);
138 ALOGE("%s: badness unlock failed", __FUNCTION__);
  /frameworks/base/cmds/bootanimation/iot/
BootParameters.cpp 55 ALOGE("Unable to delete last boot file: %s", err.c_str());
58 ALOGE("Unable to swap boot files: %s", strerror(errno));
62 ALOGE("Unable to create next boot file: %s", strerror(errno));
67 ALOGE("Unable to set next boot file permissions: %s", strerror(errno));
96 ALOGE("Unable to read from %s: %s", kLastBootFile, strerror(errno));
  /frameworks/base/packages/services/PacProcessor/jni/
com_android_pacprocessor_PacNative.cpp 41 ALOGE("Error: %s", str.string());
93 ALOGE("V8 Parser not started when setting PAC script");
98 ALOGE("Unable to set PAC script");
113 ALOGE("V8 Parser not initialized when running PAC script");
124 ALOGE("Error Running PAC: %s", ret8.string());
  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 159 ALOGE("%s: failed to malloc buffer", __func__);
188 ALOGE("Couldn't parase the filter %s\n", atts[attIndex+1]);
191 ALOGE("couldn't handle \"%s\" element for Filter\n", name);
198 ALOGE("Skip this element(%s) becaue this filter couldn't be supported\n", name);
209 ALOGE("Skip this element(%s) becaue this filter couldn't be supported\n", name);
220 ALOGE("Skip this element(%s) becaue this filter couldn't be supported\n", name);
240 ALOGE("\"FRCRate\" element is only for ProcFilterFrameRateConversion\n");
249 ALOGE("Couldn't handle this element %s!\n", name);
257 ALOGE("\"%s\" must be in Filter element\n", name);
262 ALOGE("\"%s\" or \"%s\" couldn't match the %s format\n", atts[attIndex], atts[attIndex + 2], name)
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
LinearFakeValueGenerator.cpp 39 ALOGE("%s: expected property ID in int32Values", __func__);
45 ALOGE("%s: interval is not provided in int64Values", __func__);
51 ALOGE("%s: expected at least 3 elements in floatValues, got: %zu", __func__,
74 ALOGE("%s: expected property ID in int32Values", __func__);
122 ALOGE("%s: unsupported property type for 0x%x", __func__, event.prop);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hardware.c 62 ALOGE("Hw_config: Property Setting fail");
73 ALOGE("Hw_config: Property Setting fail");
85 ALOGE("Fail to get bluetooth status");
139 ALOGE("hw_epilog_cback called with NULL context");
190 ALOGE("vendor lib epilog process aborted [no buffer]");
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlay3DPipe.h 175 ALOGE("3Dpipe failed to init");
194 ALOGE("M3DExtPipe setCrop failed to getCropS3D");
211 ALOGE("S3DPrimaryPipe setPosition err in getPositionS3D");
230 ALOGE("M3DExtPipe Pipe fmt=%d", mM3Dfmt);
244 ALOGE("3Dpipe failed to init");
263 ALOGE("M3DPrimaryPipe setCrop failed to getCropS3D");
286 ALOGE("M3DPrimaryPipe Pipe fmt=%d", mM3Dfmt);
299 ALOGE("3Dpipe failed to init");
307 ALOGE("S3DExtPipe close failed send3D info packet");
321 ALOGE("S3DExtPipe setCrop failed to getCropS3D")
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayMem.h 152 ALOGE("OvMem: Error allocating memory");
174 ALOGE("OvMem: error freeing buffer");
214 ALOGE("== Dump OvMem start ==");
215 ALOGE("fd=%d addr=%p type=%d bufsz=%u AlignedBufSz=%u",
217 ALOGE("== Dump OvMem end ==");
  /hardware/qcom/display/msm8960/liboverlay/
overlayMem.h 142 ALOGE("OvMem: Error allocating memory");
164 ALOGE("OvMem: error freeing buffer");
203 ALOGE("== Dump OvMem start ==");
204 ALOGE("fd=%d addr=%p type=%d bufsz=%u", mFd, mBaseAddr, mAllocType, mBufSz);
205 ALOGE("== Dump OvMem end ==");
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlay3DPipe.h 175 ALOGE("3Dpipe failed to init");
194 ALOGE("M3DExtPipe setCrop failed to getCropS3D");
211 ALOGE("S3DPrimaryPipe setPosition err in getPositionS3D");
230 ALOGE("M3DExtPipe Pipe fmt=%d", mM3Dfmt);
244 ALOGE("3Dpipe failed to init");
263 ALOGE("M3DPrimaryPipe setCrop failed to getCropS3D");
286 ALOGE("M3DPrimaryPipe Pipe fmt=%d", mM3Dfmt);
299 ALOGE("3Dpipe failed to init");
307 ALOGE("S3DExtPipe close failed send3D info packet");
321 ALOGE("S3DExtPipe setCrop failed to getCropS3D")
    [all...]
  /hardware/qcom/display/msm8994/liboverlay/
overlayMem.h 152 ALOGE("OvMem: Error allocating memory");
174 ALOGE("OvMem: error freeing buffer");
214 ALOGE("== Dump OvMem start ==");
215 ALOGE("fd=%d addr=%p type=%d bufsz=%u AlignedBufSz=%u",
217 ALOGE("== Dump OvMem end ==");
  /packages/services/Car/evs/app/
VideoTex.cpp 94 ALOGE("Failed to allocate GraphicBuffer to wrap image handle");
108 ALOGE("error creating EGLImage: %s", msg);
136 ALOGE("Failed to allocate new EVS Camera interface for %s", evsCameraId);
143 ALOGE("failed to allocate FrameHandler");
150 ALOGE("start stream failed for %s", evsCameraId);
  /packages/services/Car/evs/manager/
Enumerator.cpp 70 ALOGE("Failed to open hardware camera %s", cameraId.c_str());
74 ALOGE("Failed to allocate camera wrapper object");
90 ALOGE("Requested camera %s not found or not available", cameraId.c_str());
102 ALOGE("Ignoring call with null camera pointer.");
140 ALOGE("EVS Display unavailable");

Completed in 634 milliseconds

<<11121314151617181920>>