Lines Matching refs:ALOGW

155         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()
571 ALOGW("%s: sensor=%d, unexpected count=%d, no-op", in decrementIfWakeEventLocked()
989 ALOGW("Nanohub is locked; blocking read thread"); in waitOnNanohubLock()
1015 ALOGW("failed to send config command to restore sensor %d\n", cmd.sensorType); in restoreSensorState()
1024 ALOGW("failed to send flush command to sensor %d\n", cmd.sensorType); in restoreSensorState()
1046 ALOGW("osLog: %s", &buf[5]); in postOsLog()
1069 ALOGW("Received corrupted data update packet, len %zd, size %u", len, data->size); in processAppData()
1076 ALOGW("Corrupted HALINTF_TYPE_GYRO_OTC_DATA with size %u", data->size); in processAppData()
1083 ALOGW("Unknown app to hal data type 0x%04x", data->type); in processAppData()
1277 ALOGW("unknown evtType: 0x%08x len: %zu\n", data->evtType, len); in processBuf()
1281 ALOGW("too little data: len=%zu\n", len); in processBuf()
1297ALOGW("sensor %d (one): ret=%zd, numSamples=%d, i=%d\n", currSensor, ret, numSamples, i); in processBuf()
1306ALOGW("sensor %d (rawThree): ret=%zd, numSamples=%d, i=%d\n", currSensor, ret, numSamples, i); in processBuf()
1315ALOGW("sensor %d (three): ret=%zd, numSamples=%d, i=%d\n", currSensor, ret, numSamples, i); in processBuf()
1323 ALOGW("sensor %d (unknown): cannot processSample\n", currSensor); in processBuf()
1368 ALOGW("too little data for sensor %d: len=%zu\n", sensor, len); in processBuf()
1447 ALOGW("Illegal otc_gyro data size = %zu", gyroOtcData.size()); in sendCalibrationOffsets()
1487 ALOGW("threadLoop: exiting prematurely: nanohub is unavailable"); in threadLoop()
1544 ALOGW("read -1: errno=%d\n", errno); in threadLoop()
1615 ALOGW("queueActivate: failed to send command: sensor=%d, handle=%d, enable=%d", in queueActivate()
1643 ALOGW("queueSetDelay: failed to send command: sensor=%d, handle=%d, period=%" PRId64, in queueSetDelay()
1676ALOGW("queueBatch: failed to send command: sensor=%d, handle=%d, period=%" PRId64 ", latency=%" PR… in queueBatch()
1721 ALOGW("queueFlush: failed to send command: sensor=%d, handle=%d" in queueFlushInternal()
1744 ALOGW("queueData: failed to send command: sensor=%d, length=%zu", in queueDataInternal()
1789 ALOGW("Couldn't create Nanohub lock directory: %s", strerror(errno)); in initNanohubLock()
1796 ALOGW("Couldn't initialize inotify: %s", strerror(errno)); in initNanohubLock()
1798 ALOGW("Couldn't add inotify watch: %s", strerror(errno)); in initNanohubLock()
1816 ALOGW("%s: mRing.write failed %d times", in read()
1840 ALOGW("%s: mRing.write failed @ %zu/%zu", in write()
1865 ALOGW("queueUsbMagBias: failed to send command: bias=%f\n", mUsbMagBias); in queueUsbMagBias()
1879 ALOGW("could not open uinput node: %s", strerror(errno)); in initializeUinputNode()
1888 ALOGW("could not send ioctl to uinput node: %s", strerror(errno)); in initializeUinputNode()
1903 ALOGW("write to uinput node failed: %s", strerror(errno)); in initializeUinputNode()
1909 ALOGW("could not send ioctl to uinput node: %s", strerror(errno)); in initializeUinputNode()
1927 ALOGW("write to uinput node failed: %s", strerror(errno)); in sendFolioEvent()
1937 ALOGW("write to uinput node failed: %s", strerror(errno)); in sendFolioEvent()
1944 ALOGW("could not set lid_state property"); in sendFolioEvent()
2036 ALOGW("Direct channel object(type:%d) has error %d upon init", mem->type, ret); in addDirectChannel()
2054 ALOGW("Removing channel %d when sensors (%s) are not stopped.", in removeDirectChannel()
2179 ALOGW("%s: unexpected reason = %d, no-op", __FUNCTION__, reason); in updateSampleRate()