Searched refs:amt (Results 1 - 4 of 4) sorted by relevance
/hardware/akm/AK8975_FS/libsensors/ |
H A D | SensorBase.cpp | 72 int fd, amt; local 81 amt = write(fd, value, bytes); 82 amt = ((amt == -1) ? -errno : 0); 83 ALOGE_IF(amt < 0, "SensorBase: write_int failed to write %s (%s)", 86 return amt;
|
/hardware/qcom/display/msm8960/liblight/ |
H A D | lights.c | 91 int amt = write(fd, buffer, bytes); local 93 return amt == -1 ? -errno : 0;
|
/hardware/qcom/display/msm8974/liblight/ |
H A D | lights.c | 91 int amt = write(fd, buffer, bytes); local 93 return amt == -1 ? -errno : 0;
|
/hardware/qcom/display/msm8x26/liblight/ |
H A D | lights.c | 91 int amt = write(fd, buffer, bytes); local 93 return amt == -1 ? -errno : 0;
|
Completed in 54 milliseconds