Searched refs:devPath (Results 1 - 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/hm11/
H A Dhm11.cxx48 const char *devPath = mraa_uart_get_dev_path(m_uart); local
50 if (!devPath)
58 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1)
62 string(devPath) + " failed:" +
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
H A Dublox6.cxx46 const char *devPath = mraa_uart_get_dev_path(m_uart); local
48 if (!devPath)
56 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1)
59 err += ": open of " + std::string(devPath) + " failed: " +
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
H A Dmhz16.cxx48 const char *devPath = mraa_uart_get_dev_path(m_uart); local
50 if (!devPath)
58 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1)
62 string(devPath) + " failed: " +
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
H A Dhmtrp.cxx52 const char *devPath = mraa_uart_get_dev_path(m_uart); local
54 if (!devPath)
62 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1)
66 string(devPath) + " failed: " +
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalSensor.java136 public void setUEventDevPath(String devPath) { argument
137 mUEventDevPath = devPath;
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
H A Dgrovescam.cxx56 const char *devPath = mraa_uart_get_dev_path(m_uart); local
58 if (!devPath)
66 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1)
70 string(devPath) + " failed:" +
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
H A Dwt5001.cxx49 const char *devPath = mraa_uart_get_dev_path(m_uart); local
51 if (!devPath)
59 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1)
63 string(devPath) + " failed: " +
/hardware/bsp/intel/peripheral/libupm/src/zfm20/
H A Dzfm20.cxx48 const char *devPath = mraa_uart_get_dev_path(m_uart); local
50 if (!devPath)
58 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1)
62 string(devPath) + " failed: " +

Completed in 283 milliseconds