• Home
  • Raw
  • Download

Lines Matching refs:strerror

82         ALOGE("Failed to open %s (%d): %s", AUTOCAL_FILEPATH, error, strerror(error));  in loadCalibrationData()
89 ALOGE("Failed to open %s (%d): %s", OL_LRA_PERIOD_FILEPATH, error, strerror(error)); in loadCalibrationData()
96 ALOGE("Failed to open %s (%d): %s", CALIBRATION_FILEPATH, error, strerror(error)); in loadCalibrationData()
149 ALOGE("Failed to open %s (%d): %s", ACTIVATE_PATH, error, strerror(error)); in registerVibratorService()
156 ALOGE("Failed to open %s (%d): %s", DURATION_PATH, error, strerror(error)); in registerVibratorService()
163 ALOGE("Failed to open %s (%d): %s", STATE_PATH, error, strerror(error)); in registerVibratorService()
170 ALOGE("Failed to set state (%d): %s", errno, strerror(errno)); in registerVibratorService()
178 ALOGW("Failed to open %s (%d): %s", RTP_INPUT_PATH, error, strerror(error)); in registerVibratorService()
184 ALOGW("Failed to open %s (%d): %s", MODE_PATH, error, strerror(error)); in registerVibratorService()
190 ALOGW("Failed to open %s (%d): %s", SEQUENCER_PATH, error, strerror(error)); in registerVibratorService()
196 ALOGW("Failed to open %s (%d): %s", SCALE_PATH, error, strerror(error)); in registerVibratorService()
202 ALOGW("Failed to open %s (%d): %s", CTRL_LOOP_PATH, error, strerror(error)); in registerVibratorService()
208 ALOGW("Failed to open %s (%d): %s", LP_TRIGGER_PATH, error, strerror(error)); in registerVibratorService()
214 ALOGW("Failed to open %s (%d): %s", LRA_WAVE_SHAPE_PATH, error, strerror(error)); in registerVibratorService()
220 ALOGW("Failed to open %s (%d): %s", OD_CLAMP_PATH, error, strerror(error)); in registerVibratorService()
226 ALOGW("Failed to open %s (%d): %s", OL_LRA_PERIOD_FILEPATH, error, strerror(error)); in registerVibratorService()