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

<<11121314151617181920>>

  /hardware/nxp/secure_element/ls_client/src/
LsClient.cpp 47 ALOGE("%s: LS script file is missing", fn);
72 ALOGE("%s: Thread creation failed", fn);
111 ALOGE("%s Cannot open LS script file %s\n", __func__, lsUpdateBackupPath);
112 ALOGE("%s Error : %s", __func__, strerror(errno));
126 ALOGE("%s Failed to open file %s\n", __func__, lsUpdateBackupOutPath);
135 ALOGE("%s ERROR - Failed to write %ld bytes to file\n", __func__, fsize);
162 ALOGE("%s: Ese_deInit failed", __func__);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMem.h 162 ALOGE("OvMem: Error allocating memory");
192 ALOGE("OvMem: error freeing buffer");
208 ALOGE("OvMem::%s failed to init fb0", __FUNCTION__);
216 ALOGE("OvMem::%s failed enable=%d", __FUNCTION__, enable);
253 ALOGE("== Dump OvMem start ==");
254 ALOGE("fd=%d addr=%p type=%d bufsz=%u AlignedBufSz=%u",
256 ALOGE("== Dump OvMem end ==");
  /hardware/qcom/display/msm8909/gralloc/
gr_ion_alloc.cpp 53 ALOGE("%s: Failed to open ion device - %s", __FUNCTION__, strerror(errno));
84 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno));
92 ALOGE("%s: ION_IOC_MAP failed with error - %s", __FUNCTION__, strerror(errno));
136 ALOGE("ion: Failed to map memory in the client: %s", strerror(errno));
150 ALOGE("%s: ION_IOC_IMPORT failed with error - %s", __FUNCTION__, strerror(errno));
163 ALOGE("ion: Failed to unmap memory at %p : %s", base, strerror(errno));
197 ALOGE("%s: ION_IOC_CLEAN_INV_CACHES failed with error - %s", __FUNCTION__, strerror(errno));
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_ion_alloc.cpp 53 ALOGE("%s: Failed to open ion device - %s", __FUNCTION__, strerror(errno));
84 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno));
92 ALOGE("%s: ION_IOC_MAP failed with error - %s", __FUNCTION__, strerror(errno));
136 ALOGE("ion: Failed to map memory in the client: %s", strerror(errno));
150 ALOGE("%s: ION_IOC_IMPORT failed with error - %s", __FUNCTION__, strerror(errno));
163 ALOGE("ion: Failed to unmap memory at %p : %s", base, strerror(errno));
197 ALOGE("%s: ION_IOC_CLEAN_INV_CACHES failed with error - %s", __FUNCTION__, strerror(errno));
  /hardware/qcom/display/msm8994/libqdutils/
