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

<<11121314151617181920>>

  /frameworks/av/camera/ndk/
NdkCameraMetadata.cpp 34 ALOGE("%s: invalid argument! metadata %p, tag 0x%x, entry %p",
46 ALOGE("%s: invalid argument! metadata %p, numTags %p, tags %p",
57 ALOGE("%s: src is null!", __FUNCTION__);
  /frameworks/av/media/libaudiohal/2.0/
DevicesFactoryHalLocal.cpp 37 ALOGE("%s couldn't load audio hw module %s.%s (%s)", __func__,
43 ALOGE("%s couldn't open audio hw device in %s.%s (%s)", __func__,
48 ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version);
  /frameworks/av/media/libaudiohal/4.0/
DevicesFactoryHalLocal.cpp 38 ALOGE("%s couldn't load audio hw module %s.%s (%s)", __func__,
44 ALOGE("%s couldn't open audio hw device in %s.%s (%s)", __func__,
49 ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version);
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 138 ALOGE("library must have a name and a path: %s", dump(xmlLibrary));
163 ALOGE("%s must have a name: %s", xmlEffect.Value(), dump(xmlEffect));
174 ALOGE("effect must have a library name and a uuid: %s", dump(xmlImpl));
181 ALOGE("Could not find library referenced in: %s", dump(xmlImpl));
187 ALOGE("Invalid uuid in: %s", dump(xmlImpl));
206 ALOGE("effectProxy must contain a <%s>: %s", tag, dump(xmlEffect));
227 ALOGE("stream must have a type: %s", dump(xmlStream));
232 ALOGE("Invalid stream type %s: %s", streamType, dump(xmlStream));
239 ALOGE("stream/apply must have reference an effect: %s", dump(xmlApply));
244 ALOGE("Could not find effect referenced in: %s", dump(xmlApply))
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.cpp 39 ALOGE("%s: Bad format, BLOB not supported", __FUNCTION__);
55 ALOGE("%s: Stream %d: Buffer registration for input streams"
74 ALOGE("%s: Stream %d: Can't acquire next output buffer: %s (%d)",
130 ALOGE("%s: Stream %d: Can't return buffer that wasn't sent to HAL",
137 ALOGE("%s: Stream %d: HAL should not set release_fence(%d) when "
156 ALOGE("%s: Stream %d: Error releasing buffer back to buffer queue:"
179 ALOGE("%s: No input stream is configured", __FUNCTION__);
239 ALOGE("%s: Stream %d: Could not query min undequeued buffers (error %d, bufCount %d)",
246 ALOGE("%s: %d: HAL sets max_buffer to 0. Must be at least 1.",
276 ALOGE("%s: Stream %d: Could not set buffer dimensions %dx%d"
    [all...]
  /frameworks/av/services/oboeservice/
SharedRingBuffer.cpp 49 ALOGE("allocate() ashmem_create_region() failed %d", errno);
56 ALOGE("allocate() ashmem_set_prot_region() failed %d", errno);
67 ALOGE("allocate() mmap() failed %d", errno);
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 72 ALOGE("ThermalHAL just died");
95 ALOGE("Unable to get Thermal service.");
103 ALOGE("Transaction error in linking to ThermalHAL death: %s",
124 ALOGE("Couldn't get fan speeds because of HAL error.");
134 ALOGE("Couldn't get fan speeds because of HAL error: %s",
140 ALOGE("getCoolingDevices failed status: %s", ret.description().c_str());
157 ALOGE("Couldn't get device temperatures because of HAL error.");
166 ALOGE("Couldn't get temperatures because of HAL error: %s",
172 ALOGE("getDeviceTemperatures failed status: %s", ret.description().c_str());
204 ALOGE("Couldn't get CPU usages because of HAL error.")
    [all...]
  /frameworks/ml/nn/driver/cache/nnCache/
nnCache.cpp 178 ALOGE("error unlinking cache file %s: %s (%d)", fname,
186 ALOGE("error creating cache file %s: %s (%d)", fname,
196 ALOGE("error allocating buffer for cache contents: %s (%d)",
205 ALOGE("error writing cache contents: %s (%d)", strerror(-err),
219 ALOGE("error writing cache file: %s (%d)", strerror(errno),
240 ALOGE("error opening cache file %s: %s (%d)", mFilename.c_str(),
248 ALOGE("error stat'ing cache file: %s (%d)", strerror(errno), errno);
256 ALOGE("cache file is too large: %#" PRIx64,
265 ALOGE("error mmaping cache file: %s (%d)", strerror(errno),
274 ALOGE("cache file has bad mojo")
    [all...]
  /frameworks/native/libs/vr/libdisplay/
display_client.cpp 29 ALOGE("Surface::Surface: Failed to get surface info: %s",
47 ALOGE("Surface::Surface: Failed to create display surface: %s",
72 ALOGE(
117 ALOGE("Surface::CreateQueue: Failed to create queue: %s",
124 ALOGE("Surface::CreateQueue: Failed to import producer queue!");
148 ALOGE("Surface::CreateQueue: Failed to allocate buffer on queue_id=%d: %s",
173 ALOGE(
195 ALOGE(
206 ALOGE(
219 ALOGE("DisplayClient::DeleteGlobalBuffer Failed: %s"
    [all...]
vsync_client.cpp 26 ALOGE("VSyncClient::Wait: Failed to wait for vsync: %s",
42 ALOGE("VSyncClient::GetLastTimestamp: Failed to get vsync timestamp: %s",
57 ALOGE("VSyncClient::GetSchedInfo:: Failed to get warp timestamp: %s",
  /frameworks/opt/net/lowpan/lowpan_hdlc_adapter/
lowpan_hdlc_adapter.cpp 53 ALOGE("LowpanDevice died");
78 ALOGE("TOOBIG: Frame received from device is too big");
104 ALOGE("IOFAIL: write: %s (%d)", strerror(errno), errno);
139 ALOGE("IOFAIL: Input/Output error from device. Terminating.");
180 ALOGE("Device returned bad max frame size: %d bytes", kReadThreadBufferSize);
196 ALOGE("Call to `open()` failed: %d", error);
207 ALOGE("IOFAIL: read: %s (%d)", strerror(errno), errno);
231 ALOGE("TOOBIG: HDLC frame too big (Max: %d)", kReadThreadBufferSize);
243 ALOGE("GARBAGE: HDLC frame with bad CRC (LEN:%d, mFcs:0x%04X)", mBufferIndex, mFcs);
285 ALOGE("Unable to find LowpanDevice named \"%s\"", serviceName)
    [all...]
  /hardware/google/easel/amber/camera/libhdrplusclient/
HdrPlusClientUtils.cpp 38 ALOGE("%s: NV21 should have 2 planes but it has %zu", __FUNCTION__,
63 ALOGE("%s: RGB_888 should have 1 plane but it has %zu", __FUNCTION__,
75 ALOGE("%s: Format %d is not supported.", __FUNCTION__, streamConfig.image.format);
84 ALOGE("%s: format 0x%x is not supported.", __FUNCTION__, streamConfig.image.format);
90 ALOGE("%s: Opening file (%s) failed.", __FUNCTION__, filename.data());
107 ALOGE("%s: Getting RGB failed: %s (%d).", __FUNCTION__, strerror(-res), res);
123 ALOGE("%s: format 0x%x is not supported.", __FUNCTION__, streamConfig.image.format);
129 ALOGE("%s: Opening file (%s) failed.", __FUNCTION__, filename.data());
138 ALOGE("%s: Invalid PPM file header: %s", __FUNCTION__, s.c_str());
150 ALOGE("%s: Image resolution doesn't match. image %dx%d ppm %dx%d"
    [all...]
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
AudioBufferManager.impl.h 68 ALOGE("An attempt to init AudioBufferWrapper twice");
73 ALOGE("Could not map HIDL memory to IMemory");
78 ALOGE("IMemory buffer pointer is null");
  /hardware/interfaces/automotive/evs/1.0/default/
EvsDisplay.cpp 71 ALOGE("EvsDisplay going down while client is holding a buffer");
158 ALOGE("Rejecting buffer request from object that lost ownership of the display.");
173 ALOGE("Error %d allocating %d x %d graphics buffer",
180 ALOGE("We didn't get a buffer handle back from the allocator");
198 ALOGE("getTargetBuffer called while no buffers available.");
225 ALOGE ("returnTargetBufferForDisplay called without a valid buffer handle.\n");
229 ALOGE ("Got an unrecognized frame returned.\n");
233 ALOGE ("A frame was returned with no outstanding frames.\n");
252 ALOGE ("Got an unexpected frame returned while not visible - ignoring.\n");
267 ALOGE("Display failed to gain access to image buffer for reading")
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
PipeComm.cpp 46 ALOGE("%s: Could not open connection to service: %s %d", __FUNCTION__, strerror(errno), fd);
63 ALOGE("%s: Received max size = %d", __FUNCTION__, MAX_RX_MSG_SZ);
90 ALOGE("%s: send_cmd: (fd=%d): ERROR: %s", __FUNCTION__, mPipeFd, strerror(errno));
  /hardware/interfaces/bluetooth/1.0/default/
h4_protocol.cc 41 ALOGE("%s error writing to UART (%s)", __func__, strerror(errno));
43 ALOGE("%s: %d / %d bytes written - something went wrong...", __func__,
75 ALOGE("%s: Unexpected EOF reading the packet type!", __func__);
  /hardware/interfaces/drm/1.0/vts/functional/
vendor_modules.cpp 38 ALOGE("Unable to open drm VTS vendor directory %s", directory.c_str());
56 ALOGE("failed to map shared library %s", path.c_str());
64 ALOGE("getVendorModule failed to lookup 'vendorModuleFactory' in %s: "
  /hardware/qcom/audio/hal/audio_extn/
dsm_feedback.c 55 ALOGE("%s: Invalid pcm device for usecase (%d)",
65 ALOGE("%s: %s", __func__, pcm_get_error(dsm_pcm_handle));
71 ALOGE("%s: pcm start for RX failed", __func__);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 80 ALOGE("ERROR: getnumOfRates: could not find rates string");
107 ALOGE("ERROR: failed to open config file %s error: %d\n", PATH, errno);
113 ALOGE("ERROR: failed to stat %s error %d\n", PATH, errno);
125 ALOGE("ERROR:%s section not found in usb config file", type);
133 ALOGE("ERROR: Could not find Channels information");
140 ALOGE("ERROR: Channel section not found in usb config file");
155 ALOGE("ERROR: Cant find rates information");
163 ALOGE("ERROR: Channel section not found in usb config file");
172 ALOGE("ERROR: end of line not found");
187 ALOGE("ERROR: Could not get rate size, returning")
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 77 ALOGE("MdpRot failed to init %s", Res::rotPath);
125 ALOGE("MdpRot commit failed");
149 ALOGE("%s: Failed to open", __func__);
167 ALOGE("Mdp Rot error endRotator, fd=%d sessId=%u",
173 ALOGE("Mdp Rot error closing fd");
177 ALOGE("Mdp Rot error closing mem");
193 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
200 ALOGE("%s Error could not open", __FUNCTION__);
226 ALOGE("%s Remap failed, not queueing", __FUNCTION__);
236 ALOGE("MdpRot failed rotate")
    [all...]
overlayMdssRot.cpp 70 ALOGE("MdssRot failed to init fb0");
126 ALOGE("MdssRot commit failed!");
140 ALOGE("%s Remap failed, not queuing", __FUNCTION__);
150 ALOGE("MdssRot play failed!");
165 ALOGE("%s: Failed to open", __func__);
191 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
196 ALOGE("%s Error could not open", __FUNCTION__);
211 ALOGE("MdssRot::close unsetOverlay failed, fd=%d sessId=%d",
218 ALOGE("Mdss Rot error closing fd");
222 ALOGE("Mdss Rot error closing mem")
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 56 ALOGE("%s: Failed to write %d with error %s",
59 ALOGE("%s Nothing written to ad", __func__);
65 ALOGE("%s: Failed to open /sys/class/graphics/fb%d/ad with error %s",
85 ALOGE("%s: Read from ad node failed with error %s", __func__,
167 ALOGE("%s failed: No VG pipe available", __func__);
177 ALOGE("Failure in setting WB secure flag for ad");
183 ALOGE("%s: config display failed", __func__);
192 ALOGE("%s invalid format %d", __func__, format);
201 ALOGE("%s: config memory failed", __func__);
218 ALOGE("%s: configMdp failed", __func__)
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 96 ALOGE("MdpRot failed to init %s", Res::rotPath);
144 ALOGE("MdpRot commit failed");
168 ALOGE("%s: Failed to open", __func__);
186 ALOGE("Mdp Rot error endRotator, fd=%d sessId=%u",
192 ALOGE("Mdp Rot error closing fd");
196 ALOGE("Mdp Rot error closing mem");
212 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
219 ALOGE("%s Error could not open", __FUNCTION__);
245 ALOGE("%s Remap failed, not queueing", __FUNCTION__);
255 ALOGE("MdpRot failed rotate")
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
radio_mode.cpp 60 ALOGE("%s: Unable to register Vendor Handler Vendor Id=0x%x subcmd=%u",
77 ALOGE("Interface Handle is invalid");
82 ALOGE("hal_info is invalid");
126 ALOGE("%s: QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAC_ID"
135 ALOGE("%s: QCA_WLAN_VENDOR_ATTR_MAC_INFO_BAND"
160 ALOGE("%s: QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_ID"
167 ALOGE("%s: Failed to convert %d IFINDEX to IFNAME", __FUNCTION__,
174 ALOGE("%s: QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_FREQ"
211 ALOGE("No Callback registered: on radio mode change");
220 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 53 ALOGE("Fail to new jbyteArray bd addr for channel state");
62 ALOGE("Failed to convert file descriptor, fd: %d", fd);
91 ALOGE("Bluetooth module is not loaded");
110 ALOGE("Failed to get Bluetooth Health Interface");
116 ALOGE("Failed to initialize Bluetooth HDP, status: %d", status);
128 ALOGE("Bluetooth module is not loaded");
149 ALOGE(
174 ALOGE("Failed register health app, status: %d", status);
189 ALOGE("Failed to unregister app %d, status: %d", app_id, status);
200 ALOGE("Bluetooth device address null")
    [all...]

Completed in 734 milliseconds

<<11121314151617181920>>