Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h182 std::stringstream ss; in hexString() local
183 ss << std::showbase << std::hex << value; in hexString()
184 return ss.str(); in hexString()
216 std::stringstream ss("["); in vecToString()
218 if (i != 0) ss << ","; in vecToString()
219 ss << vec[i]; in vecToString()
221 ss << "]"; in vecToString()
222 return ss.str(); in vecToString()
226 std::stringstream ss; in toString() local
227 ss << "VehiclePropValue {n" in toString()
[all …]
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h152 std::ostringstream ss; in hexdumpToStream() local
159 os << ss.str() << LOG_ENDL; in hexdumpToStream()
160 ss.str(""); in hexdumpToStream()
161 ss << std::hex; in hexdumpToStream()
162 ss << std::setfill('0') << std::setw(4) << c << ": "; in hexdumpToStream()
166 ss << " "; in hexdumpToStream()
169 ss << std::setfill('0') << std::setw(2) in hexdumpToStream()
172 os << ss.str() << LOG_ENDL; in hexdumpToStream()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp34 int hh, mm, ss; in get_timestamp() local
38 ss = tv.tv_sec%60; in get_timestamp()
39 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h53 int hh, mm, ss; \
57 ss = tv.tv_sec%60; \
58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_macros.h38 int hh, mm, ss; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h38 int hh, mm, ss; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_macros.h38 int hh, mm, ss; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_macros.h38 int hh, mm, ss; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_macros.h38 int hh, mm, ss; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_macros.h38 int hh, mm, ss; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp417 std::ostringstream ss; in initFeatureValueFromHidDeviceInfo() local
418 ss << info.busType << " " in initFeatureValueFromHidDeviceInfo()
421 featureValue->vendor = ss.str(); in initFeatureValueFromHidDeviceInfo()
982 std::ostringstream ss; in dump() local
983 ss << "Feature Values " << LOG_ENDL in dump()
1001 ss << std::hex << std::setfill('0'); in dump()
1003 ss << std::setw(2) << static_cast<int>(d) << " "; in dump()
1005 ss << std::dec << std::setfill(' ') << LOG_ENDL; in dump()
1007 ss << "Input report id: " << mInputReportId << LOG_ENDL; in dump()
1009 ss << " type, index: " << t.type << ", " << t.index in dump()
[all …]
/hardware/qcom/gps/msm8994/utils/
Dloc_log.cpp233 int hh, mm, ss; in get_timestamp() local
237 ss = tv.tv_sec%60; in get_timestamp()
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/utils/
Dloc_log.cpp233 int hh, mm, ss; in get_timestamp() local
237 ss = tv.tv_sec%60; in get_timestamp()
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp232 int hh, mm, ss; in get_timestamp() local
236 ss = tv.tv_sec%60; in get_timestamp()
237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp226 int hh, mm, ss; in get_timestamp() local
230 ss = tv.tv_sec%60; in get_timestamp()
231 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8909/utils/
Dloc_log.cpp234 int hh, mm, ss; in get_timestamp() local
238 ss = tv.tv_sec%60; in get_timestamp()
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8998/utils/
Dloc_log.cpp230 int hh, mm, ss; in get_timestamp() local
234 ss = tv.tv_sec%60; in get_timestamp()
235 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8996/utils/
Dloc_log.cpp234 int hh, mm, ss; in get_timestamp() local
238 ss = tv.tv_sec%60; in get_timestamp()
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/intel/bootstub/
De820_bios.S100 movl %ecx, %ss
119 movl %eax, %ss
183 movl %ebx, %ss
Dhead.S76 movl %ebx, %ss
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp1027 std::stringstream ss; in sendConnectionEvent() local
1028 ss << "connection"; in sendConnectionEvent()
1029 ss << " " << (connected ? "1" : "0"); in sendConnectionEvent()
1030 ss << " " << type; in sendConnectionEvent()
1031 ss << "\n"; // append seperator in sendConnectionEvent()
1033 const std::string& data = ss.str(); in sendConnectionEvent()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp180 std::stringstream ss; in sendConnectionEvent() local
181 ss << "connection"; in sendConnectionEvent()
182 ss << " " << (connected ? "1" : "0"); in sendConnectionEvent()
183 ss << " " << (int)type; in sendConnectionEvent()
184 ss << "\n"; // append seperator in sendConnectionEvent()
186 const std::string& data = ss.str(); in sendConnectionEvent()
/hardware/ril/reference-ril/
Dreference-ril.c1090 int *ss = (int *)data; local
1123 int *ss = (int *)data; local
1127 if (!ss || !datalen) {
1132 asprintf(&cmd, "AT+CCSS=%d", ss[0]);
1143 RIL_onUnsolicitedResponse(RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED, ss, sizeof(ss[0]));
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp419 std::ostringstream ss; in checkEvent() local
420 ss << "Event @ " << event.timestamp << " (" << v.x << ", " << v.y << ", " << v.z << ")" in checkEvent()
423 *out = ss.str(); in checkEvent()
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal104 * @param nitzTime NITZ time string in the form "yy/mm/dd,hh:mm:ss(+/-)tz,dt"
415 oneway onSupplementaryServiceIndication(RadioIndicationType type, StkCcUnsolSsResult ss);

12