Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/common/
DHardwareBase.cpp74 auto propertyPrefix = std::getenv("PROPERTY_PREFIX"); in HwCalBase() local
76 if (propertyPrefix != NULL) { in HwCalBase()
77 mPropertyPrefix = std::string(propertyPrefix); in HwCalBase()