Searched refs:string (Results 1 - 25 of 1133) sorted by relevance

1234567891011>>

/hardware/bsp/intel/peripheral/libupm/src/gas/
H A Dmq2.h27 #include <string>
67 std::string name()
72 std::string m_name;
H A Dmq3.h27 #include <string>
66 std::string name()
71 std::string m_name;
H A Dmq4.h27 #include <string>
68 std::string name()
73 std::string m_name;
H A Dmq5.h27 #include <string>
67 std::string name()
72 std::string m_name;
H A Dmq6.h27 #include <string>
68 std::string name()
73 std::string m_name;
H A Dmq7.h27 #include <string>
68 std::string name()
73 std::string m_name;
H A Dmq8.h27 #include <string>
68 std::string name()
73 std::string m_name;
H A Dmq9.h27 #include <string>
65 std::string name()
70 std::string m_name;
H A Dtp401.h27 #include <string>
73 std::string name()
87 std::string m_name;
/hardware/bsp/intel/peripheral/libupm/src/ldt0028/
H A Dldt0028.cxx25 #include <string>
36 throw std::invalid_argument(std::string(__FUNCTION__) +
48 std::string LDT0028::name() {
H A Dldt0028.h26 #include <string>
73 std::string name();
83 std::string m_name; //!< name of this sensor
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
H A Dublox6.cxx26 #include <string>
40 throw std::invalid_argument(std::string(__FUNCTION__) +
50 throw std::runtime_error(std::string(__FUNCTION__) +
58 string err = __FUNCTION__;
59 err += ": open of " + std::string(devPath) + " failed: " +
60 std::string(strerror(errno));
106 string err = string(__FUNCTION__) + ": read failed: " +
107 string(strerror(errno));
125 string er
[all...]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dlcd.h26 #include <string>
42 mraa::Result write(int x, int y, std::string msg);
44 virtual mraa::Result write(std::string msg) = 0;
49 std::string name();
52 std::string m_name;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec_utils.h61 #define OMX_SWVDEC_LOG_LOW(string, ...) \
64 ALOGD("--- %s(): " string, __FUNCTION__, ##__VA_ARGS__); \
68 #define OMX_SWVDEC_LOG_HIGH(string, ...) \
71 ALOGI("--- %s(): " string, __FUNCTION__, ##__VA_ARGS__); \
75 #define OMX_SWVDEC_LOG_ERROR(string, ...) \
78 ALOGE("!!! %s(): " string, __FUNCTION__, ##__VA_ARGS__); \
82 #define OMX_SWVDEC_LOG_API(string, ...) \
85 ALOGI(">>> %s(): " string, __FUNCTION__, ##__VA_ARGS__); \
89 #define OMX_SWVDEC_LOG_CALLBACK(string, ...) \
92 ALOGI("<<< %s(): " string, __FUNCTION_
[all...]
/hardware/bsp/intel/peripheral/libupm/src/buzzer/
H A Dbuzzer.h26 #include <string>
117 std::string name()
122 std::string m_name;
/hardware/bsp/intel/peripheral/libupm/src/hm11/
H A Dhm11.cxx26 #include <string>
42 throw std::invalid_argument(std::string(__FUNCTION__) +
52 throw std::runtime_error(std::string(__FUNCTION__) +
60 throw std::runtime_error(std::string(__FUNCTION__) +
62 string(devPath) + " failed:" +
63 string(strerror(errno)));
107 throw std::runtime_error(std::string(__FUNCTION__) +
109 string(strerror(errno)));
129 throw std::runtime_error(std::string(__FUNCTION__) +
131 string(strerro
[all...]
/hardware/bsp/intel/peripheral/libupm/src/micsv89/
H A Dmicsv89.h28 #include <string>
80 std::string name()
120 std::string m_name;
/hardware/bsp/intel/peripheral/libupm/src/grovegprs/
H A Dgrovegprs.h29 #include <string>
34 #include <string.h>
108 * Reads any available data and returns it in a std::string. Note:
116 std::string readDataStr(int len);
130 * Writes the std:string data to the device. If you are writing a
136 int writeDataStr(std::string data);
/hardware/bsp/intel/peripheral/libupm/src/servo/
H A Des08a.h26 #include <string>
H A Des9257.h26 #include <string>
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Dcommon.hpp29 #include <string>
66 inline std::string
69 std::string ret = mraa_get_version();
150 inline std::string
153 std::string ret_val(mraa_get_platform_name());
163 inline std::string
166 std::string ret_val(mraa_get_platform_version(platform_offset));
212 inline std::string
215 std::string ret_val(mraa_get_pin_name(pin));
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
H A Dmhz16.cxx26 #include <string>
42 throw std::invalid_argument(std::string(__FUNCTION__) +
52 throw std::runtime_error(std::string(__FUNCTION__) +
60 throw std::runtime_error(std::string(__FUNCTION__) +
62 string(devPath) + " failed: " +
63 string(strerror(errno)));
112 throw std::runtime_error(std::string(__FUNCTION__) +
114 string(strerror(errno)));
133 throw std::runtime_error(std::string(__FUNCTION__) +
135 string(strerro
[all...]
/hardware/bsp/intel/peripheral/libupm/src/apds9002/
H A Dapds9002.cxx26 #include <string>
37 throw std::invalid_argument(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/biss0001/
H A Dbiss0001.cxx26 #include <string>
37 throw std::invalid_argument(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/flex/
H A Dflex.cxx26 #include <string>
38 throw std::invalid_argument(std::string(__FUNCTION__) +

Completed in 643 milliseconds

1234567891011>>