display_config.cpp 48 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
73 ALOGE("%s: Failed to get display attributes err=%d", __FUNCTION__, err);
91 ALOGE("%s: Failed to get external status err=%d", __FUNCTION__, err);
110 ALOGE("%s: Failed to getVisibleRegion for dpy =%d: err = %d",
131 ALOGE("%s: Failed to set view frame for dpy %d err=%d",
149 ALOGE("%s: Failed for dpy %d status = %d err=%d", __FUNCTION__, dpy,
168 ALOGE("%s: Failed setting op %d err=%d", __FUNCTION__, op, err);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.cpp 53 ALOGE("%s: Failed to open ion device - %s", __FUNCTION__, strerror(errno));
84 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno));
92 ALOGE("%s: ION_IOC_MAP failed with error - %s", __FUNCTION__, strerror(errno));
136 ALOGE("ion: Failed to map memory in the client: %s", strerror(errno));
150 ALOGE("%s: ION_IOC_IMPORT failed with error - %s", __FUNCTION__, strerror(errno));
163 ALOGE("ion: Failed to unmap memory at %p : %s", base, strerror(errno));
197 ALOGE("%s: ION_IOC_CLEAN_INV_CACHES failed with error - %s", __FUNCTION__, strerror(errno));
  /hardware/qcom/display/msm8998/libgralloc1/
gr_ion_alloc.cpp 59 ALOGE("%s: Failed to open ion device - %s", __FUNCTION__, strerror(errno));
95 ALOGE("ION_IOC_ALLOC failed with error - %s", strerror(errno));
105 ALOGE("%s: ION_IOC_MAP failed with error - %s", __FUNCTION__, strerror(errno));
150 ALOGE("ion: Failed to map memory in the client: %s", strerror(errno));
164 ALOGE("%s: ION_IOC_IMPORT failed with error - %s", __FUNCTION__, strerror(errno));
177 ALOGE("ion: Failed to unmap memory at %p : %s", base, strerror(errno));
211 ALOGE("%s: ION_IOC_CLEAN_INV_CACHES failed with error - %s", __FUNCTION__, strerror(errno));
  /hardware/qcom/gps/msm8909/utils/
log_util.h 112 IF_LOC_LOGE { ALOGE("E/" __VA_ARGS__); } \
113 else if (loc_logger.DEBUG_LEVEL == 0xff) { ALOGE("E/" __VA_ARGS__); }
116 IF_LOC_LOGW { ALOGE("W/" __VA_ARGS__); } \
120 IF_LOC_LOGI { ALOGE("I/" __VA_ARGS__); } \
124 IF_LOC_LOGD { ALOGE("D/" __VA_ARGS__); } \
128 IF_LOC_LOGV { ALOGE("V/" __VA_ARGS__); } \
133 #define LOC_LOGE(...) ALOGE("E/" __VA_ARGS__)
  /system/core/libutils/
PropertyMap.cpp 120 ALOGE("Error %d opening property file %s.", status, filename.string());
124 ALOGE("Error allocating property map.");
171 ALOGE("%s: Expected non-empty property key.", mTokenizer->getLocation().string());
178 ALOGE("%s: Expected '=' between property key and value.",
187 ALOGE("%s: Found reserved character '\\' or '\"' in property value.",
194 ALOGE("%s: Expected end of line, got '%s'.",
201 ALOGE("%s: Duplicate property value for key '%s'.",
  /system/netd/server/
PhysicalNetwork.cpp 33 ALOGE("failed to add interface %s to default netId %u", interface.c_str(), netId);
47 ALOGE("failed to remove interface %s from default netId %u", interface.c_str(), netId);
77 ALOGE("Error closing sockets for netId %d permission change", mNetId);
82 ALOGE("Failed to close sockets changing netId %d to permission %d: %s",
114 ALOGE("failed to change permission on interface %s of netId %u from %x to %x",
174 ALOGE("failed to add interface %s to netId %u", interface.c_str(), mNetId);
201 ALOGE("failed to remove interface %s from netId %u", interface.c_str(), mNetId);
  /frameworks/av/media/libeffects/dynamicsproc/
EffectDynamicsProcessing.cpp 112 ALOGE("DP_reset(%p): null DynamicsProcessing", pContext);
255 ALOGE("DynamicsProcessing variant %d not available to configure", newVariant);
309 ALOGE("DPLib_GetDescriptor() called with NULL pointer");
329 ALOGE("DP_process() called with NULL context");
337 ALOGE("inBuffer or outBuffer are NULL or have problems with frame count");
341 ALOGE("mState is not DYNAMICS_PROCESSING_STATE_ACTIVE. Current mState %d",
374 ALOGE("Invalid paramSize: %u expected %u", paramSize,
379 ALOGE("Invalid valueSize %u expected %u", valueSize,
446 ALOGE("DP_command() called with NULL context or uninitialized state.");
454 ALOGE("EFFECT_CMD_INIT wrong replyData or repySize")
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 94 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
101 ALOGE("%s: Camera %d: Jpeg buffer size (%zu) is invalid ",
129 ALOGE("%s: Camera %d: Unable to allocate memory for capture",
142 ALOGE("%s: Camera %d: Error querying capture output stream info: "
157 ALOGE("%s: Camera %d: Unable to delete old output stream "
174 ALOGE("%s: Camera %d: Can't create output stream for capture: "
182 ALOGE("%s: Camera %d: Can't add buffer listeneri: %s (%d)",
198 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
204 ALOGE("%s: delete stream %d failed!", __FUNCTION__, mCaptureStreamId);
265 ALOGE("%s: Camera %d: Error receiving still image buffer:
    [all...]
  /frameworks/compile/libbcc/lib/
RSCompilerDriver.cpp 143 ALOGE("Failed to link script '%s' with Renderscript runtime %s!",
158 ALOGE("Unable to acquire the lock for writing %s! (%s)",
168 ALOGE("Unable to open %s for write! (%s)", pOutputPath,
177 ALOGE("Failed to setup config for RS compiler to compile %s!",
185 ALOGE("Failed to config the RS compiler for %s! (%s)",pOutputPath,
198 ALOGE("Unable to open %s for write! (%s)", path.c_str(),
209 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath,
232 ALOGE("Invalid parameter passed to RSCompilerDriver::build()! (cache dir: "
239 ALOGE("No bitcode supplied! (bitcode: %p, size of bitcode: %u)",
283 ALOGE("Found invalid legacy bitcode compiled with a version %u llvm-rs-cc
    [all...]
  /hardware/interfaces/camera/device/3.2/default/
CameraDevice.cpp 44 ALOGE("%s: Invalid camera id: %s", __FUNCTION__, mCameraId.c_str());
52 ALOGE("%s: Camera id %s does not support HAL3.2+",
98 ALOGE("%s: unknown HAL status code %d", __FUNCTION__, status);
154 ALOGE("%s: get camera info failed!", __FUNCTION__);
180 ALOGE("%s: cannot open camera %s. callback is null!",
189 ALOGE("%s: cannot open camera %s. camera is disconnected!",
199 ALOGE("%s: cannot open an already opened camera!", __FUNCTION__);
215 ALOGE("%s: cannot open camera %s!", __FUNCTION__, mCameraId.c_str());
223 ALOGE("%s: Could not open camera: "
237 ALOGE("%s: Could not open camera: getCameraInfo failed", __FUNCTION__)
    [all...]
  /hardware/qcom/audio/post_proc/
ma_listener.c 248 ALOGE("%s: %s is NULL", __func__, (context == NULL) ?
258 ALOGE("%s: EFFECT_CMD_INIT: %s, sending -EINVAL", __func__,
293 ALOGE("%s: EFFECT_CMD_OFFLOAD: %s, sending -EINVAL", __func__,
305 ALOGE("%s: EFFECT_CMD_ENABLE: %s, sending -EINVAL", __func__,
313 ALOGE("%s: EFFECT_CMD_ENABLE : state not INITIALIZED", __func__);
332 ALOGE("%s: EFFECT_CMD_DISABLE: %s, sending -EINVAL", __func__,
340 ALOGE("%s: EFFECT_CMD_ENABLE : state not ACTIVE", __func__);
369 ALOGE("%s: EFFECT_CMD_SET_DEVICE: cmd data NULL", __func__);
393 ALOGE("%s: EFFECT_CMD_SET_VOLUME: %s", __func__, (p_cmd_data == NULL) ?
434 ALOGE("%s: descriptor is NULL", __func__)
    [all...]
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 73 ALOGE("%s: Unable to start camera device callback looper: %s (%d)",
147 ALOGE("Create capture request failed: %s", remoteRet.toString8().string());
178 ALOGE("Fail to create new session. cannot configure streams");
222 ALOGE("Camera %s submit capture request failed! ret %d", getId(), ret);
234 ALOGE("Convert capture request to internal format failure! ret %d", ret);
238 ALOGE("Capture request without output target cannot be submitted!");
248 ALOGE("Camera %s stop repeating failed! ret %d", getId(), ret);
259 ALOGE("Camera %s submit request remote failure: ret %d", getId(), sequenceId);
304 ALOGE("Error output configuration is not shared");
316 ALOGE("Error: Invalid output configuration")
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 123 ALOGE("Failed to create NL socket");
130 ALOGE("Could not connect handle");
189 ALOGE("%s: requestResponse Error:%d",__func__, ret);
208 ALOGE("%s: GSCAN is not supported by driver", __FUNCTION__);
223 ALOGE("%s: Failed to create object of WifihalGeneric class", __FUNCTION__);
256 ALOGE("%s: requestResponse Error:%d", __FUNCTION__, ret);
270 ALOGE("Could not create diag sock");
276 ALOGE("Could not set size for user_sock: %s",
286 ALOGE("Could not get cb");
301 ALOGE("Could not add membership")
    [all...]
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 48 ALOGE("%s: unknown HAL status code %d", __FUNCTION__, status);
97 ALOGE("%s: Invalid camera id: %s", __FUNCTION__, mCameraId.c_str());
151 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
156 ALOGE("%s: buffer (%p) and stride (%p) must not be null!", __FUNCTION__, buffer, stride);
170 ALOGE("%s: preview buffer import failed!", __FUNCTION__);
192 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
202 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
212 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
224 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__);
237 ALOGE("%s: camera HAL calling preview ops while there is no preview window!", __FUNCTION__)
    [all...]
  /device/google/wahoo/power-libperfmgr/
Power.cpp 124 ALOGE("%s: could not set powerHAL state property to VIDEO_ENCODE", __func__);
132 ALOGE("%s: could not clear powerHAL state property", __func__);
145 ALOGE("%s: could not set powerHAL state property to SUSTAINED_PERFORMANCE", __func__);
151 ALOGE("%s: could not set powerHAL state property to VR_SUSTAINED_PERFORMANCE", __func__);
162 ALOGE("%s: could not set powerHAL state property to VR_MODE", __func__);
166 ALOGE("%s: could not clear powerHAL state property", __func__);
178 ALOGE("%s: could not set powerHAL state property to VR_MODE", __func__);
184 ALOGE("%s: could not set powerHAL state property to VR_SUSTAINED_PERFORMANCE", __func__);
195 ALOGE("%s: could not set powerHAL state property to SUSTAINED_PERFORMANCE", __func__);
199 ALOGE("%s: could not clear powerHAL state property", __func__)
    [all...]
  /frameworks/av/media/img_utils/src/
TiffIfd.cpp 174 ALOGE("%s: IFD %u doesn't have a ImageWidth tag set", __FUNCTION__, mIfdId);
180 ALOGE("%s: IFD %u doesn't have a ImageLength tag set", __FUNCTION__, mIfdId);
186 ALOGE("%s: IFD %u doesn't have a SamplesPerPixel tag set", __FUNCTION__, mIfdId);
192 ALOGE("%s: IFD %u doesn't have a BitsPerSample tag set", __FUNCTION__, mIfdId);
202 ALOGE("%s: BitsPerSample %d in IFD %u is not byte-aligned.", __FUNCTION__,
221 ALOGE("%s: Strip length too long.", __FUNCTION__);
238 ALOGE("%s: Could not build entry for RowsPerStrip tag.", __FUNCTION__);
257 ALOGE("%s: Could not build entry for StripByteCounts tag.", __FUNCTION__);
269 ALOGE("%s: Could not build entry for StripOffsets tag.", __FUNCTION__);
274 ALOGE("%s: Could not add entry for StripByteCounts to IFD %u", __FUNCTION__, mIfdId)
    [all...]
  /hardware/interfaces/usb/1.0/default/
Usb.cpp 105 ALOGE("RoleSwitchStatus error %s",
113 ALOGE("RoleSwitchStatus error %s", ret.description().c_str());
138 ALOGE("getCurrentRole: Failed to open filesystem node");
203 ALOGE("Failed to open /sys/class/dual_role_usb");
224 ALOGE("getSupportedRoles: Failed to open filesystem node");
256 ALOGE("Error while retreiving portNames");
265 ALOGE("Error while retreiving current port role");
274 ALOGE("Error while retreiving current data role");
292 ALOGE("Error while retrieving port modes");
310 ALOGE("queryPortStatus error %s", ret.description().c_str())
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
hfp.c 121 ALOGE("%s: Could not get ctl for mixer cmd - %s",
126 ALOGE("%s: Couldn't set HFP Volume: [%d]", __func__, vol);
147 ALOGE("%s: HFP not active, ignoring set_hfp_mic_volume call", __func__);
165 ALOGE("%s: Could not get ctl for mixer cmd - %s",
173 ALOGE("%s: Couldn't set HFP Volume: [%d]", __func__, volume);
189 ALOGE("%s: HFP not active, ignoring set_hfp_mic_volume call", __func__);
198 ALOGE("%s: Could not get ctl for mixer cmd - %s",
205 ALOGE("%s: Couldn't set HFP Volume: [%d]", __func__, volume);
279 ALOGE("%s: Invalid PCM devices (rx: %d tx: %d asm: rx tx %d) for the usecase(%d)",
294 ALOGE("%s: %s", __func__, pcm_get_error(hfpmod.hfp_sco_rx))
    [all...]
  /frameworks/av/cmds/screenrecord/
Program.cpp 95 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("GL error after draw: %#x", glErr)
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
JsonWebKey.cpp 81 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("Parser returns error code=%d", status)
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
JsonWebKey.cpp 82 ALOGE("Must have both key id and key in the JsonWebKey set.");
87 ALOGE("Failed to decode key id(%s)", encodedKeyId.c_str());
92 ALOGE("Failed to decode key(%s)", encodedKey.c_str());
125 ALOGE("Malformed base64 encoded content found.");
173 ALOGE("JSON Web Key does not contain keys.");
192 ALOGE("Parser returns error code=%d", numTokens);
204 ALOGE("Parser returns error code=%d", status);
230 ALOGE("Empty JSON Web Key");
243 ALOGE("Parser returns error code=%d", numTokens);
254 ALOGE("Parser returns error code=%d", status)
    [all...]

Completed in 1575 milliseconds

<<11121314151617181920>>