HomeSort by relevance Sort by last modified time
    Searched full:iio_fd (Results 1 - 6 of 6) sorted by null

  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 236 int iio_fd; member in class:MPLSensor
MPLSensor.cpp 408 iio_fd = open(iio_device_node, O_RDONLY);
409 if (iio_fd < 0) {
412 LOGV_IF(PROCESS_VERBOSE, "HAL:iio iio_fd (%s) opened: %d", iio_device_node, iio_fd);
669 if (iio_fd > 0)
670 close(iio_fd);
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 324 int iio_fd; member in class:MPLSensor
MPLSensor.cpp 638 iio_fd = open(iio_device_node, O_RDONLY);
639 if (iio_fd < 0) {
642 LOGV_IF(ENG_VERBOSE, "HAL:iio iio_fd opened : %d", iio_fd);
921 if (iio_fd > 0)
922 close(iio_fd);
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 350 int iio_fd; member in class:MPLSensor
MPLSensor.cpp 728 iio_fd = open(iio_device_node, O_RDONLY);
729 if (iio_fd < 0) {
732 LOGV_IF(ENG_VERBOSE, "HAL:iio iio_fd opened : %d", iio_fd);
    [all...]

Completed in 204 milliseconds