Home
last modified time | relevance | path

Searched refs:stringType (Results 1 – 12 of 12) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DDynamicSensorsSubHal.cpp126 sensors[0].typeAsString = sensor_info.stringType; in getSensorsList_2_1()
224 sensor_list[0].typeAsString = sensor_info->stringType; in onSensorConnected()
DDynamicSensorManager.cpp329 mStringType(mSensor.stringType), in ConnectionReport()
334 mSensor.stringType = mStringType.c_str(); in ConnectionReport()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h50 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/
DconvertV2_1.h92 dst->stringType = strdup(src.typeAsString.c_str()); in convertToSensor()
/hardware/interfaces/sensors/1.0/default/
Dconvert.cpp39 dst->typeAsString = src.stringType; in convertFromSensor()
59 dst->stringType = strdup(src.typeAsString.c_str()); in convertToSensor()
/hardware/libhardware/include/hardware/
Dsensors.h584 const char* stringType; member
/hardware/libhardware/include_all/hardware/
Dsensors.h584 const char* stringType; member
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp104 CHECK_MEMBER_AT(struct sensor_t, stringType, 44, 56); in CheckOffsets()
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h155 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/
DVtsAidlHalSensorsTargetTest.cpp53 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/
Dconvert.cpp79 dst->stringType = strdup(src.typeAsString.c_str()); in convertToSensor()
/hardware/interfaces/sensors/1.0/
Dtypes.hal73 * sensor type, the OEM must use the official sensor type and stringType on
87 * type (SensorType::ON_HEAD_DETECTOR) and stringType.