Searched refs:stringType (Results 1 – 12 of 12) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | DynamicSensorsSubHal.cpp | 126 sensors[0].typeAsString = sensor_info.stringType; in getSensorsList_2_1() 224 sensor_list[0].typeAsString = sensor_info->stringType; in onSensorConnected()
|
D | DynamicSensorManager.cpp | 329 mStringType(mSensor.stringType), in ConnectionReport() 334 mSensor.stringType = mStringType.c_str(); in ConnectionReport()
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsHidlTestBase.h | 50 static void assertTypeMatchStringType(SensorTypeT type, const hidl_string& stringType) { in assertTypeMatchStringType() argument 58 ASSERT_STREQ(SENSOR_STRING_TYPE_##type, stringType.c_str()); \ in assertTypeMatchStringType() 98 << "stringType = " << stringType; in assertTypeMatchStringType()
|
/hardware/interfaces/sensors/common/utils/ |
D | convertV2_1.h | 92 dst->stringType = strdup(src.typeAsString.c_str()); in convertToSensor()
|
/hardware/interfaces/sensors/1.0/default/ |
D | convert.cpp | 39 dst->typeAsString = src.stringType; in convertFromSensor() 59 dst->stringType = strdup(src.typeAsString.c_str()); in convertToSensor()
|
/hardware/libhardware/include/hardware/ |
D | sensors.h | 584 const char* stringType; member
|
/hardware/libhardware/include_all/hardware/ |
D | sensors.h | 584 const char* stringType; member
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 104 CHECK_MEMBER_AT(struct sensor_t, stringType, 44, 56); in CheckOffsets()
|
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 155 const hidl_string& stringType) { in assertTypeMatchStringType() argument 158 ASSERT_STREQ(SENSOR_STRING_TYPE_HINGE_ANGLE, stringType.c_str()); in assertTypeMatchStringType() 162 static_cast<::android::hardware::sensors::V1_0::SensorType>(type), stringType); in assertTypeMatchStringType()
|
/hardware/interfaces/sensors/aidl/vts/ |
D | VtsAidlHalSensorsTargetTest.cpp | 53 static void assertTypeMatchStringType(SensorType type, const std::string& stringType) { in assertTypeMatchStringType() argument 61 ASSERT_STREQ(SENSOR_STRING_TYPE_##type, stringType.c_str()); \ in assertTypeMatchStringType() 106 << "stringType = " << stringType; in assertTypeMatchStringType()
|
/hardware/interfaces/sensors/aidl/convert/ |
D | convert.cpp | 79 dst->stringType = strdup(src.typeAsString.c_str()); in convertToSensor()
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 73 * sensor type, the OEM must use the official sensor type and stringType on 87 * type (SensorType::ON_HEAD_DETECTOR) and stringType.
|