Home
last modified time | relevance | path

Searched refs:detectAndroidCustomSensor (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.h126 bool detectAndroidCustomSensor(const std::string &description);
DHidRawSensor.cpp499 mFeatureInfo.isAndroidCustom = detectAndroidCustomSensor(str); in populateFeatureValueFromFeatureReport()
622 bool HidRawSensor::detectAndroidCustomSensor(const std::string &description) { in detectAndroidCustomSensor() function in android::SensorHalExt::HidRawSensor