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

  /hardware/invensense/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...]

Completed in 29 milliseconds