Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 25 of 67) sorted by relevance

123

/device/google/contexthub/sensorhal/
Dhubconnection.cpp155 ALOGW("Mag bias file open failed: %s", strerror(errno)); in HubConnection()
169 ALOGW("Double touch file open failed: %s", strerror(errno)); in HubConnection()
250 ALOGW("could not set lid_state property"); in HubConnection()
292 ALOGW("Couldn't set SCHED_FIFO for HubConnection thread"); in enableSchedFifoMode()
403 ALOGW("settings file open failed: %d (%s)", in loadSensorSettings()
413 ALOGW("saved settings file open failed: %d (%s)", in loadSensorSettings()
428 ALOGW("saved settings file open failed %d (%s)", in saveSensorSettings()
473 ALOGW("saved settings file write failed %d (%s)", in saveSensorSettings()
489 ALOGW("sendCmd: retry: count=%zu, ret=%zd, retryCnt=%d", in sendCmd()
492 ALOGW("sendCmd: failed: count=%zu, ret=%zd, errno=%d", in sendCmd()
[all …]
/device/google/sunfish/powerstats/
DRailDataProvider.cpp66 ALOGW("Failed to open directory: %s, error: %d", filePath, errno); in findIioPowerMonitorNodes()
70 ALOGW("Failed to read device name from file: %s(%d)", in findIioPowerMonitorNodes()
97 ALOGW("Error reading file: %s", spsFileName.c_str()); in parsePowerRails()
106 ALOGW("Error reading file: %s", railFileName.c_str()); in parsePowerRails()
123 ALOGW("Unexpected format in file: %s", railFileName.c_str()); in parsePowerRails()
149 ALOGW("Potentially wrong timestamp: %" PRIu64, timestamp); in parseIioEnergyNode()
161 ALOGW("Potentially wrong energy value: %" PRIu64, in parseIioEnergyNode()
166 ALOGW("Unexpected format in file: %s", fileName.c_str()); in parseIioEnergyNode()
281 ALOGW("Sleep interrupted"); in streamEnergyData()
/device/google/redbull/powerstats/
DRailDataProvider.cpp60 ALOGW("Failed to open directory: %s, error: %d", filePath, errno); in findIioPowerMonitorNodes()
64 ALOGW("Failed to read device name from file: %s(%d)", in findIioPowerMonitorNodes()
89 ALOGW("Error reading file: %s", spsFileName.c_str()); in parsePowerRails()
98 ALOGW("Error reading file: %s", railFileName.c_str()); in parsePowerRails()
115 ALOGW("Unexpected format in file: %s", railFileName.c_str()); in parsePowerRails()
139 ALOGW("Potentially wrong timestamp: %" PRIu64, timestamp); in parseIioEnergyNode()
151 ALOGW("Potentially wrong energy value: %" PRIu64, in parseIioEnergyNode()
156 ALOGW("Unexpected format in file: %s", fileName.c_str()); in parseIioEnergyNode()
263 ALOGW("Sleep interrupted"); in streamEnergyData()
/device/google/coral/powerstats/
DRailDataProvider.cpp66 ALOGW("Failed to open directory: %s, error: %d", filePath, errno); in findIioPowerMonitorNodes()
70 ALOGW("Failed to read device name from file: %s(%d)", in findIioPowerMonitorNodes()
97 ALOGW("Error reading file: %s", spsFileName.c_str()); in parsePowerRails()
106 ALOGW("Error reading file: %s", railFileName.c_str()); in parsePowerRails()
123 ALOGW("Unexpected format in file: %s", railFileName.c_str()); in parsePowerRails()
149 ALOGW("Potentially wrong timestamp: %" PRIu64, timestamp); in parseIioEnergyNode()
161 ALOGW("Potentially wrong energy value: %" PRIu64, in parseIioEnergyNode()
166 ALOGW("Unexpected format in file: %s", fileName.c_str()); in parseIioEnergyNode()
281 ALOGW("Sleep interrupted"); in streamEnergyData()
/device/google/gs-common/touch/gti/
Dtouch_gti_ical.cpp29 #define ALOGW printf macro
73 ALOGW("No target dev or command for interactive_calibrate sysfs.\n"); in main()
97 ALOGW("Can't access %s\n", ical_sysfs_path); in main()
104 ALOGW("Can't fopen %s\n", ical_sysfs_path); in main()
120 ALOGW("read(original): %s => %s", in main()
122 ALOGW("read(override): %s => %s", in main()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp58 ALOGW("%s: Hub information is null for hubHandle %d", in setOsAppAsDestination()
117 ALOGW("Hub information not found for hubId %" PRIu32, hubId); in isValidHubId()
185 ALOGW("Couldn't link death recipient for hubId %" PRIu32, in registerCallback()
194 ALOGW("Could not subscribe to the hub for callback"); in registerCallback()
309 ALOGW("Failed to unregister callback from hubId %" PRIu32 ": %d", in handleServiceDeath()
321 ALOGW("Invalid hub Id %" PRIu32, hubId); in contextHubCb()
329 ALOGW("No callback registered, returning"); in contextHubCb()
500 ALOGW("Could not find hubId %" PRIu32, hubId); in queryApps()
514 ALOGW("Query Apps sendMessage failed"); in queryApps()
Dnanohubhal.cpp143 ALOGW("Nanohub is locked; blocking read thread"); in wait_on_dev_lock()
418 ALOGW("refusing to send a message when nobody around to get a reply!"); in doSendToNanohub()
422 ALOGW("not sending invalid message 1"); in doSendToNanohub()
431 ALOGW("not sending invalid message 2"); in doSendToNanohub()
/device/generic/goldfish/sensors/
Dmultihal_sensors_epoll.cpp56 ALOGW("%s:%d: epoll_wait failed with '%s'", in qemuSensorListenerThreadImpl()
68 ALOGW("%s:%d: epoll_wait: transportFd has an error, " in qemuSensorListenerThreadImpl()
85 ALOGW("%s:%d: qemuSensortThreadRcvCommand " in qemuSensorListenerThreadImpl()
92 ALOGW("%s:%d: epoll_wait() returned unexpected fd", in qemuSensorListenerThreadImpl()
/device/generic/goldfish/camera/
DAFStateMachine.cpp43 ALOGW("%s:%s:%d unexpected mode=%d", kClass, __func__, __LINE__, mode); in operator ()()
53 ALOGW("%s:%s:%d unexpected trigger=%d", kClass, __func__, __LINE__, trigger); in operator ()()
80 ALOGW("%s:%s:%d unexpected state=%d", kClass, __func__, __LINE__, state); in doAF()
DQemuCamera.cpp554 ALOGW("%s:%s:%d: update_camera_metadata_entry(ANDROID_CONTROL_AF_TRIGGER) " in applyMetadata()
572 ALOGW("%s:%s:%d: find_camera_metadata_ro_entry(ANDROID_CONTROL_AF_STATE) failed", in updateCaptureResultMetadata()
575 ALOGW("%s:%s:%d: update_camera_metadata_entry(ANDROID_CONTROL_AF_STATE) failed", in updateCaptureResultMetadata()
580 ALOGW("%s:%s:%d: find_camera_metadata_ro_entry(ANDROID_LENS_FOCUS_DISTANCE) failed", in updateCaptureResultMetadata()
583 ALOGW("%s:%s:%d: update_camera_metadata_entry(ANDROID_LENS_FOCUS_DISTANCE) failed", in updateCaptureResultMetadata()
Dmetadata_utils.cpp111 ALOGW("%s:%d get_camera_metadata_ro_entry(%zu) failed", in parseCameraMetadataMap()
133 ALOGW("%s:%d: find_camera_metadata_ro_entry(ANDROID_SENSOR_TIMESTAMP) failed", in metadataSetShutterTimestamp()
136 ALOGW("%s:%d: update_camera_metadata_entry(ANDROID_SENSOR_TIMESTAMP) failed", in metadataSetShutterTimestamp()
DFakeRotatingCamera.cpp848 ALOGW("%s:%s:%d: update_camera_metadata_entry(ANDROID_CONTROL_AF_TRIGGER) " in applyMetadata()
866 ALOGW("%s:%s:%d: find_camera_metadata_ro_entry(ANDROID_CONTROL_AF_STATE) failed", in updateCaptureResultMetadata()
869 ALOGW("%s:%s:%d: update_camera_metadata_entry(ANDROID_CONTROL_AF_STATE) failed", in updateCaptureResultMetadata()
874 ALOGW("%s:%s:%d: find_camera_metadata_ro_entry(ANDROID_LENS_FOCUS_DISTANCE) failed", in updateCaptureResultMetadata()
877 ALOGW("%s:%s:%d: update_camera_metadata_entry(ANDROID_LENS_FOCUS_DISTANCE) failed", in updateCaptureResultMetadata()
/device/generic/goldfish/qemu-props/
Dvport_parser.cpp49 ALOGW("could not set property '%s' to '%s'", serialname.c_str(), in set_port_prop()
57 ALOGW("could not open '%s'", filename); in set_port_prop()
69 ALOGW("cannot open dir %s; %s\n", cpath, strerror(errno)); in read_virio_ports_dir()
/device/generic/goldfish/audio/
Ddevice_port_sink.cpp385 ALOGW("%s:%d failed to create alsa sink for '%s'; creating NullSink instead.", in create()
393 ALOGW("%s:%d creating NullSink for '%s'.", __func__, __LINE__, address.deviceType.c_str()); in create()
397ALOGW("%s:%d unsupported device: '%s', creating NullSink", __func__, __LINE__, address.deviceType.… in create()
408 ALOGW("%s:%d unsupported device: '%s'", __func__, __LINE__, address.deviceType.c_str()); in getLatencyMs()
424 ALOGW("%s:%d unsupported device: '%s'", __func__, __LINE__, address.deviceType.c_str()); in validateDeviceAddress()
Ddevice_port_source.cpp446ALOGW("%s:%d failed to create alsa source for '%s'; creating a tone source instead.", in create()
462 ALOGW("%s:%d unsupported device: '%s', creating a tone source", in create()
475 ALOGW("%s:%d unsupported device: '%s'", __func__, __LINE__, address.deviceType.c_str()); in validateDeviceAddress()
Dtalsa.cpp220 ALOGW("%s:%d pcm_readi failed with '%s' (%d)", in pcmRead()
258 ALOGW("%s:%d pcm_writei failed with '%s' (%d)", in pcmWrite()
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_buffer_priv.cpp51 ALOGW("Warning share attribute fd already exists during create. Closing."); in gralloc_buffer_attr_allocate()
134 ALOGW("Warning shared attribute region mapped at free. Unmapping"); in gralloc_buffer_attr_free()
/device/linaro/hikey/gralloc960/
Dgralloc_buffer_priv.cpp52 ALOGW("Warning share attribute fd already exists during create. Closing."); in gralloc_buffer_attr_allocate()
135 ALOGW("Warning shared attribute region mapped at free. Unmapping"); in gralloc_buffer_attr_free()
/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.cpp83 ALOGW("Cannot respond to car watchdog daemon: car watchdog daemon is not connected"); in respondToWatchdog()
110 ALOGW("Unknown message: %d", message.what); in handleMessage()
/device/generic/car/emulator/audio/driver/audio_extn/
Dhfp.c109 ALOGW("%s: HFP is already active.", __func__); in audio_extn_hfp_set_parameters()
114 ALOGW("%s: ignore STOP, HFP not active", __func__); in audio_extn_hfp_set_parameters()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp156 ALOGW("Failed to get value, error: %s", getErrorMsg(result).c_str()); in doGetProperty()
260 ALOGW("%s: Unknown message received, type = %d", __func__, rxMsg.msg_type()); in processMessage()
309 ALOGW("%s: Unknown property type: 0x%x", __func__, toInt(getPropType(cfg.prop))); in populateProtoVehicleConfig()
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_logger.cpp372 ALOGW("Ignoring invalid attribute type = %d, size = %d", in handleResponse()
390 ALOGW("Unknown Debug command"); in handleResponse()
557 ALOGW("Ignoring invalid attribute type = %d, size = %d", in handleEvent()
706 ALOGW("Ignoring invalid attribute type = %d, size = %d", in handleEvent()
892 ALOGW("Ignoring invalid attribute type = %d, size = %d", in handleResponse()
/device/generic/goldfish-opengl/system/hwc3/
DDrmConnector.cpp79 ALOGW("%s: Use fallback size from drmModeConnector. This can result inaccurate DPIs.", in update()
98 ALOGW("%s: display:%" PRIu32 " does not have EDID.", __FUNCTION__, mId); in loadEdid()
/device/generic/goldfish/gnss/
DGnssHwListener.cpp111 ALOGW("%s:%d: failed to parse an NMEA message, '%s'", in consume1()
116 ALOGW("%s:%d buffer was too long, dropped", __func__, __LINE__); in consume1()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp47 #define DDD(...) ALOGW(__VA_ARGS__)
529 ALOGW("Failed to flush decoder. Try to hard reset decoder"); in onReset()
1007 ALOGW("WARNING: not I42016 is not supported !!!"); in outputBuffer()
1032 ALOGW("drain with NO_DRAIN: no-op"); in drainInternal()
1036 ALOGW("DRAIN_CHAIN not supported"); in drainInternal()

123